From 9c213ac0df2d42f33732d640a3b81680bdec8f30 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 14 Mar 2025 15:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=8D=E7=AD=89=E4=BA=8E8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/repleinsh/job/repleinshTimeJob.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/pages/repleinsh/job/repleinshTimeJob.vue b/src/pages/repleinsh/job/repleinshTimeJob.vue index 252c7add..10a27a8a 100644 --- a/src/pages/repleinsh/job/repleinshTimeJob.vue +++ b/src/pages/repleinsh/job/repleinshTimeJob.vue @@ -120,7 +120,7 @@ }, onLoad(option) { this.title = option.title - this.getBusinessTypeFunc() + // this.getBusinessTypeFunc() }, @@ -225,7 +225,11 @@ // value: "1,2" // }) // } - + filterParams.push({ + column: "status", + action: "!=", + value: "8" + }) // 来源库位 if (queryParams.fromLocationCode) { filterParams.push({ @@ -334,6 +338,11 @@ // action: "in", // value: '1,2' // }) + filters.push({ + column: "status", + action: "!=", + value: "8" + }) filters.push({ column: "number", action: "==", @@ -496,6 +505,11 @@ // action: "in", // value: '1,2' // }, + { + column: "status", + action: "!=", + value: "8" + }, { column: "batch", action: "==",