From 3c96eb5e13b62bbc2d3008f2048b1f74f93fef77 Mon Sep 17 00:00:00 2001 From: pengwei Date: Tue, 29 Jul 2025 18:44:24 +0800 Subject: [PATCH] =?UTF-8?q?fit=EF=BC=9A=E7=8E=B0=E5=9C=BA=E4=B8=93?= =?UTF-8?q?=E9=A1=B9=E5=A4=A7=E5=B1=8F=E8=B0=83=E6=95=B4=EF=BC=8C=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3tab=E4=B8=8D=E8=81=94=E5=8A=A8=E5=88=87=E6=8D=A2?= =?UTF-8?q?=EF=BC=8C=E8=A1=A5=E5=85=85=E9=80=9A=E6=8A=A5=E6=9C=9F=E6=95=B0?= =?UTF-8?q?=EF=BC=88=E5=90=AB=E7=9D=A3=E5=AF=9F=E9=80=9A=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E4=B8=8E=E5=AF=B9=E5=BA=94=E9=97=AE=E9=A2=98=E6=B8=85?= =?UTF-8?q?=E5=8D=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/rightsComfort/supervision.ts | 1 + .../subScreen/subOneSupervisionNotify.ts | 29 +- src/api/superviseReport/superviseReport.ts | 9 + src/views/datav/SceneInsp.vue | 283 ++++- .../datav/subonedatav/SubOneSceneInsp.vue | 1087 +++++++---------- 5 files changed, 673 insertions(+), 736 deletions(-) diff --git a/src/api/rightsComfort/supervision.ts b/src/api/rightsComfort/supervision.ts index 072fdeb..069d6b9 100644 --- a/src/api/rightsComfort/supervision.ts +++ b/src/api/rightsComfort/supervision.ts @@ -8,6 +8,7 @@ export function getListData(query){ }) } + //获取数据详情 export function getDetail(id){ return request.get({ diff --git a/src/api/screen/subScreen/subOneSupervisionNotify.ts b/src/api/screen/subScreen/subOneSupervisionNotify.ts index 16de757..5ef36b6 100644 --- a/src/api/screen/subScreen/subOneSupervisionNotify.ts +++ b/src/api/screen/subScreen/subOneSupervisionNotify.ts @@ -33,34 +33,9 @@ export function getSubOneSupervisionMap(departId, times) { }); } -export function getSubOneYellowBetDrug(departId, times) { +export function getSubOneYellowBetDrug(departId, times,type) { return request.get({ - url: `/datav/sub1/supervisonNotify/getSubOneYellowBetDrug?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}` - }); -} - - -export function getSubOneGunController(departId, times) { - return request.get({ - url: `/datav/sub1/supervisonNotify/getSubOneGunController?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}` - }); -} - -export function getSubOneCompanyProblem(departId, times) { - return request.get({ - url: `/datav/sub1/supervisonNotify/getSubOneCompanyProblem?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}` - }); -} - -export function getSubOneHandleCase(departId, times) { - return request.get({ - url: `/datav/sub1/supervisonNotify/getSubOneHandleCase?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}` - }); -} - -export function getSubOneCheckBeer(departId, times) { - return request.get({ - url: `/datav/sub1/supervisonNotify/getSubOneCheckBeer?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}` + url: `/datav/sub1/supervisonNotify/getSubOneYellowBetDrug?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}&type=${type}` }); } diff --git a/src/api/superviseReport/superviseReport.ts b/src/api/superviseReport/superviseReport.ts index cf6a089..9e671ac 100644 --- a/src/api/superviseReport/superviseReport.ts +++ b/src/api/superviseReport/superviseReport.ts @@ -9,6 +9,15 @@ export function getListData(query) { query }); } + + +//获取分县 +export function getSubListData(query){ + return request.get({ + url:'/supervise/report/subQueryPage', + query: query + }) +} /** * 获取附件 * */ diff --git a/src/views/datav/SceneInsp.vue b/src/views/datav/SceneInsp.vue index 170e116..5965b60 100644 --- a/src/views/datav/SceneInsp.vue +++ b/src/views/datav/SceneInsp.vue @@ -21,7 +21,7 @@ class="descriptions_content" > {{ - fxsjRankOverview.proTotal + leftOverview.proTotal }}
@@ -37,7 +37,7 @@ class="descriptions_content" > {{ - fxsjRankOverview.processingNumber + leftOverview.processingNumber }}
@@ -53,7 +53,7 @@ class="descriptions_content" > {{ - fxsjRankOverview.completedNumber + leftOverview.completedNumber }}
@@ -69,7 +69,7 @@ class="descriptions_content" > {{ - fxsjRankOverview.completedRate + leftOverview.completedRate }}%
@@ -100,7 +100,7 @@ class="descriptions_content" > {{ - jsdwRankOverview.proTotal + leftOverview.proTotal }}
@@ -116,7 +116,7 @@ class="descriptions_content" > {{ - jsdwRankOverview.processingNumber + leftOverview.processingNumber }}
@@ -132,7 +132,7 @@ class="descriptions_content" > {{ - jsdwRankOverview.completedNumber + leftOverview.completedNumber }}
@@ -148,7 +148,7 @@ class="descriptions_content" > {{ - jsdwRankOverview.completedRate + leftOverview.completedRate }}%
@@ -188,34 +188,34 @@ + - - - - - -
{{ - fxsjYellowBetOverview.proTotal + rightOverview.proTotal }}
{{ - fxsjYellowBetOverview.processingNumber + rightOverview.processingNumber }}
{{ - fxsjYellowBetOverview.completedNumber + rightOverview.completedNumber }}
{{ - fxsjYellowBetOverview.completedRate + rightOverview.completedRate }}%
{{ - jsdwYellowBetOverview.proTotal + rightOverview.proTotal }}
{{ - jsdwYellowBetOverview.processingNumber + rightOverview.processingNumber }}
{{ - jsdwYellowBetOverview.completedNumber + rightOverview.completedNumber }}
{{ - jsdwYellowBetOverview.completeRate + rightOverview.completeRate }}%
+ + +
+ + + + + + + + + +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + diff --git a/src/views/datav/subonedatav/SubOneSceneInsp.vue b/src/views/datav/subonedatav/SubOneSceneInsp.vue index 7c72cd1..dc3f062 100644 --- a/src/views/datav/subonedatav/SubOneSceneInsp.vue +++ b/src/views/datav/subonedatav/SubOneSceneInsp.vue @@ -17,7 +17,7 @@
- {{ fxsjRankOverview.proTotal }} + {{ leftOverview.proTotal }}
问题数 @@ -27,7 +27,7 @@
- {{ fxsjRankOverview.changing }} + {{ leftOverview.changing }}
办理中 @@ -37,7 +37,7 @@
- {{ fxsjRankOverview.changed }} + {{ leftOverview.changed }}
已办结 @@ -47,7 +47,7 @@
- {{ fxsjRankOverview.correctionRate }}% + {{ leftOverview.correctionRate }}%
整改率 @@ -72,7 +72,7 @@
- {{ jsdwRankOverview.proTotal }} + {{ leftOverview.proTotal }}
问题数 @@ -82,7 +82,7 @@
- {{ jsdwRankOverview.changing }} + {{ leftOverview.changing }}
办理中 @@ -92,7 +92,7 @@
- {{ jsdwRankOverview.changed }} + {{ leftOverview.changed }}
已办结 @@ -102,7 +102,7 @@
- {{ jsdwRankOverview.correctionRate }}% + {{ leftOverview.correctionRate }}%
整改率 @@ -139,10 +139,17 @@
+ +
- - - - - -
-
- {{ fxsjYellowBetOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ fxsjYellowBetOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ fxsjYellowBetOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ fxsjYellowBetOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
- - - -
-
- {{ jsdwYellowBetOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ jsdwYellowBetOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ jsdwYellowBetOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ jsdwYellowBetOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- {{ fxsjCompanyProblemOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ fxsjCompanyProblemOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ fxsjCompanyProblemOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ fxsjCompanyProblemOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
- - - -
-
- {{ jsdwCompanyProblemOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ jsdwCompanyProblemOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ jsdwCompanyProblemOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ jsdwCompanyProblemOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
- -
-
- - - - - -
-
- {{ fxsjHandleCaseOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ fxsjHandleCaseOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ fxsjHandleCaseOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ fxsjHandleCaseOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
- - - -
-
- {{ jsdwHandleCaseOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ jsdwHandleCaseOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ jsdwHandleCaseOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ jsdwHandleCaseOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
- -
-
- - - - - -
-
- {{ fxsjCheckBeerOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ fxsjCheckBeerOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ fxsjCheckBeerOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ fxsjCheckBeerOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
- - - -
-
- {{ jsdwCheckBeerOverview.proTotal }} -
-
- 问题数 -
-
-
- -
-
- {{ jsdwCheckBeerOverview.changing }} -
-
- 办理中 -
-
-
- -
-
- {{ jsdwCheckBeerOverview.changed }} -
-
- 已办结 -
-
-
- -
-
- {{ jsdwCheckBeerOverview.correctionRate }}% -
-
- 整改率 -
-
-
-
- - - -
- -
-
+
- - - + + + + +
+ + + + + + + + + +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+