From 4da4fc33d3aba870149ab9c1914c8245fe84c31d Mon Sep 17 00:00:00 2001 From: fomichev Date: Wed, 21 May 2025 17:53:35 +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 | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/erp24/views/bouquet/month-goal-forecast.php b/erp24/views/bouquet/month-goal-forecast.php index ea8d4b5c..54b1902b 100644 --- a/erp24/views/bouquet/month-goal-forecast.php +++ b/erp24/views/bouquet/month-goal-forecast.php @@ -44,17 +44,24 @@ if ($result['final']) {

Цели букета на месяц: /

-
+
+ Url::to(['bouquet/month-goal-forecast']), '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', @@ -66,10 +73,11 @@ if ($result['final']) { 'allowClear' => true, ], ])->label('Группы матриц') ?> -
+
+
'btn btn-primary']) ?>
- +
-- 2.39.5