|
@ -42,8 +42,6 @@ use antgoods\goods\models\ars\Supplier; |
|
|
|
|
|
|
|
|
<?= $form->field($model, 'unit')->textInput(['maxlength' => true]) ?>
|
|
|
<?= $form->field($model, 'unit')->textInput(['maxlength' => true]) ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'sold_count')->textInput() ?>
|
|
|
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'limit_count')->textInput() ?>
|
|
|
<?= $form->field($model, 'limit_count')->textInput() ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'stock')->textInput() ?>
|
|
|
<?= $form->field($model, 'stock')->textInput() ?>
|
|
|