From: marina Date: Mon, 17 Mar 2025 06:52:20 +0000 (+0300) Subject: ERP-329 Новый интерфейс для работы с заказами мп и амо X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=6b2472e7b53daafad9662a9e749755f94d4488a0;p=erp24_rep%2Fyii-erp24%2F.git ERP-329 Новый интерфейс для работы с заказами мп и амо --- 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], + ]) ?> +
+
+
+