['enctype'=>'multipart/form-data']]); ?> field($model, 'user_id')->hiddenInput(['value' => Yii::$app->user->identity->id]) ?> field($model, 'name')->textInput(['maxlength' => true]) ?> allRequisites; ?>
field($model, 'requisites_id')->dropdownList($requisites) ?>
Url::to('/requisites/create-ajax'), 'class' => 'btn btn-success btn-block', 'id' => 'modalButton']) ;?>
field($files, 'file')->widget(FileInput::classname(), [ 'model' => $files, 'pluginOptions' => [ //'allowedFileExtensions'=>['doc','docx','pdf', 'png', ], 'initialCaption'=>'*.doc *.docx *.pdf *.png *.jpg *.tiff, *.zip *rar', 'showPreview' => false, 'showCaption' => true, 'showRemove' => true, 'showUpload' => false ], 'options' => ['multiple' => false,], ])->label(Yii::t('app','ProjectDogovor ID')); ?> field($model, 'bidding_date')->widget(DateTimePicker::className(),[ 'name' => 'bidding_date', 'type' => DateTimePicker::TYPE_COMPONENT_PREPEND, 'value' => date("dd-M-yyyy hh:ii"), //'options' => ['placeholder' => Yii::t('app','')], 'pluginOptions' => [ 'autoclose'=>true, 'format' => 'yyyy-mm-dd hh:ii' ] ]) ?> field($model, 'auction_date')->widget(DateTimePicker::className(),[ 'name' => 'auction_date', 'type' => DateTimePicker::TYPE_COMPONENT_PREPEND, 'value' => date("dd-M-yyyy hh:ii"), 'options' => ['placeholder' => Yii::t('app','CreateAukDate ID')], 'pluginOptions' => [ 'autoclose'=>true, 'format' => 'yyyy-mm-dd hh:ii' ] ]) ?> field($model, 'payment_term')->textarea(/*['maxlength' => 800, 'rows' => 6, 'cols' => 50]*/) ?> field($model, 'member_require')->textarea(/*['maxlength' => 5000, 'rows' => 50, 'cols' => 100]*/) ?> field($model, 'term_procedure')->textarea(/*['maxlength' => 5000, 'rows' => 50, 'cols' => 100]*/) ?>
isNewRecord ? Yii::t('app', 'Create ID') : Yii::t('app', 'Update ID'), ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>
'

' . Yii::t('app', 'Requisites') . '

', 'id' => 'modal', 'size' => 'modal-md', ]); echo '
'; Modal::end(); ?>