title = 'Create'; $this->params['breadcrumbs'][] = ['label' => 'Organizations', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \app\assets\OrgFormAsset::register($this); $creteJs = <<< SCRIPT SCRIPT; $this->registerJs($creteJs, \yii\web\View::POS_END); ?>
Организация Данные об организации
Банк Выберите или добавьте банк
Контакты Email и контактные лица
'org-form', //'enableClientValidation' => true, ]); ?> id); ?>
field($model, 'short_name')->textInput(['maxlength' => true]) ?> field($model, 'name')->textInput(['maxlength' => true]) ?>
field($model, 'edrpou')->textInput(['maxlength' => true]) ?> field($model, 'vat')->dropDownList([ '1' => 'Без НДС', '2' => '0%', '3'=>'20%' ]); ?>