From 6a364259e05e708b972685fcb3af2b695f7d4b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Mon, 26 Jun 2023 13:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9B=98=E7=82=B9=E8=AE=A1?= =?UTF-8?q?=E5=88=92=EF=BC=9A=E5=A2=9E=E5=8A=A0=E5=88=A4=E6=96=AD=EF=BC=9A?= =?UTF-8?q?=E5=A6=82=E6=9E=9C=E4=B8=8D=E6=98=AFExcel=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=8C=E8=BF=87=E6=BB=A4=E7=BA=BF=E8=BE=B9?= =?UTF-8?q?=E4=BB=93=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/StepsCountPlanForm/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fe/PC/src/components/StepsCountPlanForm/index.vue b/fe/PC/src/components/StepsCountPlanForm/index.vue index d786649be..5a2cc5347 100644 --- a/fe/PC/src/components/StepsCountPlanForm/index.vue +++ b/fe/PC/src/components/StepsCountPlanForm/index.vue @@ -413,7 +413,9 @@ export default { advancedFilter(url, list, TotalCount, data, oldSkipCount) { return () => { // 盘点库存 过滤线边仓数据 20230417 - if (data == 'locationData') { + // 如果不是Excel盘点类型(this.CreateFormData.requestType != 1),过滤线边仓数据 20230626 + list.condition.filters = [] + if (data == 'locationData' && this.CreateFormData.requestType != 1) { list.condition.filters.push({ action: "!=", column: "type",