From: marina Date: Tue, 28 Jan 2025 13:27:32 +0000 (+0300) Subject: ERP-282 Нужно сделать интерфейс настройки магазина X-Git-Tag: 1.7~35^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=f0c8860e70eab5c1ac311b9cfc5a09037201e46b;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 9bda0db7..a65101a8 100644 --- a/erp24/views/city-store-params/index.php +++ b/erp24/views/city-store-params/index.php @@ -180,7 +180,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ]) ?> 'btn btn-primary w-100 mt-2 py-1', 'id' => 'edit-button']); ?> -
+
diff --git a/erp24/web/js/city-store-params/city-store-params.js b/erp24/web/js/city-store-params/city-store-params.js index ee09facb..a4d2bd1c 100644 --- a/erp24/web/js/city-store-params/city-store-params.js +++ b/erp24/web/js/city-store-params/city-store-params.js @@ -33,6 +33,10 @@ $('#apply-button').on('click', function () { $('#edit-button').on('click', function () { getData(); + $('.edit-form').css({ + 'pointer-events': 'auto', + 'opacity': '1' + }); }); function getData() {