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; }