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;