From 46c55d48ec67ed412f6f25c19677fb7699d5c0c5 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 12 Dec 2025 09:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=80=E5=8C=97=E7=8E=B0?= =?UTF-8?q?=E5=9C=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/device-boot/panorama.ts | 9 + .../LN/newEnergy/newEnergyAnalysis/index.vue | 24 +- .../LN/newEnergy/newEnergyAnalysis/test.vue | 4 +- .../components/photovoltaic.vue | 2 +- .../pqs/business/terminal/deviceter/index.vue | 28 +- src/views/pqs/database/algorithm/index.vue | 75 ++- src/views/pqs/database/standard/index.vue | 2 +- .../detailed/division/components/compute.vue | 2 +- .../monitoringPoint/online/index.vue | 4 +- .../online/statisticalReport/index.vue | 87 ++- .../reportForms/statistics/index.vue | 3 +- .../reportForms/word/index.vue | 87 ++- src/views/pqs/panorama/components/mapR.vue | 14 +- .../panorama/components/cityMapL.vue | 65 +- .../panorama/components/details/evaluate.vue | 317 ++++----- .../panorama/components/details/stand.vue | 12 +- .../panorama/components/mapL.vue | 66 +- .../panorama/components/mapR.vue | 93 ++- .../alarmCleaning/components/alarm.vue | 19 +- .../assessment/components/assess/index.vue | 485 +++++++------- .../components1/complaints.vue | 345 +++++----- .../components1/form/detail.vue | 4 +- .../electricalEnergy/components1/online.vue | 618 +++++++++--------- .../components1/testQuestions.vue | 58 +- .../electricalEnergy/components1/testRun.vue | 55 +- .../pqs/supervise/electricalEnergy/index.vue | 19 +- .../pqs/supervise/harmonicSurvey/index.vue | 60 +- .../supervise/harmonicSurvey/plan/detail.vue | 4 +- src/views/pqs/supervise/interfere/index.vue | 20 +- src/views/pqs/supervise/plan/index.vue | 15 +- src/views/pqs/supervise/technology/index.vue | 12 +- src/views/pqs/supervise/terminal/index.vue | 54 +- .../terminalNetworkDetection/index.vue | 10 +- src/views/pqs/supervise/testRun/index.vue | 144 ++-- src/views/pqs/supervise/testRun/testRun.vue | 18 +- .../monitoringPoint/online/index_JB.vue | 6 +- .../report/monitoringPointReport/index.vue | 4 +- src/views/system/bpm/task/todo/index.vue | 15 +- 38 files changed, 1489 insertions(+), 1370 deletions(-) diff --git a/src/api/device-boot/panorama.ts b/src/api/device-boot/panorama.ts index e02c1530..2ec497ef 100644 --- a/src/api/device-boot/panorama.ts +++ b/src/api/device-boot/panorama.ts @@ -165,3 +165,12 @@ export function getSupervisionDetailsData(data: any) { export function getSupervisionCityDetailsData(data: any) { return request({ url: '/supervision-boot/gridDiagram/getSupervisionCityDetailsData', method: 'post', data }) } + +//区域污染值统计 +export function getAreaPollution(data: any) { + return request({ url: '/harmonic-boot/PollutionSubstation/getAreaPollution', method: 'post', data }) +} +//场站级评估 +export function downPollutionSubCalc(data: any) { + return request({ url: 'harmonic-boot/PollutionSubstation/downPollutionSubCalc', method: 'post', data }) +} \ No newline at end of file diff --git a/src/views/LN/newEnergy/newEnergyAnalysis/index.vue b/src/views/LN/newEnergy/newEnergyAnalysis/index.vue index f735a94a..721616e0 100644 --- a/src/views/LN/newEnergy/newEnergyAnalysis/index.vue +++ b/src/views/LN/newEnergy/newEnergyAnalysis/index.vue @@ -301,7 +301,7 @@ const options1 = [ const height = mainHeight(20) const heightB = mainHeight(448) const heightA = mainHeight(180) -const size = ref(0) +const size = ref(23) const TableHeaderRef = ref() const detailRef = ref() const dotList: any = ref({}) @@ -493,35 +493,35 @@ const tableStore = new TableStore({ { label: '0%~10%', quantity: res.minsNum0, - percentage: res.proportion0.toFixed(2) + '%', + percentage: res.proportion0.toFixed(2) + '%', crossTheLine: res.isOrNot0, value: '0%~10%' }, { label: '10%~20%', quantity: res.minsNum1, - percentage: res.proportion1.toFixed(2) + '%', + percentage: res.proportion1.toFixed(2) + '%', crossTheLine: res.isOrNot1, value: '10%~10%' }, { label: '20%~30%', quantity: res.minsNum2, - percentage: res.proportion2.toFixed(2) + '%', + percentage: res.proportion2.toFixed(2) + '%', crossTheLine: res.isOrNot2, value: '10%~30%' }, { label: '30%~40%', quantity: res.minsNum3, - percentage: res.proportion3.toFixed(2) + '%', + percentage: res.proportion3.toFixed(2) + '%', crossTheLine: res.isOrNot3, value: '30%~40%' }, { label: '40%~50%', quantity: res.minsNum4, - percentage: res.proportion4.toFixed(2) + '%', + percentage: res.proportion4.toFixed(2) + '%', crossTheLine: res.isOrNot4, value: '40%~50%' } @@ -530,35 +530,35 @@ const tableStore = new TableStore({ { label: '50%~60%', quantity: res.minsNum5, - percentage: res.proportion5.toFixed(2) + '%', + percentage: res.proportion5.toFixed(2) + '%', crossTheLine: res.isOrNot5, value: '50%~60%' }, { label: '60%~70%', quantity: res.minsNum6, - percentage: res.proportion6.toFixed(2) + '%', + percentage: res.proportion6.toFixed(2) + '%', crossTheLine: res.isOrNot6, value: '60%~70%' }, { label: '70%~80%', quantity: res.minsNum7, - percentage: res.proportion7.toFixed(2) + '%', + percentage: res.proportion7.toFixed(2) + '%', crossTheLine: res.isOrNot7, value: '70%~80%' }, { label: '80%~90%', quantity: res.minsNum8, - percentage: res.proportion8.toFixed(2) + '%', + percentage: res.proportion8.toFixed(2) + '%', crossTheLine: res.isOrNot8, value: '80%~90%' }, { label: '90%~100%', quantity: res.minsNum9, - percentage: res.proportion9.toFixed(2) + '%', + percentage: res.proportion9.toFixed(2) + '%', crossTheLine: res.isOrNot9, value: '90%~100%' } @@ -589,7 +589,7 @@ const tableStore = new TableStore({ lineHeight: 8, minMargin: 10, formatter: function (e) { - return '{name|' + e.name + '}{percent|' + e.data.percentage+ '}' + return '{name|' + e.name + '}{percent|' + e.data.percentage + '}' }, rich: { name: { diff --git a/src/views/LN/newEnergy/newEnergyAnalysis/test.vue b/src/views/LN/newEnergy/newEnergyAnalysis/test.vue index a3958eae..a0aaa0b2 100644 --- a/src/views/LN/newEnergy/newEnergyAnalysis/test.vue +++ b/src/views/LN/newEnergy/newEnergyAnalysis/test.vue @@ -27,7 +27,7 @@ - +
item.value < 26) const currentLod = ref(false) const monitoringPoint = useMonitoringPoint() -const size = ref(0) +const size = ref(23) const dictData = useDictData() const datePickerRef = ref() const height = mainHeight(80).height diff --git a/src/views/pqs/business/terminal/deviceter/index.vue b/src/views/pqs/business/terminal/deviceter/index.vue index cd951041..d171fb12 100644 --- a/src/views/pqs/business/terminal/deviceter/index.vue +++ b/src/views/pqs/business/terminal/deviceter/index.vue @@ -54,14 +54,17 @@ - - 当前操作节点: + + + 当前操作节点: +
{{ index == 0 ? '' : ' > ' }}{{ item }}
-
@@ -1691,7 +1694,7 @@ import { useDictData } from '@/stores/dictData' import { ref, reactive, onMounted } from 'vue' import { ElMessage, ElMessageBox } from 'element-plus' import { getYwZtSubstation } from '@/api/device-boot/device' -const size = ref(0) +const size = ref(23) const TerminalRef = ref() const pageHeight = mainHeight(20) const Height = mainHeight(100) @@ -2024,12 +2027,12 @@ const latff: any = ref((rule: any, value: any, callback: any) => { } }) const plevel = ref(0) -const nodeDataList=ref() -const nodeEventList=ref() -const nodeLevel1=ref(0) +const nodeDataList = ref() +const nodeEventList = ref() +const nodeLevel1 = ref(0) const nodeClick = (e: anyObj, data: any) => { - nodeDataList.value = data - nodeEventList.value = e + nodeDataList.value = data + nodeEventList.value = e plevel.value = data.data.plevel treeClickCount.value++ if (treeClickCount.value > 2) return @@ -2338,7 +2341,9 @@ const next = async () => { break case 600: addLine() - selectChanged(AddProjectBO.value.deviceParam[deviceIndex.value].subVoltageParam[busBarIndex.value].scale) + selectChanged( + AddProjectBO.value.deviceParam[deviceIndex.value].subVoltageParam[busBarIndex.value].scale + ) nextfalg.value = false break case 700: @@ -2355,8 +2360,7 @@ const black = () => { busBarIndex.value = '0' deviceIndex.value = '0' lineIndex.value = '0' - nodeClick(nodeEventList.value,nodeDataList.value) - + nodeClick(nodeEventList.value, nodeDataList.value) } // 确认提交 const onsubmit = () => { diff --git a/src/views/pqs/database/algorithm/index.vue b/src/views/pqs/database/algorithm/index.vue index d211cf52..057da940 100644 --- a/src/views/pqs/database/algorithm/index.vue +++ b/src/views/pqs/database/algorithm/index.vue @@ -3,10 +3,15 @@ - + :current-node-key="monitoringPoint.state.lineId" + @node-click="handleNodeClick" + @init="handleNodeClick" + @onAddTree="onAddTree" + >
@@ -16,9 +21,7 @@
- - 新增 - + 新增 修改 删除
@@ -35,12 +38,12 @@ row.period == 0 ? '日' : row.period == 1 - ? '月' - : row.period == 2 - ? '季' - : row.period == 3 - ? '年' - : '' + ? '月' + : row.period == 2 + ? '季' + : row.period == 3 + ? '年' + : '' }} @@ -55,10 +58,8 @@ --> - - + -
+
-
- + - - -
-
-
- + + + + +
+
+
- diff --git a/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue b/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue index 7ca62f26..a6e9c756 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue @@ -1,25 +1,29 @@ diff --git a/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue b/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue index ab7cd7fa..fd0a63e2 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/form/detail.vue @@ -1,6 +1,6 @@ diff --git a/src/views/pqs/supervise/electricalEnergy/components1/testQuestions.vue b/src/views/pqs/supervise/electricalEnergy/components1/testQuestions.vue index 71c6d431..f8717200 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/testQuestions.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/testQuestions.vue @@ -1,25 +1,33 @@ diff --git a/src/views/pqs/supervise/harmonicSurvey/index.vue b/src/views/pqs/supervise/harmonicSurvey/index.vue index d8116b93..bbc3f48f 100644 --- a/src/views/pqs/supervise/harmonicSurvey/index.vue +++ b/src/views/pqs/supervise/harmonicSurvey/index.vue @@ -1,24 +1,24 @@ - - diff --git a/src/views/pqs/supervise/testRun/testRun.vue b/src/views/pqs/supervise/testRun/testRun.vue index 1e72b474..d55b7e8f 100644 --- a/src/views/pqs/supervise/testRun/testRun.vue +++ b/src/views/pqs/supervise/testRun/testRun.vue @@ -2,13 +2,13 @@
- + - + - + @@ -16,7 +16,7 @@