From fe464e6ba5487d38bcc035b0fed219c8001f6663 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 29 Dec 2025 16:32:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=A6=85=E9=81=93267?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover.vue | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/src/views/wpm_gx/handover.vue b/src/views/wpm_gx/handover.vue index b5211ce5..dd463857 100644 --- a/src/views/wpm_gx/handover.vue +++ b/src/views/wpm_gx/handover.vue @@ -363,6 +363,7 @@ export default { { name: "交送", value: "send" }, { name: "接收", value: "recive" }, { name: "合批", value: "hepi" }, + { name: "拆批", value: "chaipi" }, ], searchType: "", options: ["交送", "接收"], @@ -489,23 +490,17 @@ export default { searchTypeQuery() { let that = this; if (that.searchType == "send") { - if(that.mgroupName=="size"||that.mgroupName=="facade"){ - that.query.send_dept = that.deptId; - that.query.recive_dept = ""; - }else{ - that.query.send_mgroup = that.mgroupId; - that.query.recive_mgroup = ""; - } + that.query.send_mgroup = that.mgroupId; + that.query.recive_mgroup = ""; + that.query.mtype =10; } else if (that.searchType == "recive") { - if(that.mgroupName=="size"||that.mgroupName=="facade"){ - that.query.send_dept = ""; - that.query.recive_dept =that.deptId; - }else{ - that.query.recive_mgroup = that.mgroupId; - that.query.send_mgroup = ""; - } + that.query.recive_mgroup = that.mgroupId; + that.query.send_mgroup = ""; + that.query.mtype =10; }else if (that.searchType == "hepi") { that.query.mtype =30; + } else if (that.searchType == "chaipi") { + that.query.mtype =20; } else { that.query.send_mgroup = ""; that.query.recive_mgroup = "";