From ebad387933c7ed8dd47dd12b7a7d8d8f6c072421 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 13 Feb 2025 11:04:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=97=A5=E5=BF=97=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=89=A9=E6=96=99=E8=AF=A6=E6=83=85=E5=9B=BA=E5=AE=9A=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E7=BC=96=E8=BE=91=E5=88=97=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E6=A3=80=E6=B5=8B=E9=A1=B9=E7=9A=84=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 5 ++++- src/views/wpm_bx/mlogbw_check.vue | 12 ++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) 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="暂无数据" > - + - + - + - +