From 5ef8274eaf3d4e73cd1d340bd07426d94e36f13b Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 19 Aug 2025 11:07:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=E7=89=A9=E6=96=99=E7=89=A9=E6=96=99=E8=8E=B7=E5=8F=96=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E4=BC=A0=E5=8F=82mgroupx=E4=BB=A3=E6=9B=BFmgroup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 6 +++--- src/views/wpm_bx/inmIn.vue | 4 ++-- src/views/wpm_bx/inmOut.vue | 4 ++-- src/views/wpm_bx/mlogb_form.vue | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 8b9d16c6..7f0ba8f9 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -433,7 +433,7 @@ export default { var req = { page: 0, tag:'done', - mgroup:that.mgroupId + mgroupx:that.mgroupId }; if(that.type!==50){ req.state = 10; @@ -450,7 +450,7 @@ export default { let that = this; that.materialOptions = []; var req = { - mgroup: that.mgroupId, + mgroupx: that.mgroupId, page: 0, state:20 }; @@ -483,7 +483,7 @@ export default { page: 0, tag:'done', state__in:'20,34', - mgroup: that.mgroupId, + mgroupx: that.mgroupId, }; that.$API.wpm.wmaterial.list.req(obj).then((res) => { that.materialOptions = res.filter(item=>{ diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index c82498e1..a3347201 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -319,7 +319,7 @@ export default { apiObj: null, params: { tag : 'todo', - mgroup: "", + mgroupx: "", belong_dept:'' }, wmtype:0, @@ -379,7 +379,7 @@ export default { let paths = that.$route.path; let arr = paths.split("/"); that.route_code = arr[2]; - that.params.mgroup = that.mgroupId; + that.params.mgroupx = that.mgroupId; that.$TOOL.data.set('bx_deptID',that.deptId); that.apiObj = that.$API.wpm.wmaterial.list; }, diff --git a/src/views/wpm_bx/inmOut.vue b/src/views/wpm_bx/inmOut.vue index 310822c6..8e9885e1 100644 --- a/src/views/wpm_bx/inmOut.vue +++ b/src/views/wpm_bx/inmOut.vue @@ -339,7 +339,7 @@ export default { apiObj: null, params: { tag : 'done', - mgroup: "", + mgroupx: "", belong_dept:'' }, wmtype:0, @@ -401,7 +401,7 @@ export default { let paths = that.$route.path; let arr = paths.split("/"); that.route_code = arr[2]; - that.params.mgroup = that.mgroupId; + that.params.mgroupx = that.mgroupId; that.$TOOL.data.set('bx_deptID',that.deptId); that.apiObj = that.$API.wpm.wmaterial.list; that.getDefectOptions(); diff --git a/src/views/wpm_bx/mlogb_form.vue b/src/views/wpm_bx/mlogb_form.vue index aaac6bd5..3c71303e 100644 --- a/src/views/wpm_bx/mlogb_form.vue +++ b/src/views/wpm_bx/mlogb_form.vue @@ -302,7 +302,7 @@ export default { let obj = {}; console.log('that.mgroup',that.mgroup); obj.mtaskx =that.form.mtask; - obj.mgroup =that.mgroup; + obj.mgroupx =that.mgroup; if(that.routeId!==null&&that.routeId!==''){ obj.route =that.routeId; }