From a7a75c12af0811cf357515148492e601b353f6e7 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Sun, 28 Dec 2025 17:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E8=AE=BF=E6=B6=89=E8=AF=89--=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BF=AE=E6=94=B9=E5=B0=81=E8=A3=85=E4=B8=BA=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/data/complaintformdialog.vue | 207 +++ src/views/data/ComplaintCollection.vue | 1269 ++++--------------- 2 files changed, 449 insertions(+), 1027 deletions(-) create mode 100644 src/components/data/complaintformdialog.vue diff --git a/src/components/data/complaintformdialog.vue b/src/components/data/complaintformdialog.vue new file mode 100644 index 0000000..b69a42a --- /dev/null +++ b/src/components/data/complaintformdialog.vue @@ -0,0 +1,207 @@ + + + diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue index cfaea6f..e062a4b 100644 --- a/src/views/data/ComplaintCollection.vue +++ b/src/views/data/ComplaintCollection.vue @@ -25,7 +25,6 @@ placeholder="请输入编号" v-model="query.originId" clearable - style="width: 200px" /> @@ -42,7 +41,6 @@ placeholder="来件人姓名、身份证号码、联系电话" v-model="query.personInfo" clearable - style="width: 200px" /> @@ -98,7 +96,6 @@ placeholder="请输入来件内容" v-model="query.thingDesc" clearable - style="width: 200px" /> @@ -244,14 +241,19 @@ + + + - + @@ -280,44 +282,7 @@ @@ -344,763 +309,37 @@ /> - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - - - - 不填 - - - - - - - - - - - - - - - - - - - 不填 - - - - - - - - - - - 不填 - - - - - - - - - - - - - - 不填 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - + mode="add" + :model="addForm" + :dict="dict" + :rules="addRules" + @submit="submitAdd" + /> -
- 取消 - 添加 -
-
- - - - - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - -
- 取消 - 修改 -
-
+ mode="edit" + :model="updateForm" + :dict="dict" + :rules="addRules" + @submit="submitUpdate" + /> - -
-

问题信息

-
-
- - {{ currentRow.id }} -
-
- - {{ getDictLabel(dict.sourceTable, currentRow.sourceTable) }} -
-
- - {{ currentRow.originId || '/' }} -
-
- - {{ currentRow.discoveryTime || '/' }} -
-
- - {{ currentRow.responderName }} -
-
- - {{ currentRow.responderIdCode }} -
-
- - {{ currentRow.responderPhone }} -
-
- - {{ currentRow.secondDepartName }} -
-
- - {{ currentRow.thingDesc }} -
-
- - {{ currentRow.involveProblemStr }} -
-
- - {{ getDictLabel(dict.yesNo, currentRow.repeatt) }} -
-
- - {{ getDictLabel(dict.yesNo, currentRow.leadApproval) }} -
-
- - - {{ - currentRow.tag - ? currentRow.tag - .split(',') - .map(v => getDictLabel(dict.tagList, v)) - .join(',') - : '/' - }} - - -
-
- - {{ getDictLabel(dict.handleMethodType, currentRow.handleMethod) }} -
-
-
-
督察报告附件
- -
-
-
附件
- -
-
-

办理情况

- - - - - - - - - - - - - - - - - - - - - - - - - - - - 涉及个人 - 涉及单位 - 个人及单位 - - - - - - - - - - - - - - - -
- -
-
-
涉及人员 {{ pIndex + 1 }}
- - 删除 - -
- - - - - - - - - - - - - - - - - - - - - - - - - {{ opt.dictLabel }} - - - - - -
- -
- - - 添加涉及人员 - -
-
- - - -
-
-
涉及领导{{ index + 1 }}
- 删除 - -
- - - - - - - - -
-
- - - 添加涉及领导 - -
-
-
- - -
- 取消 - 添加 -
+ +
@@ -1108,7 +347,7 @@