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 @@