diff --git a/src/views/wpm_bx/handover.vue b/src/views/wpm_bx/handover.vue index 775fce51..5580ba2e 100644 --- a/src/views/wpm_bx/handover.vue +++ b/src/views/wpm_bx/handover.vue @@ -19,16 +19,15 @@ > 打印机改版 检验打印机
diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 30be9fae..b6ce9d2d 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -123,6 +123,21 @@ + + + + + + + + + @@ -322,6 +337,12 @@ export default { }, ], }, + apiObj:this.$API.mtm.material.list, + paramsM:{ + type:20, + is_hidde:true, + }, + materials:[], totalCount: 0, deptID:'', bwIndex:0, @@ -416,9 +437,12 @@ export default { let that = this; var req = { page: 0, - state:10, + // state:10, mgroupx:that.mgroupId }; + if(that.type!==50){ + req.state = 10; + } that.materialOptions = []; this.$API.wpm.wmaterial.list.req(req).then((res) => { that.materialOptions = res;