From b9b2990d90eb049d014625f00b9fd0f5c5fb4f62 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Wed, 14 May 2025 18:22:32 +0800 Subject: [PATCH] =?UTF-8?q?fit:=20=E6=A0=B8=E6=9F=A5=E5=8A=9E=E7=90=86?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BF=A1=E8=AE=BF=E7=9B=B8=E5=85=B3=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E3=80=82=20fit:=20=E6=B5=8B=E9=85=92=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1-=E5=8F=91=E5=B8=83=E4=BB=BB=E5=8A=A1-=E6=96=B0?= =?UTF-8?q?=E5=A2=9Eexcel=E5=AF=BC=E5=85=A5=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mobileSupervision/testingAlcohol.ts | 7 + .../negative/verify-description.vue | 40 ++- src/components/negative/verify.vue | 332 +++++++++--------- src/views/mobileSupervise/Inspection.vue | 2 +- src/views/mobileSupervise/TestingAlcohol.vue | 81 ++++- 5 files changed, 273 insertions(+), 189 deletions(-) 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 }} +