From: marina Date: Tue, 28 Jan 2025 15:06:59 +0000 (+0300) Subject: ERP-282 Нужно сделать интерфейс настройки магазина X-Git-Tag: 1.7~33^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=84e9f651086de6e143a426d0a63aba9054794a4a;p=erp24_rep%2Fyii-erp24%2F.git ERP-282 Нужно сделать интерфейс настройки магазина --- diff --git a/erp24/views/city-store-params/index.php b/erp24/views/city-store-params/index.php index 37e19e22..57b62563 100644 --- a/erp24/views/city-store-params/index.php +++ b/erp24/views/city-store-params/index.php @@ -226,7 +226,6 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ] ); ?> -
registerJsFile('/js/city-store-params/city-store-params.js', ['position' 'url' => Url::to(['/city-store-params/get-address-data']), 'params' => ['region'], 'initialize' => true, + 'loadingText' => 'Город', ], ]); ?>
@@ -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' => 'Район', ], ]); ?>