From 3a4b3edae5fd9a0339913151c48382b07065f6b6 Mon Sep 17 00:00:00 2001
From: zhujiyan <17812234322@163.com>
Date: Wed, 22 May 2024 16:22:22 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=9B=91=E6=B5=8B=E7=82=B9=E8=81=94?=
=?UTF-8?q?=E8=B0=83=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA/=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E5=B1=95=E7=A4=BA=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/jointDebugList/detail.vue | 12 ++++++++++++
.../components/jointDebugList/index.vue | 6 +++++-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue
index b527d408..dbff8b1a 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue
@@ -7,6 +7,18 @@
{{ detailData.reason}}
+
+ {{ detailData.lineId }}
+
+
+ {{ detailData.monitoringTerminalCode }}
+
+
+ {{ detailData.monitoringTerminalName}}
+
+
+ {{ detailData.powerSubstationName }}
+
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue
index c8dbc8f5..ea5f9f00 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue
@@ -71,6 +71,10 @@ const tableStore = new TableStore({
}
},
{ field: 'reason', title: '调试原因', minWidth: 170 },
+ { field: 'lineId', title: '监测点编号', minWidth: 170 },
+ { field: 'monitoringTerminalCode', title: '监测终端编码', minWidth: 170 },
+ { field: 'monitoringTerminalName', title: '监测终端名称', minWidth: 170 },
+ { field: 'powerSubstationName', title: '电网侧变电站', minWidth: 170 },
{
title: '操作',
minWidth: 150,
@@ -93,7 +97,7 @@ const tableStore = new TableStore({
{
name: 'productSetting',
title: '申请联调',
- type: 'success',
+ type: 'primary',
icon: 'el-icon-add',
render: 'basicButton',
click: row => {
From b49d6defcc238c0ef2f5bccb57dee9ea7ef52d4d Mon Sep 17 00:00:00 2001
From: zhujiyan <17812234322@163.com>
Date: Wed, 22 May 2024 16:25:29 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E7=94=B5=E8=83=BD=E8=B4=A8=E9=87=8F?=
=?UTF-8?q?=E9=97=AE=E9=A2=98-=E7=94=A8=E6=88=B7=E6=8A=95=E8=AF=89?=
=?UTF-8?q?=E8=81=94=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/process-boot/electricitymanagement.ts | 11 +-
.../components1/complaints.vue | 81 ++++---
.../components1/form/complaintsForm.vue | 202 +++++++++++++-----
.../pqs/supervise/electricalEnergy/index.vue | 6 +-
4 files changed, 207 insertions(+), 93 deletions(-)
diff --git a/src/api/process-boot/electricitymanagement.ts b/src/api/process-boot/electricitymanagement.ts
index f1a9f277..a7120555 100644
--- a/src/api/process-boot/electricitymanagement.ts
+++ b/src/api/process-boot/electricitymanagement.ts
@@ -198,4 +198,13 @@ export function handleWarningAlarmFlag(data) {
method: 'POST',
data
})
-}
\ No newline at end of file
+}
+
+//提交用户投诉新增表单
+export function addComplaintsData(data) {
+ return createAxios({
+ url: '/supervision-boot/SupervisionUserComplaint/add',
+ method: 'POST',
+ data
+ })
+}
diff --git a/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue b/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue
index 275fc818..d042e1b3 100644
--- a/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue
+++ b/src/views/pqs/supervise/electricalEnergy/components1/complaints.vue
@@ -1,4 +1,5 @@
+
@@ -8,7 +9,7 @@
-
+
diff --git a/src/views/pqs/supervise/electricalEnergy/index.vue b/src/views/pqs/supervise/electricalEnergy/index.vue
index 4077fc63..03a549e3 100644
--- a/src/views/pqs/supervise/electricalEnergy/index.vue
+++ b/src/views/pqs/supervise/electricalEnergy/index.vue
@@ -2,13 +2,13 @@
-
+
-
+
-
+