From 0c428ea9097b2c03c55167389b7b3669fb80d2ad Mon Sep 17 00:00:00 2001 From: fomichev Date: Thu, 22 May 2025 17:16:21 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D1=80=D0=B0=D0=B2=D0=BD=D0=B8=D0=B2?= =?utf8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/auto-plannogramma/control-species.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/erp24/views/auto-plannogramma/control-species.php b/erp24/views/auto-plannogramma/control-species.php index f85073d0..76e0e679 100644 --- a/erp24/views/auto-plannogramma/control-species.php +++ b/erp24/views/auto-plannogramma/control-species.php @@ -25,27 +25,30 @@ use yii_app\records\Products1c;

Проверка списаний по видам

'post']); ?> - +
+
field($model, 'storeId') ->dropDownList($storeList, ['prompt' => 'Выберите магазин']) ->label('Магазин') ?> - +
+
field($model, 'month') ->dropDownList($monthsList, ['prompt' => 'Выберите месяц']) ->label('Месяц') ?> - +
+
field($model, 'type') ->radioList([ //'sales' => 'Продажи', 'writeOffs'=> 'Списания', ]) ->label('Тип данных') ?> +
- -
+
'btn btn-primary']) ?>
- +
-- 2.39.5