From 1f54c9179d1eb66f927294b8fa2205265abfe457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Tue, 23 Apr 2024 16:47:27 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/ingredientReport/day.vue | 10 +++++----- src/views/report/qcReport/fullInspection/index.vue | 4 ++-- src/views/report/qcReport/lineReport.vue | 4 ++-- src/views/report/qcReport/optimizeCutData.vue | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/report/ingredientReport/day.vue b/src/views/report/ingredientReport/day.vue index 399495e6..29c4ef0e 100644 --- a/src/views/report/ingredientReport/day.vue +++ b/src/views/report/ingredientReport/day.vue @@ -1,7 +1,7 @@ @@ -145,7 +145,7 @@ export default { endPlaceholder: '结束时间', param: 'checkTime', defaultSelect: [Date.now() - 24 * 60 * 60 - 1000, Date.now()], - width: 250 + width: 350 }, { type:'button', @@ -157,7 +157,7 @@ export default { type:'button', btnName: '导出', name: 'export', - color: 'success', + color: 'primary', plain: true }, ], @@ -212,7 +212,7 @@ export default { } } if (columnIndex === 1) { - if (rowIndex === 1 || rowIndex === 3 || rowIndex === 5 || rowIndex === 7 || rowIndex === 9 || rowIndex === 11) { + if (rowIndex %2 == 1) { return { rowspan: 1, colspan: 2 @@ -220,7 +220,7 @@ export default { } } if (columnIndex === 4 || columnIndex === 5 || columnIndex === 6 || columnIndex === 7 || columnIndex === 8 || columnIndex === 9 || columnIndex === 10 || columnIndex === 11 || columnIndex === 12 || columnIndex === 13) { - if (rowIndex === 0 || rowIndex === 2 || rowIndex === 4 || rowIndex === 6 || rowIndex === 8 || rowIndex === 10) { + if (rowIndex % 2 == 0) { return { rowspan: 2, colspan: 1 diff --git a/src/views/report/qcReport/fullInspection/index.vue b/src/views/report/qcReport/fullInspection/index.vue index b4e7d8c9..360c4163 100644 --- a/src/views/report/qcReport/fullInspection/index.vue +++ b/src/views/report/qcReport/fullInspection/index.vue @@ -1,7 +1,7 @@ @@ -234,7 +234,7 @@ export default { type: 'button', btnName: '导出', name: 'export', - color: 'success', + color: 'primary', plain: true }, ], diff --git a/src/views/report/qcReport/lineReport.vue b/src/views/report/qcReport/lineReport.vue index ab2b32c5..01e9aa65 100644 --- a/src/views/report/qcReport/lineReport.vue +++ b/src/views/report/qcReport/lineReport.vue @@ -1,7 +1,7 @@ @@ -154,7 +154,7 @@ export default { type:'button', btnName: '导出', name: 'export', - color: 'success', + color: 'primary', plain: true }, ], diff --git a/src/views/report/qcReport/optimizeCutData.vue b/src/views/report/qcReport/optimizeCutData.vue index 77d5411d..9563e682 100644 --- a/src/views/report/qcReport/optimizeCutData.vue +++ b/src/views/report/qcReport/optimizeCutData.vue @@ -1,7 +1,7 @@ @@ -153,7 +153,7 @@ export default { type:'button', btnName: '导出', name: 'export', - color: 'success', + color: 'primary', plain: true }, ], From 1d9e272f9969bcde99f19ee426774e6a203dd833 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Wed, 24 Apr 2024 13:30:06 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E8=88=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 8 +- src/views/databoard/components/GasChart.vue | 271 ++++++++++-------- src/views/databoard/components/ISRAChart.vue | 210 +++++++++----- .../databoard/deepProcessing/EqAlarm.vue | 150 +++++----- .../deepProcessing/WorkOrderMonitoring.vue | 135 +++++---- src/views/databoard/kiln/EnergeCost.vue | 75 ++--- src/views/databoard/kiln/GasHandle.vue | 112 +++++--- src/views/databoard/kiln/MaterialCost.vue | 29 +- src/views/databoard/utils/index.js | 2 + .../databoard/wholePlant/OrderStatus.vue | 140 +++++---- src/websocket/wsInterface.js | 5 +- 11 files changed, 674 insertions(+), 463 deletions(-) diff --git a/.env.dev b/.env.dev index 17c0a14b..ccbb05bc 100644 --- a/.env.dev +++ b/.env.dev @@ -12,15 +12,15 @@ ENV = 'development' VUE_APP_TITLE = MES系统 # 芋道管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.0.33:48082' -# VUE_APP_BASE_API = 'http://192.168.1.104:48082' +# VUE_APP_BASE_API = 'http://192.168.0.33:48082' +VUE_APP_BASE_API = 'http://10.70.2.2:8080' # 积木报表指向地址 VUE_APP_JIMU_API = 'http://192.168.0.33:48082' # socket地址(现场) -# VUE_APP_Socket_API = 'ws://10.70.2.2:8080' +VUE_APP_Socket_API = 'ws://10.70.2.2:8080' # socket地址(公司线上) -VUE_APP_Socket_API = 'ws://192.168.0.33:48082' +# VUE_APP_Socket_API = 'ws://192.168.0.33:48082' # socket dcs地址(只有现场) VUE_APP_Socket_Dcs_API = 'ws://10.70.180.10:8081' diff --git a/src/views/databoard/components/GasChart.vue b/src/views/databoard/components/GasChart.vue index 9daab55c..b9d851a5 100644 --- a/src/views/databoard/components/GasChart.vue +++ b/src/views/databoard/components/GasChart.vue @@ -1,22 +1,26 @@ @@ -278,12 +301,12 @@ export default { } diff --git a/src/views/databoard/components/ISRAChart.vue b/src/views/databoard/components/ISRAChart.vue index 7f85b807..0e1ee1ea 100644 --- a/src/views/databoard/components/ISRAChart.vue +++ b/src/views/databoard/components/ISRAChart.vue @@ -1,68 +1,89 @@ @@ -141,12 +199,12 @@ export default { } diff --git a/src/views/databoard/deepProcessing/EqAlarm.vue b/src/views/databoard/deepProcessing/EqAlarm.vue index 5a572ca2..65c107f3 100644 --- a/src/views/databoard/deepProcessing/EqAlarm.vue +++ b/src/views/databoard/deepProcessing/EqAlarm.vue @@ -1,77 +1,93 @@ - \ No newline at end of file + diff --git a/src/views/databoard/deepProcessing/WorkOrderMonitoring.vue b/src/views/databoard/deepProcessing/WorkOrderMonitoring.vue index 07111d9e..4138e0b5 100644 --- a/src/views/databoard/deepProcessing/WorkOrderMonitoring.vue +++ b/src/views/databoard/deepProcessing/WorkOrderMonitoring.vue @@ -1,67 +1,88 @@ - \ No newline at end of file + diff --git a/src/views/databoard/kiln/EnergeCost.vue b/src/views/databoard/kiln/EnergeCost.vue index c1a277c7..6c0a18da 100644 --- a/src/views/databoard/kiln/EnergeCost.vue +++ b/src/views/databoard/kiln/EnergeCost.vue @@ -1,22 +1,24 @@ - -