From 716e62dd4856f1188fa1c2e00dc125bb3dbf09d5 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 26 Mar 2025 14:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + .../userLedger/components/addForm.vue | 16 + .../terminal/userLedger/components/detail.vue | 6 + .../business/terminal/userLedger/index.vue | 1 + .../online/shishishuju/trend.vue | 12 +- .../online/wentaishujufenxi/index.vue | 8 +- .../runEvaluate/components/boundary.ts | 1594 +++++++++++++++++ .../runManage/runEvaluate/components/map.vue | 569 ++++++ src/views/pqs/runManage/runEvaluate/index.vue | 78 +- 9 files changed, 2245 insertions(+), 40 deletions(-) create mode 100644 src/views/pqs/runManage/runEvaluate/components/boundary.ts create mode 100644 src/views/pqs/runManage/runEvaluate/components/map.vue diff --git a/package.json b/package.json index 4613095f..cfc5aa43 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@ant-design/colors": "^7.0.2", + "@dataview/datav-vue3": "0.0.0-test.1672506674342", "@element-plus/icons-vue": "^2.3.1", "@form-create/designer": "^3.1.3", "@form-create/element-ui": "^3.1.24", diff --git a/src/views/pqs/business/terminal/userLedger/components/addForm.vue b/src/views/pqs/business/terminal/userLedger/components/addForm.vue index 5725859a..73f0081d 100644 --- a/src/views/pqs/business/terminal/userLedger/components/addForm.vue +++ b/src/views/pqs/business/terminal/userLedger/components/addForm.vue @@ -130,6 +130,20 @@ + + + + + { userType: 1, //用户性质 1 city: areaOptionList[0].name, //所在地市 1 responsibleDepartment: '', //归口管理部门 1 + ratePower: '', //归口管理部门 1 userStatus: userStateList.value[0].value, //用户状态 1 projectName: '', //项目名称 1 longitude: 0, //经度 @@ -616,6 +631,7 @@ const subForm: any = ref({ reporter: '', //填报人 reportDate: new Date(), //填报日期 responsibleDepartment: '', //归口管理部门 + ratePower: '', //归口管理部门 substation: '', ////变电站 userStatus: '0', //用户状态 userType: 1, //用户性质 diff --git a/src/views/pqs/business/terminal/userLedger/components/detail.vue b/src/views/pqs/business/terminal/userLedger/components/detail.vue index 05d13b48..a88a060d 100644 --- a/src/views/pqs/business/terminal/userLedger/components/detail.vue +++ b/src/views/pqs/business/terminal/userLedger/components/detail.vue @@ -110,6 +110,12 @@ > {{ proviteData.agreementCapacity }} + + {{ proviteData.ratePower }} + + + +
+ + + + + +
+ +
+
查询无结果
+ + + +
+
+

{{ k.psrName }}

+

{{ k.vlevelName }}|{{ k.maintOrgName }}

+
+
+
+
+ +
+ 展开搜索结果 +
+
关闭
+
+ + +
+ +
+ + + +
+ + + +
+ + + + + {{ infoWindowPoint.gdName }} + {{ infoWindowPoint.subName }} + {{ infoWindowPoint.voltageName }} + + {{ infoWindowPoint.ip }} + + {{ infoWindowPoint.pt2 }} + {{ infoWindowPoint.ct2 }} + + {{ infoWindowPoint.manufacturer }} + + + {{ + infoWindowPoint.runFlag == 0 ? '投运' : infoWindowPoint.runFlag == 1 ? '热备用' : '停运' + }} + + + {{ infoWindowPoint.comFlag == 0 ? '中断' : '正常' }} + + + + 查看详情 + + + + + + + +
+
+ +
+
+ + +
+ +
+ +
+
+ 总数 +
+ {{ + PopKey == 2 + ? item.lineNum + : PopKey == 1 + ? item.deviceNum + : PopKey == 0 + ? item.subNum + : '/' + }} +
+
+ {{ PopKey == 2 ? '在线' : PopKey == 1 ? '在运' : '告警' }} +
+ {{ + PopKey == 2 + ? item.onlineNum + : PopKey == 1 + ? item.alarmSubNum + : PopKey == 0 + ? item.onDevice + : '/' + }} +
+
+ 告警 +
+ {{ PopKey == 2 ? item.alarm : PopKey == 1 ? item.xx : PopKey == 0 ? item.xx : '/' }} +
+
+
+
+
+
+ + + + + +./cds.js./boundary diff --git a/src/views/pqs/runManage/runEvaluate/index.vue b/src/views/pqs/runManage/runEvaluate/index.vue index 246b8d09..10d7172d 100644 --- a/src/views/pqs/runManage/runEvaluate/index.vue +++ b/src/views/pqs/runManage/runEvaluate/index.vue @@ -21,63 +21,59 @@ -
+ +
+
+ + + +
+
+ +