From cf5bcc69b764913cc04949d42ed8e94da60b82ae Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 18 Jul 2025 17:17:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:mlogdetail=E4=BC=A0material=5Fin=20?= =?UTF-8?q?=E7=BB=99=E6=A3=80=E9=AA=8C=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index b25e7362..398d19cc 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -419,6 +419,7 @@ :wm = "wm" :dept="deptId" :mgroup="mgroup" + :material_in="material_in" :material_out="material_out" :mgroupName= "mlogItem.mgroup_name" :isSubmit="isSubmit" @@ -554,6 +555,7 @@ export default { wm:'', route_code:'', materialOut:'', + material_in:'', material_out:'', batchContains:'', apiObjPrint:this.$API.cm.labelmat.fromWm, @@ -722,6 +724,7 @@ export default { that.wm = row.wm_in; that.isSubmit = that.mlogItem.submit_time == null ? false : true; that.batchNumber = row.batch; + that.material_in = row.material_in; that.material_out = row.material_out; that.handle_date=that.mlogItem.handle_date; that.handle_user = that.mlogItem.handle_user;