diff --git a/src/api/data/complaintCollection.ts b/src/api/data/complaintCollection.ts index a3197fa..c4e0349 100644 --- a/src/api/data/complaintCollection.ts +++ b/src/api/data/complaintCollection.ts @@ -43,4 +43,14 @@ export function watchDetail(body) { url: `/data/complaintCollection/watchDetail`, body }); +} + +/** + * 查重 + */ +export function maileRepeatt(body) { + return request.post({ + url: `/data/complaintCollection/maileRepeatt`, + body + }); } \ No newline at end of file diff --git a/src/components/data/complaintformdialog.vue b/src/components/data/complaintformdialog.vue index df68d6d..601a7c6 100644 --- a/src/components/data/complaintformdialog.vue +++ b/src/components/data/complaintformdialog.vue @@ -110,23 +110,33 @@ - - + + + + v && (model.responderIdCode = '')" + > + 无 + + + + + + - - v && (model.responderIdCode = '')" - > - 无 - - - - - + 查重 + + @@ -245,11 +255,101 @@ + + + + + + + + + 身份证重复件风险提醒 + + + + + + + + + + 系统检测到该身份证号可能存在重复登记记录 + + + + + + 当前身份证号: + {{ model.responderIdCode }} + + + + + + + + + + + + + + {{ + row.discoveryTime + ? dayjs(row.discoveryTime).format('YYYY-MM-DD HH:mm:ss') + : '-' + }} + + + + +