diff --git a/src/views/wpm_gx/inm_record_form.vue b/src/views/wpm_gx/inm_record_form.vue index e8ba3213..44c17b3c 100644 --- a/src/views/wpm_gx/inm_record_form.vue +++ b/src/views/wpm_gx/inm_record_form.vue @@ -381,13 +381,14 @@ export default { let that = this; let obj = {}; if(that.cate== 'do_in'){ - obj.state = 10; - obj.material__process= that.process; + // obj.state = 10; + // obj.material__process= that.process; + obj.tag = 'done'; }else if(that.cate== 'return_in'){ obj.material__type = 40; } obj.page= 0; - obj.mgroupx= that.mgroupId; + obj.mgroup= that.mgroupId; if (that.mgroupId != null &&that.mgroupId != undefined &&that.mgroupId != "") { that.$API.wpm.wmaterial.list.req(obj).then((res) => { that.wbatchOptions = res;