diff --git a/src/api/data/complaintCollection.ts b/src/api/data/complaintCollection.ts index 5700887..d5a7783 100644 --- a/src/api/data/complaintCollection.ts +++ b/src/api/data/complaintCollection.ts @@ -114,3 +114,23 @@ export function initialReview(body) { }); } +/** + * 合并投诉记录 + */ +export function mergeComplaintCollection(body) { + return request.post({ + url: `/data/complaintCollection/mergeComplaintCollection`, + body + }); +} + +/** + * 查询合并历史 + */ +export function getMergeHistory(body) { + return request.post({ + url: `/data/complaintCollection/getMergeHistory`, + body + }); +} + diff --git a/src/components/data/MergeHistoryDialog.vue b/src/components/data/MergeHistoryDialog.vue new file mode 100644 index 0000000..938a08f --- /dev/null +++ b/src/components/data/MergeHistoryDialog.vue @@ -0,0 +1,236 @@ + + + + + diff --git a/src/components/data/complaintformdialog.vue b/src/components/data/complaintformdialog.vue index 9b8e972..d7fb088 100644 --- a/src/components/data/complaintformdialog.vue +++ b/src/components/data/complaintformdialog.vue @@ -2,38 +2,47 @@ - + + + + + + + + - -

投诉信息

-
- - - - - - - + + +
+

投诉信息

+
+ + + + + + + @@ -113,44 +122,22 @@ -
- - - - - - - - 查看 - - - + - - - - - -
+ + +
@@ -162,22 +149,18 @@ v-model="formData.responderPhone" :placeholder="formData.responderPhoneSkip ? '无' : '请输入联系电话'" :disabled="formData.responderPhoneSkip" - @blur="onAutoCheckDuplicate" > - - + - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - - - - - - - - - {{ item.dictLabel }} - - - - - -
+
- - -

办理单位

-
- - - - -
-

如主办层级 为 市局主办, 则由督察支队办理;

-

如主办层级为 二级机构主办,则由督察部门办理,可进一步下发;

-

如主办层级为 三级机构主办,则由所队办理。

-
-
- -
-
- - + +
+

查重结果

+ + +
+ + + +
+ + +
+ + + + + +
+
+ +
+ + {{ item.sourceTable || '未知来源' }} + + {{ item.originId || '无编号' }} +
+ +
+
+ + +
+
+ 举报人 + {{ item.responderName }} +
+
+ 身份证 + {{ item.responderIdCode }} +
+
+ 联系电话 + {{ item.responderPhone }} +
+
+ + +
+ +
{{ item.thingDesc || '无内容' }}
+
+ + + + + +
+ 已选择 +
- 关联问题涉及单位
-
-

问题涉及单位 指与该问题相关的单位;

-

指定办理单位 指将问题分派给哪个单位办理。

-
- +
- -

初核时限

-

- 该信件的初核时限需在 4个工作日 之内完成初核。 -

- - -

办理时限

-
- - - -
+ +
+ + + + + + + + + + + + + + + - -

审批流程

-
- - - {{ item.dictLabel }}{{ item.remark ? `(${item.remark})` : "" }} - - - 二级审批(所队一>二级机构) - -
-

三级审核 问题提交办结时,需经过"所队—>二级机构—>市局"三级审核,通过后方可办结;

-

二级审核 问题提交办结时,仅需经过"所队—>二级机构"两级审核,通过后即可办结;

-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.dictLabel }} + + + + + + + + + + {{ item.dictLabel }} + + + + + + + + + + + + + {{ item.dictLabel }} + + + + + + + + + + + + + {{ item.dictLabel }} + + + + + + + + + + + +

办理单位

+
+ + + + +
+

如主办层级 为 市局主办, 则由督察支队办理;

+

如主办层级为 二级机构主办,则由督察部门办理,可进一步下发;

+

如主办层级为 三级机构主办,则由所队办理。

+
+
+ +
+
+ + +
+ 关联问题涉及单位 +
+
+

问题涉及单位 指与该问题相关的单位;

+

指定办理单位 指将问题分派给哪个单位办理。

+
+
+
+ +

初核时限

+

+ 该信件的初核时限需在 4个工作日 之内完成初核。 +

+ +

办理时限

+
+ + + +
+ +

审批流程

+
+ + + {{ item.dictLabel }}{{ item.remark ? `(${item.remark})` : "" }} + + + 二级审批(所队一>二级机构) + +
+

三级审核 问题提交办结时,需经过"所队—>二级机构—>市局"三级审核,通过后方可办结;

+

二级审核 问题提交办结时,仅需经过"所队—>二级机构"两级审核,通过后即可办结;

+
+
+
+ @@ -366,7 +612,7 @@ diff --git a/src/components/negative/description.vue b/src/components/negative/description.vue index c6242db..3425030 100644 --- a/src/components/negative/description.vue +++ b/src/components/negative/description.vue @@ -60,7 +60,14 @@
- {{ getDictLable(dict.yesNo, negative.currentRow.repeatt) }} + {{ getDictLable(dict.yesNo, negative.currentRow.repeatt) }}合并历史
@@ -92,10 +99,40 @@
+ + +