]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-282 Нужно сделать интерфейс настройки магазина feature_zozirova_erp-282_stores_view_config origin/feature_zozirova_erp-282_stores_view_config
authormarina <m.zozirova@gmail.com>
Tue, 28 Jan 2025 15:06:59 +0000 (18:06 +0300)
committermarina <m.zozirova@gmail.com>
Tue, 28 Jan 2025 15:06:59 +0000 (18:06 +0300)
erp24/views/city-store-params/index.php

index 37e19e22f1e3e188b6da158cbdfa8e67c16ab1de..57b62563c6524b14eb455ca468e6d596e3429a79 100644 (file)
@@ -226,7 +226,6 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position'
                             ]
                         ); ?>
                     </div>
-
                     <div class="col-md-3">
                         <?= Html::label('Город'); ?>
                         <?= DepDrop::widget([
@@ -242,6 +241,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position'
                                 'url' => Url::to(['/city-store-params/get-address-data']),
                                 'params' => ['region'],
                                 'initialize' => true,
+                                'loadingText' => 'Город',
                             ],
                         ]); ?>
                     </div>
@@ -261,6 +261,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position'
                                 'url' => Url::to(['/city-store-params/get-address-data']),
                                 'params' => ['city'],
                                 'initialize' => false,
+                                'loadingText' => 'Район',
                             ],
                         ]); ?>
                     </div>