From 45234a297e155cce54579dd3730b200957654b76 Mon Sep 17 00:00:00 2001
From: "1378012178@qq.com" <1378012178@qq.com>
Date: Mon, 25 Aug 2025 20:01:05 +0800
Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=8B=86=E5=88=86=E4=B8=BA?=
=?UTF-8?q?=E5=9F=8E=E5=8C=BA/=E9=83=8A=E5=8E=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/base/simconfig/SimconfigList.vue | 419 +++++++++---------
src/views/base/simconfig/SimconfigListJx.vue | 281 ++++++++++++
.../heating/heatanalysis/HeatanalysisList.vue | 1 +
.../heatanalysis/HeatanalysisListJx.vue | 212 +++++++++
.../history/HeatanalysisHistoryList.vue | 76 ++--
.../history/HeatanalysisHistoryListJx.vue | 262 +++++++++++
.../components/AddSourceModal.vue | 2 +-
.../mapmanagement/components/MarkinfoForm.vue | 2 +-
src/views/heating/report/HeatanalysisList.vue | 147 +++---
.../heating/report/HeatanalysisListJx.vue | 297 +++++++++++++
10 files changed, 1365 insertions(+), 334 deletions(-)
create mode 100644 src/views/base/simconfig/SimconfigListJx.vue
create mode 100644 src/views/heating/heatanalysis/HeatanalysisListJx.vue
create mode 100644 src/views/heating/history/HeatanalysisHistoryListJx.vue
create mode 100644 src/views/heating/report/HeatanalysisListJx.vue
diff --git a/src/views/base/simconfig/SimconfigList.vue b/src/views/base/simconfig/SimconfigList.vue
index 688bd97..6670d46 100644
--- a/src/views/base/simconfig/SimconfigList.vue
+++ b/src/views/base/simconfig/SimconfigList.vue
@@ -16,37 +16,28 @@
-
- {{item.companyName}}
+
+ {{ item.companyName }}
-
- {{item.sourceName}}
+
+ {{ item.sourceName }}
-
- {{item.stationName}}
+
+ {{ item.stationName }}
@@ -61,29 +52,30 @@
-
-
+
+
- 新增
-
-
-
-
-
-
- 删除
-
-
-
- 批量操作
-
-
+
+
+
+
+
+ 删除
+
+
+
+ 批量操作
+
+
-
+
-
+
@@ -95,194 +87,195 @@
diff --git a/src/views/base/simconfig/SimconfigListJx.vue b/src/views/base/simconfig/SimconfigListJx.vue
new file mode 100644
index 0000000..0886525
--- /dev/null
+++ b/src/views/base/simconfig/SimconfigListJx.vue
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+ 删除
+
+
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/heating/heatanalysis/HeatanalysisList.vue b/src/views/heating/heatanalysis/HeatanalysisList.vue
index 3c17b65..80ac3b2 100644
--- a/src/views/heating/heatanalysis/HeatanalysisList.vue
+++ b/src/views/heating/heatanalysis/HeatanalysisList.vue
@@ -109,6 +109,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
fullScreen: false,
},
beforeFetch: (params) => {
+ queryParam.value.regionType = '城区'
params.column = '',params.order = '';//新生成的默认不带排序
return Object.assign(params, queryParam.value);
},
diff --git a/src/views/heating/heatanalysis/HeatanalysisListJx.vue b/src/views/heating/heatanalysis/HeatanalysisListJx.vue
new file mode 100644
index 0000000..bca62c0
--- /dev/null
+++ b/src/views/heating/heatanalysis/HeatanalysisListJx.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
diff --git a/src/views/heating/history/HeatanalysisHistoryList.vue b/src/views/heating/history/HeatanalysisHistoryList.vue
index e1613f3..2f2df13 100644
--- a/src/views/heating/history/HeatanalysisHistoryList.vue
+++ b/src/views/heating/history/HeatanalysisHistoryList.vue
@@ -6,34 +6,28 @@
-
- {{item.companyName}}
+
+ {{ item.companyName }}
-
- {{item.sourceName}}
+
+ {{ item.sourceName }}
-
- {{item.stationName}}
+
+ {{ item.stationName }}
@@ -52,12 +46,14 @@
-
+
-
+
@@ -70,11 +66,11 @@
+
+
diff --git a/src/views/heating/mapmanagement/components/AddSourceModal.vue b/src/views/heating/mapmanagement/components/AddSourceModal.vue
index 3e59559..ce55774 100644
--- a/src/views/heating/mapmanagement/components/AddSourceModal.vue
+++ b/src/views/heating/mapmanagement/components/AddSourceModal.vue
@@ -32,7 +32,7 @@
* @param record
*/
function edit(record) {
- title.value = '添加热源';
+ title.value = '添加锅炉房';
visible.value = true;
nextTick(() => {
registerForm.value.edit(record);
diff --git a/src/views/heating/mapmanagement/components/MarkinfoForm.vue b/src/views/heating/mapmanagement/components/MarkinfoForm.vue
index 56654fd..f26eb78 100644
--- a/src/views/heating/mapmanagement/components/MarkinfoForm.vue
+++ b/src/views/heating/mapmanagement/components/MarkinfoForm.vue
@@ -153,7 +153,7 @@
let contextMenu = new BMap.ContextMenu();//当用户右键点击元素时,会出现上下文菜单
let txtMenuItem = [
{
- text : '添加热源',
+ text : '添加锅炉房',
callback : function(p) {
addSourceModalRef.value.disableSubmit = false;
addSourceModalRef.value.edit(p);
diff --git a/src/views/heating/report/HeatanalysisList.vue b/src/views/heating/report/HeatanalysisList.vue
index e6c8655..263bda2 100644
--- a/src/views/heating/report/HeatanalysisList.vue
+++ b/src/views/heating/report/HeatanalysisList.vue
@@ -6,46 +6,34 @@
-
- {{item.companyName}}
+
+ {{ item.companyName }}
-
- {{item.sourceName}}
+
+ {{ item.sourceName }}
-
- {{item.stationName}}
+
+ {{ item.stationName }}
-
+
全部
自动上报
定时模拟
@@ -54,10 +42,7 @@
-
+
全部
是
否
@@ -66,10 +51,7 @@
-
+
全部
是
否
@@ -77,28 +59,29 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
查询
重置
@@ -111,14 +94,16 @@
-
+
是
否
- 是
+ 是
否
@@ -129,15 +114,15 @@
+
+