['enctype' => 'multipart/form-data']]); ?> field($model, 'num')->textInput() ?> field($model, 'name')->textInput(['maxlength' => true]) ?> field($model, 'category_id')->textInput()->dropDownList(ArrayHelper::map(\app\models\Category::find()->all(), 'id', 'name')) ?> field($model, 'description')->textarea(['maxlength' => true, 'row' => 6]) ?> field($model, 'start_price')->textInput(['maxlength' => true]) ?> field($model, 'step')->textInput(['maxlength' => true]) ?> field($model, 'address')->textarea(['rows' => 3]) ?> field($model, 'notes')->textarea(['rows' => 3]) ?>
field($model, 'aukname')->textInput(['readonly' => true]) ?> field($model, 'nds')->checkbox(['checked ' => true]) ?> field($model, 'date')->textInput(['readonly' => true]) ?> field($model, 'bidding_date')->textInput()->widget(DateTimePicker::className(), [ 'name' => 'auction_date', 'type' => DateTimePicker::TYPE_COMPONENT_PREPEND, 'value' => date("dd-M-yyyy hh:ii"), '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, 'docs_id') ->textInput(['class' => 'hidden']) ->label(Yii::t('app', 'DopDocumentation ID') . Html::a('(завантажиты для перевірки)', ['/files/download/', 'id' => $model->docs_id])); ?> Yii::t('app','CloneImg')]); ?> file): ?> Yii::t('app','CloneAdditionalDoc')]); ?>
registerJs($js); ?>