diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index fdc7ed37..75fa6c89 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -300,7 +300,7 @@ 详情 @@ -356,6 +356,7 @@ ref="checkDialogSingle" :mlogb="mlogb" :wm = "wm" + :isSubmit="isSubmit" :batchNumber="batchNumber" :handle_user="handle_user" :handle_date="handle_date" @@ -482,6 +483,7 @@ export default { qct:null, defectlist:[], batchNumber:'', + isSubmit:false, }; }, mounted() { @@ -597,6 +599,7 @@ export default { let that = this; that.mlogb = row.id; that.wm = row.wm_in; + that.isSubmit = that.mlogItem.submit_time == null ? false : true; that.batchNumber = row.batch; that.handle_date=that.mlogItem.handle_date; that.handle_user = that.mlogItem.handle_user; diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index 2f0bb8d6..98b5fd93 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -16,7 +16,7 @@ :addTemplate="addTemplate" placeholder="暂无数据" > - + - + - + - +