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 }} +