From: marina Date: Tue, 17 Dec 2024 09:38:17 +0000 (+0300) Subject: ERP-259 Доработка второго шага передачи смен X-Git-Tag: 1.7~156^2~10 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=1055c6170cff69d5d2fbdd948c377fd762071006;p=erp24_rep%2Fyii-erp24%2F.git ERP-259 Доработка второго шага передачи смен --- diff --git a/erp24/web/js/shift-transfer/replacement.js b/erp24/web/js/shift-transfer/replacement.js index 125a7351..97feb324 100644 --- a/erp24/web/js/shift-transfer/replacement.js +++ b/erp24/web/js/shift-transfer/replacement.js @@ -8,7 +8,7 @@ function getUrlParameter(name) { function setProductData() { if (isRequestInProgress) return; // Если запрос уже в процессе, выходим - + clearFields($this); isRequestInProgress = true; // Устанавливаем флаг запроса const $this = $(this); const productGuid = $this.closest('tr').find('select').val();