From 9a370048ce5b2b823efebbb3d1ec46493aaac6c9 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 21 Feb 2025 17:33:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=80=E9=AA=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 1 + src/views/wpm_bx/mlogbw_check.vue | 691 +++++++++++++++++++------ src/views/wpm_bx/mlogbw_check_form.vue | 193 +++++++ 3 files changed, 734 insertions(+), 151 deletions(-) create mode 100644 src/views/wpm_bx/mlogbw_check_form.vue diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 75fa6c89..acc8cb74 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" + :mgroup="mgroup" :isSubmit="isSubmit" :batchNumber="batchNumber" :handle_user="handle_user" diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index 1e8d1ba4..fa21bbf9 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -7,160 +7,342 @@ @closed="$emit('closed')" > + +
+
检验人:{{setForm.test_user_name}}
+
检验设备:{{setForm.equipment_name}}
+
缺陷项: + {{ item1.defect_name }} + + +
+
检测项: + {{ item2.testitem_name }} + + +
+
+
+ 检验 + 批量操作 - - + + + + + + + + + + +
- + + + + + + + + + + + + + + + {{item.name}} + {{item.number}} + + + + + + + + + + + + + + + + + + + + + + + + 确定 + 取消 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.value }} + + + {{ item2.value }} + + + + + + + + 保存 + 取消 + + + + + diff --git a/src/views/wpm_bx/mlogbw_check_form.vue b/src/views/wpm_bx/mlogbw_check_form.vue new file mode 100644 index 00000000..a6f553f0 --- /dev/null +++ b/src/views/wpm_bx/mlogbw_check_form.vue @@ -0,0 +1,193 @@ + + + +