diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index cb88e5b0..41e6806a 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -426,6 +426,7 @@ :wm = "wm" :dept="deptId" :mgroup="mgroup" + :material_out="material_out" :mgroupName= "mlogItem.mgroup_name" :isSubmit="isSubmit" :batchNumber="batchNumber" @@ -559,6 +560,7 @@ export default { wm:'', route_code:'', materialOut:'', + material_out:'', batchContains:'', apiObjPrint:this.$API.cm.labelmat.fromWm, printer_name:localStorage.getItem("printer_name"), @@ -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_out = row.material_out; that.handle_date=that.mlogItem.handle_date; that.handle_user = that.mlogItem.handle_user; that.dialog.check_single = true;