From 5550fbd16bc551d7461a5f815fa70f0714b4790e Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Fri, 6 Mar 2026 14:37:11 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=BE=E6=89=8B=E5=85=8D=E8=B4=A3=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/exemption/components/addDialog.vue | 19 ++-
.../exemption/components/detailsDialog.vue | 157 ++++++++++++++++++
src/views/exemption/index.vue | 99 ++++++++++-
3 files changed, 266 insertions(+), 9 deletions(-)
create mode 100644 src/views/exemption/components/detailsDialog.vue
diff --git a/src/views/exemption/components/addDialog.vue b/src/views/exemption/components/addDialog.vue
index 2b057a5..15a865e 100644
--- a/src/views/exemption/components/addDialog.vue
+++ b/src/views/exemption/components/addDialog.vue
@@ -47,7 +47,7 @@ export default {
{
label: '原因',
prop: 'input2',
- type: 'textarea',
+ // type: 'textarea',
rows: 3,
span: 24,
rules: [{ required: true, message: '请输入', trigger: 'blur' }],
@@ -55,7 +55,7 @@ export default {
{
label: '措施',
prop: 'input2',
- type: 'textarea',
+ // type: 'textarea',
span: 24,
rows: 3,
rules: [{ required: true, message: '请输入', trigger: 'blur' }],
@@ -63,7 +63,7 @@ export default {
{
label: '免责理由',
prop: 'input2',
- type: 'textarea',
+ // type: 'textarea',
span: 24,
rows: 3,
rules: [{ required: true, message: '请输入', trigger: 'blur' }],
@@ -75,6 +75,19 @@ export default {
span: 24,
rules: [{ required: true, message: '请输入', trigger: 'blur' }],
},
+ {
+ label: '审核工艺员',
+ prop: 'input2',
+ type: 'select',
+ span: 24,
+ rules: [{ required: true, message: '请选择', trigger: 'blur' }],
+ dicData: [
+ {
+ label: '张三',
+ value: '1',
+ },
+ ],
+ },
{
label: '固化文件',
prop: 'imgUrl',
diff --git a/src/views/exemption/components/detailsDialog.vue b/src/views/exemption/components/detailsDialog.vue
new file mode 100644
index 0000000..ff8b51b
--- /dev/null
+++ b/src/views/exemption/components/detailsDialog.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交人
+ 2025-09-09
+
+
+
+
+ 工艺员
+ 2025-09-09
+ 驳回原因
+
+
+
+
+ 质量工程师名字
+ 2025-09-09
+ 驳回原因
+
+
+
+
+ 厂长名字
+ 2025-09-09
+ 驳回原因
+
+
+
+
+
+
+
+
diff --git a/src/views/exemption/index.vue b/src/views/exemption/index.vue
index 2a6422b..aa9532d 100644
--- a/src/views/exemption/index.vue
+++ b/src/views/exemption/index.vue
@@ -21,8 +21,19 @@
- 修改
- 审核
+ 详情
+ 修改
+ 审核
@@ -35,21 +46,37 @@
>
-
+
+
+
+