From bfb154dace3b3c83e195f4c891a2ab9c6a771422 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 10 Feb 2025 17:18:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:coding#787=E3=80=812?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 3 +++ 1 file changed, 3 insertions(+) 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;