From 445cd9630d96c58153ff7b2bfdfabe14e1bca5e1 Mon Sep 17 00:00:00 2001 From: zwq Date: Mon, 24 Feb 2025 14:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/environmental/environmentalLog.js | 9 ++ src/mixins/basic-page.js | 4 +- src/views/Environmental/Envi-yure-log.vue | 121 ++++++++++++++++++ src/views/Environmental/Environmental-log.vue | 16 ++- src/views/base/material/index.vue | 7 +- src/views/base/materialPricing/index.vue | 2 +- src/views/core/base/factory/index.vue | 2 +- src/views/core/base/lineBindProduct/index.vue | 2 +- .../core/base/lineBindProductLog/index.vue | 2 +- src/views/core/base/product/index.vue | 2 +- src/views/core/base/productionLine/index.vue | 2 +- src/views/core/base/workshopSection/index.vue | 2 +- src/views/core/monitoring/auto/index.vue | 2 +- src/views/core/monitoring/data/index.vue | 2 +- .../monitoring/sectionStatistics/index.vue | 2 +- .../sectionStatisticsSearch/index.vue | 2 +- src/views/cost/costStatistics/index.vue | 9 +- .../cost/deep/24hourCostMonitor/index.vue | 4 +- src/views/cost/deep/costDeepEnergy/index.vue | 4 +- .../cost/deep/costDeepOthercostHis/index.vue | 14 +- .../cost/deep/costDeepOthercostLog/index.vue | 5 +- .../cost/deep/costDeepRatioHis/index.vue | 12 +- src/views/cost/deep/costStatistics/index.vue | 18 ++- src/views/cost/indexDetail.vue | 16 +-- .../cost/raw/24hourCostMonitor/index.vue | 4 +- src/views/cost/raw/costEnergy/index.vue | 4 +- src/views/cost/raw/costMaterial/index.vue | 12 +- .../cost/raw/costOriginRatioHis/index.vue | 11 +- src/views/cost/raw/costOthercostHis/index.vue | 12 +- src/views/cost/raw/costOthercostLog/index.vue | 5 +- src/views/cost/raw/costStatistics/index.vue | 19 ++- .../energyType/components/energyTypeAdd.vue | 2 +- src/views/login.vue | 8 +- 33 files changed, 252 insertions(+), 86 deletions(-) create mode 100644 src/views/Environmental/Envi-yure-log.vue diff --git a/src/api/environmental/environmentalLog.js b/src/api/environmental/environmentalLog.js index 0709f7bc..9dfae29e 100644 --- a/src/api/environmental/environmentalLog.js +++ b/src/api/environmental/environmentalLog.js @@ -8,3 +8,12 @@ export function getCostEnviHisPage(query) { params: query }) } + +// 获得余热发电page +export function yurepage(query) { + return request({ + url: '/base/energy-quantity-day/yurepage', + method: 'get', + params: query + }) +} diff --git a/src/mixins/basic-page.js b/src/mixins/basic-page.js index 549a15a6..46218a24 100644 --- a/src/mixins/basic-page.js +++ b/src/mixins/basic-page.js @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-08-24 11:19:43 * @LastEditors: zwq - * @LastEditTime: 2024-04-02 09:33:29 + * @LastEditTime: 2025-02-21 13:18:46 * @Description: */ export default { @@ -16,7 +16,7 @@ export default { }, tableData: [], //table数据 listQuery: { //分页 - pageSize: 10, + pageSize: 20, pageNo: 1, total: 1, }, diff --git a/src/views/Environmental/Envi-yure-log.vue b/src/views/Environmental/Envi-yure-log.vue new file mode 100644 index 00000000..04031881 --- /dev/null +++ b/src/views/Environmental/Envi-yure-log.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/Environmental/Environmental-log.vue b/src/views/Environmental/Environmental-log.vue index 26a12f5d..4710e14c 100644 --- a/src/views/Environmental/Environmental-log.vue +++ b/src/views/Environmental/Environmental-log.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2024-11-13 14:01:16 * @LastEditors: zwq - * @LastEditTime: 2024-11-13 15:36:35 + * @LastEditTime: 2025-02-21 14:31:00 * @Description: -->