diff --git a/src/api/mobileSupervision/testingAlcohol.ts b/src/api/mobileSupervision/testingAlcohol.ts index 79c5e09..269593c 100644 --- a/src/api/mobileSupervision/testingAlcohol.ts +++ b/src/api/mobileSupervision/testingAlcohol.ts @@ -26,4 +26,11 @@ export function listTestingAlcoholPeoples(taskId, query) { url: `/task/testingAlcohol/${taskId}/people`, query }); +} + +export function importTestingAlcoholPeople(body) { + return request.post({ + url: `/task/testingAlcohol/importPeople`, + body + }); } \ No newline at end of file diff --git a/src/components/negative/verify-description.vue b/src/components/negative/verify-description.vue index 97b27cc..57cbf51 100644 --- a/src/components/negative/verify-description.vue +++ b/src/components/negative/verify-description.vue @@ -47,12 +47,19 @@ {{ negative.unrectifyReason }} + + - - 化解情况 - {{ negative.resolveSituation }} - - + 经办人 @@ -61,6 +68,18 @@ + + 接访领导 + {{ negative.visitingLeaderName }} {{ negative.visitingLeaderEmpNo }} + + + 化解情况 + {{ negative.resolveSituation }} + + + 当前状态 + {{ negative.resolveStatus }} + ({{ blame.handleResultNameOther }}) - - 督察措施 - {{ blame.superviseMeasuresName }} - 维权容错 {{ blame.protectRightsName }} + + 督察措施 + {{ blame.superviseMeasuresName }} +