From 794fbaecafaf800409f337e513b375331666ef0c Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 7 Feb 2025 14:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E6=96=99=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=9F=A5=E8=AF=A2=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/job/issueJob.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index 02f9b69f..e02e0cff 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/src/pages/issue/job/issueJob.vue @@ -350,6 +350,12 @@ value: queryParams.toAreaCode }) } + + filterParams.push({ + column: "source_type", + action: "!=", + value: "EOP" + }) return filterParams; }, @@ -456,6 +462,12 @@ action: "==", value: item.number }) + + filterParams.push({ + column: "source_type", + action: "!=", + value: "EOP" + }) var params = { filters: filters, @@ -562,6 +574,11 @@ column: "fromLocationCode", action: "==", value: balance.locationCode + }, + { + column: "source_type", + action: "!=", + value: "EOP" } ] if(this.productionLineCode){