From 8cadb9891b01eac51e3b1988dbd7390e742f91f5 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 20 Nov 2024 18:18:17 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/child/accessory_return_form.js | 1 + js/accessory/child/accessory_scrap_form.js | 1 + js/accessory/child/accessory_store_form.js | 1 + js/accessory/child/inventory_count_form.js | 1 + js/demandPlan/child/apply_plan_form.js | 1 + 5 files changed, 5 insertions(+) diff --git a/js/accessory/child/accessory_return_form.js b/js/accessory/child/accessory_return_form.js index bd19bf2..b701095 100644 --- a/js/accessory/child/accessory_return_form.js +++ b/js/accessory/child/accessory_return_form.js @@ -397,6 +397,7 @@ function delFitType() { } } } + delIdArr.splice(0,delIdArr.length); if (jjDataArr.length === 0) { $('#no_data_title').removeAttr('style'); $('#search-info').css({ 'display': 'none' }); diff --git a/js/accessory/child/accessory_scrap_form.js b/js/accessory/child/accessory_scrap_form.js index 2a4d434..15c0ae2 100644 --- a/js/accessory/child/accessory_scrap_form.js +++ b/js/accessory/child/accessory_scrap_form.js @@ -357,6 +357,7 @@ function delFitType() { } } } + delIdArr.splice(0,delIdArr.length); if (jjDataArr.length === 0) { $('#no_data_title').removeAttr('style'); $('#search-info').css({ 'display': 'none' }); diff --git a/js/accessory/child/accessory_store_form.js b/js/accessory/child/accessory_store_form.js index 84b8cbb..ca381c4 100644 --- a/js/accessory/child/accessory_store_form.js +++ b/js/accessory/child/accessory_store_form.js @@ -399,6 +399,7 @@ function delFitType() { } } } + delIdArr.splice(0,delIdArr.length); if (jjDataArr.length === 0) { $('#no_data_title').removeAttr('style'); $('#search-info').css({ 'display': 'none' }); diff --git a/js/accessory/child/inventory_count_form.js b/js/accessory/child/inventory_count_form.js index cab22bd..aba952e 100644 --- a/js/accessory/child/inventory_count_form.js +++ b/js/accessory/child/inventory_count_form.js @@ -380,6 +380,7 @@ function delFitType() { } } } + delIdArr.splice(0,delIdArr.length); if (jjDataArr.length === 0) { $('#no_data_title').removeAttr('style'); $('#search-info').css({ 'display': 'none' }); diff --git a/js/demandPlan/child/apply_plan_form.js b/js/demandPlan/child/apply_plan_form.js index 72f5bc3..f73ce3c 100644 --- a/js/demandPlan/child/apply_plan_form.js +++ b/js/demandPlan/child/apply_plan_form.js @@ -288,6 +288,7 @@ function delFitType() { } } } + delIdArr.splice(0,delIdArr.length); if (jjDataArr.length === 0) { $('#no_data_title').removeAttr('style'); $('#search-info').css({ 'display': 'none' });