diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index d9bd721d..fdc7ed37 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -356,6 +356,7 @@ ref="checkDialogSingle" :mlogb="mlogb" :wm = "wm" + :batchNumber="batchNumber" :handle_user="handle_user" :handle_date="handle_date" @success="handlesCheckSuccess" @@ -480,6 +481,7 @@ export default { }, qct:null, defectlist:[], + batchNumber:'', }; }, mounted() { @@ -595,6 +597,7 @@ export default { let that = this; that.mlogb = row.id; that.wm = row.wm_in; + that.batchNumber = row.batch; that.handle_date=that.mlogItem.handle_date; that.handle_user = that.mlogItem.handle_user; that.dialog.check_single = true;