From: fomichev Date: Wed, 21 May 2025 14:53:35 +0000 (+0300) Subject: Фильтры в одну строку X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=4da4fc33d3aba870149ab9c1914c8245fe84c31d;p=erp24_rep%2Fyii-erp24%2F.git Фильтры в одну строку --- 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']) ?>
- +