From 81a1e383442c78a31b7a087c9ce463afe8f59dad Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Sun, 7 Apr 2024 16:40:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=E5=91=8A=E8=AD=A6=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../electricalEnergy/components/NewlyAdd.vue | 18 ++++- .../electricalEnergy/components/detail.vue | 22 ++---- .../electricalEnergy/components/filling.vue | 64 +++++++++++++--- .../components/maintenance.vue | 53 +++++++++++--- .../electricalEnergy/components/process1.vue | 45 +++++++++--- .../electricalEnergy/components/process2.vue | 73 ++++++++++++++----- .../electricalEnergy/components/process3.vue | 34 ++++++++- .../electricalEnergy/components/process4.vue | 32 +++++++- 8 files changed, 273 insertions(+), 68 deletions(-) diff --git a/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue b/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue index f06a982e..c6a9300b 100644 --- a/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue +++ b/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue @@ -7,7 +7,7 @@ - + - + 第二步 选择问题测点 + + + + + + + + 查询 @@ -307,7 +315,9 @@ const ruleForm = ref() const DateRef = ref() const operationAddRef = ref() const xTableRef = ref() - +const harmonicTypes = ref([]) //稳态指标id集合 +const harmonicTypesList = dictData.getBasicData('Indicator_Type') +const rate = ref(60) //越线天数占比(一个月) const addData = ref({ orgName: '', problemSources: '', @@ -414,6 +424,8 @@ const OnlineMonitoring = () => { const searchOnLine = () => { isLoading1.value = true getAllAlarmDetailList({ + harmonicTypes: harmonicTypes.value, + rate: rate.value * 0.01, startTime: DateRef.value.timeValue[0], endTime: DateRef.value.timeValue[1] }).then(res => { diff --git a/src/views/pqs/supervise/electricalEnergy/components/detail.vue b/src/views/pqs/supervise/electricalEnergy/components/detail.vue index e50d7e15..a0ad22ae 100644 --- a/src/views/pqs/supervise/electricalEnergy/components/detail.vue +++ b/src/views/pqs/supervise/electricalEnergy/components/detail.vue @@ -1,7 +1,7 @@ diff --git a/src/views/pqs/supervise/electricalEnergy/components/filling.vue b/src/views/pqs/supervise/electricalEnergy/components/filling.vue index 31f25cc9..7617c1b7 100644 --- a/src/views/pqs/supervise/electricalEnergy/components/filling.vue +++ b/src/views/pqs/supervise/electricalEnergy/components/filling.vue @@ -36,21 +36,49 @@ - + - + - + - + -
+
提交审核 取消