From da244aa4e595910517c8e492ffbe265a7b6e99ec Mon Sep 17 00:00:00 2001 From: pengwei Date: Wed, 23 Jul 2025 18:33:05 +0800 Subject: [PATCH] =?UTF-8?q?fit=EF=BC=9A1=E3=80=81=E6=97=A5=E5=B8=B8?= =?UTF-8?q?=E7=9D=A3=E5=AF=9F=20&=20=E6=89=80=E9=98=9F=E8=87=AA=E6=9F=A5?= =?UTF-8?q?=20=E7=9D=A3=E5=AF=9F=E9=97=AE=E9=A2=98=E4=B8=8B=E5=8F=91=202?= =?UTF-8?q?=E3=80=81=E7=9D=A3=E5=AF=9F=E4=BB=BB=E5=8A=A1=E9=87=8D=E7=82=B9?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=9D=A3=E5=AF=9F=E9=A1=B5=E9=9D=A2=E6=94=B9?= =?UTF-8?q?=E9=80=A0=203=E3=80=81=E7=9D=A3=E5=AF=9F=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=9D=A3=E5=AF=9F=E6=97=B6=E9=97=B4=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4=20=E5=92=8C=20?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E6=94=B9=E9=80=A0=204?= =?UTF-8?q?=E3=80=81=E7=9D=A3=E5=AF=9F=E4=BB=BB=E5=8A=A1=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=89=8D=E7=AB=AF=E6=97=B6=E9=97=B4=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E6=B7=B7=E4=B9=B1=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/data/petitionComplaint.ts | 8 + src/api/mobileSupervision/taskManagement.ts | 8 + src/api/mobileSupervision/testingAlcohol.ts | 10 + src/components/datav/header.vue | 2 +- src/components/datav/subOne/subOneHeader.vue | 2 +- src/views/mobileSupervise/Inspection.vue | 550 +++++++++++++++--- .../sensitivePerception/ModelClueManual.vue | 7 +- 7 files changed, 491 insertions(+), 96 deletions(-) diff --git a/src/api/data/petitionComplaint.ts b/src/api/data/petitionComplaint.ts index 4d38233..d548521 100644 --- a/src/api/data/petitionComplaint.ts +++ b/src/api/data/petitionComplaint.ts @@ -72,3 +72,11 @@ export function distributePetitionComplaint(body) { body }); } + +export function replenishInvolvedIssueFun(body){ + return request.post({ + url:"/data/petitionComplaint/replenishInvolvedIssue", + body + }) +} + diff --git a/src/api/mobileSupervision/taskManagement.ts b/src/api/mobileSupervision/taskManagement.ts index 462ca38..e003976 100644 --- a/src/api/mobileSupervision/taskManagement.ts +++ b/src/api/mobileSupervision/taskManagement.ts @@ -40,6 +40,14 @@ export function getTaskManagementDetail(id){ }) } +export function getRiskPersonalPage(query){ + return request.get({ + url:`/task/management/getRiskPersonalPage`, + query + }) +} + + /** * 获取单位信息 * */ diff --git a/src/api/mobileSupervision/testingAlcohol.ts b/src/api/mobileSupervision/testingAlcohol.ts index 0602b02..3775a73 100644 --- a/src/api/mobileSupervision/testingAlcohol.ts +++ b/src/api/mobileSupervision/testingAlcohol.ts @@ -43,3 +43,13 @@ export function importTestingAlcoholPeople(body) { body }); } + +/** + * 下发 + * */ +export function TestingAlcoholIssueMatterFun(body){ + return request.post({ + url:'/task/testingAlcohol/issueMatter', + body + }) +} diff --git a/src/components/datav/header.vue b/src/components/datav/header.vue index b44925a..03c7fa2 100644 --- a/src/components/datav/header.vue +++ b/src/components/datav/header.vue @@ -7,7 +7,7 @@ - 监督管理 + 现场专项 diff --git a/src/components/datav/subOne/subOneHeader.vue b/src/components/datav/subOne/subOneHeader.vue index f0d218b..660052f 100644 --- a/src/components/datav/subOne/subOneHeader.vue +++ b/src/components/datav/subOne/subOneHeader.vue @@ -7,7 +7,7 @@ - 监督管理 + 现场专项 diff --git a/src/views/mobileSupervise/Inspection.vue b/src/views/mobileSupervise/Inspection.vue index f6f60fd..675826d 100644 --- a/src/views/mobileSupervise/Inspection.vue +++ b/src/views/mobileSupervise/Inspection.vue @@ -207,12 +207,21 @@ }" >
+ + + + + + +
@@ -1119,6 +1128,13 @@ width="140" show-overflow-tooltip /> + + + 详情 - + + 下发 + @@ -1176,7 +1199,7 @@
- + @@ -1214,6 +1237,13 @@ show-overflow-tooltip /> + + + 详情 + + 下发 + @@ -1355,8 +1393,8 @@ link @click="handleShowPeople(row)" >详情 - + + 下发 @@ -1474,82 +1512,325 @@
- -
-
-
-
-
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + 查询 + +
+ + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + + + + +
+ + +
+
+
+ + + + + + + +
+
+ +
+
+

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

-
-
- - - - - - - - - -
- + + + + + + + + + + + + + + + + + + + + + + + {{ item.dictLabel + }} + + + + + {{ item.dictLabel + }}{{ item.remark ? `(${item.remark})` : "" }} - + +
+

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

+

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

-
-
+ + + + + +
+ 确认下发 +
+ + + + + + + + +
+ 取消 + 确认 +
+ \ No newline at end of file +