From 724d31318536055df576f96a991d1555b3cb4b99 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 15 Apr 2026 09:41:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E7=89=A9=E6=96=99=E6=9F=A5=E8=AF=A2=E6=94=B9=E4=B8=BA=E2=80=9C?= =?UTF-8?q?tag=20=3D=20'done'=E2=80=9D=E5=92=8Cmgroup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/inm_record_form.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;