From a55f2851b95a0e401aec5b28ea49b819e54d9f88 Mon Sep 17 00:00:00 2001 From: zch Date: Thu, 17 Jul 2025 15:44:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(qms):=20=E4=BC=98=E5=8C=96=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重构了质检结果主表和子表的界面布局 - 新增了导出模板功能 - 优化了检测项定义的展示和选择 - 调整了模板子表的列显示 - 修复了一些小问题和用户体验改进 --- src/views/qms/QcInspectionMain/index.vue | 350 ++++++++++++------- src/views/qms/qcInspectionItem/index.vue | 13 +- src/views/qms/qcInspectionTemplate/index.vue | 109 +++--- 3 files changed, 292 insertions(+), 180 deletions(-) diff --git a/src/views/qms/QcInspectionMain/index.vue b/src/views/qms/QcInspectionMain/index.vue index c50f149..fe364c1 100644 --- a/src/views/qms/QcInspectionMain/index.vue +++ b/src/views/qms/QcInspectionMain/index.vue @@ -48,6 +48,9 @@ 导出 + + 导出模板 + @@ -165,92 +168,148 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{dict.label}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{dict.label}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +