From 03c049093adbec9fa32550be5962b88942322754 Mon Sep 17 00:00:00 2001 From: fomichev Date: Thu, 22 May 2025 10:54:43 +0300 Subject: [PATCH] =?utf8?q?=D0=A4=D0=B8=D0=BB=D1=8C=D1=82=D1=80=D1=8B=20?= =?utf8?q?=D0=B2=20=D0=BE=D0=B4=D0=BD=D1=83=20=D1=81=D1=82=D1=80=D0=BE?= =?utf8?q?=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/bouquet/month-goal-forecast.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/erp24/views/bouquet/month-goal-forecast.php b/erp24/views/bouquet/month-goal-forecast.php index 54b1902b..58e8a126 100644 --- a/erp24/views/bouquet/month-goal-forecast.php +++ b/erp24/views/bouquet/month-goal-forecast.php @@ -52,16 +52,16 @@ if ($result['final']) { 'method' => 'get', ]); ?>
-
+
field($model, 'month')->input('number')->label('Месяц') ?> -
-
+
+
field($model, 'year')->input('number')->label('Год') ?> -
-
+
+
field($model, 'storeId')->dropDownList($storesMap)->label('Магазин') ?> -
-
+
+
field($model, 'matrix')->widget(\kartik\select2\Select2::class, [ 'data' => $matrixGroups, 'language' => 'ru', @@ -73,7 +73,7 @@ if ($result['final']) { 'allowClear' => true, ], ])->label('Группы матриц') ?> -
+
'btn btn-primary']) ?>
-- 2.39.5