From 6b2472e7b53daafad9662a9e749755f94d4488a0 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 17 Mar 2025 09:52:20 +0300 Subject: [PATCH] =?utf8?q?ERP-329=20=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20?= =?utf8?q?=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=20=D0=B4?= =?utf8?q?=D0=BB=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D1=81=20?= =?utf8?q?=D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=B0=D0=BC=D0=B8=20=D0=BC=D0=BF?= =?utf8?q?=20=D0=B8=20=D0=B0=D0=BC=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/shipment/auto-polnogramma.php | 34 +++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/erp24/views/shipment/auto-polnogramma.php b/erp24/views/shipment/auto-polnogramma.php index f1c06484..d72019a4 100644 --- a/erp24/views/shipment/auto-polnogramma.php +++ b/erp24/views/shipment/auto-polnogramma.php @@ -55,8 +55,38 @@ use yii_app\records\StoreType; 'pluginOptions' => ['allowClear' => true], ]) ?> -
- +
+ 'polnogramma-type-filter', + 'data' => ['min' => 'min', 'max' => 'max'], + 'options' => ['placeholder' => 'Тип п-ма', 'id' => 'polnogramma-type'], + 'pluginOptions' => ['allowClear' => true], + ]) ?> +
+
+ 'btn btn-apply btn-primary', 'style' => 'width:100%']);?> +
+
+
+
+ 'polnogramma-type-filter', + 'data' => ['min' => 'min', 'max' => 'max'], + 'options' => ['placeholder' => 'Тип п-ма', 'id' => 'polnogramma-type'], + 'pluginOptions' => ['allowClear' => true], + ]) ?> +
+
+ 'city-filter', + 'data' => ArrayHelper::map(StoreCityList::findAll(['type' => StoreCityList::TYPE_REGION]), 'id', 'name'), + 'options' => ['placeholder' => 'Город', 'id' => 'city'], + 'pluginOptions' => ['allowClear' => true], + ]) ?> +
+
+
+
-- 2.39.5