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
}}%
+
+
+
+
+
+
+
+ {{ timeFormat(row.crtTime) }}
+
+
+
+
+ {{row.superviseNumber}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.handleSecondDepartName
+ }}{{ row.handleThreeDepartName }}
+
+
+
+
+
+
+ 办结超时
+ {{ formatTimeText(row.handleTimeout) }}
+
+
+
+
+ {{
+ getDictLable(
+ dict.processingStatus,
+ row.processingStatus
+ )
+ }}
+
+
+
+
+ 无
+ {{
+ row.currentProcessingObject
+ }}
+
+
+
+
+
+
+
+
+
+
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 }}%
-
-
- 整改率
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ fxsjYellowBetOverview.proTotal }}
+
+
+ 问题数
+
+
+
+
+
+
+ {{ fxsjYellowBetOverview.changing }}
+
+
+ 办理中
+
+
+
+
+
+
+ {{ fxsjYellowBetOverview.changed }}
+
+
+ 已办结
+
+
+
+
+
+
+ {{ fxsjYellowBetOverview.correctionRate }}%
+
+
+ 整改率
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ jsdwYellowBetOverview.proTotal }}
+
+
+ 问题数
+
+
+
+
+
+
+ {{ jsdwYellowBetOverview.changing }}
+
+
+ 办理中
+
+
+
+
+
+
+ {{ jsdwYellowBetOverview.changed }}
+
+
+ 已办结
+
+
+
+
+
+
+ {{ jsdwYellowBetOverview.correctionRate }}%
+
+
+ 整改率
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+ {{ timeFormat(row.crtTime) }}
+
+
+
+
+ {{row.superviseNumber}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.handleSecondDepartName
+ }}{{ row.handleThreeDepartName }}
+
+
+
+
+
+
+ 办结超时
+ {{ formatTimeText(row.handleTimeout) }}
+
+
+
+
+ {{
+ getDictLable(
+ dict.processingStatus,
+ row.processingStatus
+ )
+ }}
+
+
+
+
+ 无
+ {{
+ row.currentProcessingObject
+ }}
+
+
+
+
+
+
+
+
+