From dc5f8fc80086b5362a7182efa329970f9ab14599 Mon Sep 17 00:00:00 2001 From: wenjy Date: Mon, 9 Jan 2023 18:02:44 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E5=90=B8=E9=99=84=E5=86=85?= =?UTF-8?q?=E8=83=86OEE=E6=94=B9=E4=B8=BA=E7=99=BE=E5=88=86=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 4 +- .../templates/scada/AbsorbDeviceKB.html | 141 +----------------- 2 files changed, 10 insertions(+), 135 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 9ed7600..06daf9b 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -16,7 +16,7 @@ ruoyi: # 开发环境配置 server: # 服务器的HTTP端口,正式端口8012 - port: 8013 + port: 8012 servlet: # 应用的访问路径 context-path: / @@ -138,4 +138,4 @@ swagger: # 是否开启swagger enabled: true -in_id: 2 +in_id: 1 diff --git a/ruoyi-admin/src/main/resources/templates/scada/AbsorbDeviceKB.html b/ruoyi-admin/src/main/resources/templates/scada/AbsorbDeviceKB.html index 9630816..0313648 100644 --- a/ruoyi-admin/src/main/resources/templates/scada/AbsorbDeviceKB.html +++ b/ruoyi-admin/src/main/resources/templates/scada/AbsorbDeviceKB.html @@ -750,7 +750,7 @@ autoUpdate("/system/AbsorbDeviceMes/deviceState", INTERVAL, data => { if(data.deviceEnergy > 0){ setStatus(data.deviceStatus) - energyConsumptionElement.innerText = test(data.deviceEnergy,100) + energyConsumptionElement.innerText = data.deviceEnergy powerElement.innerText = data.devicePower runDurationElement.innerText = data.runTime stopDurationElement.innerText = (data.openTime - data.runTime).toFixed(2) @@ -762,7 +762,7 @@ autoUpdate("/system/AbsorbDeviceMes/DeviceOEE", INTERVAL, data => { //console.log(data) - deviceOEEElement.innerText = data + deviceOEEElement.innerText = (data * 100) +"%" }) autoUpdate("/system/AbsorbDeviceMes/DeviceAlarmCount", INTERVAL, data => { //console.log(data) @@ -997,131 +997,6 @@ }, }) - // runDurationStat.setOption({ - // tooltip: { - // trigger: 'axis', - // }, - // legend: { - // show: true, - // right: 5, - // textStyle: { - // color: "#FFFFFFD9", - // }, - // }, - // xAxis: [ - // { - // type: 'category', - // // data: ['11.01', '11.02', '11.03', '11.04'], - // axisPointer: { - // type: 'shadow' - // }, - // axisLabel: { - // color: "#B3B3B3", - // }, - // axisLine: { - // lineStyle: { - // color: "#B3B3B3", - // } - // } - // } - // ], - // yAxis: [ - // { - // type: 'value', - // name: '时长', - // min: 0, - // // max: 60, - // // interval: 20, - // axisLine: { - // lineStyle: { - // color: "#B3B3B3" - // } - // }, - // axisLabel: { - // color: "#B3B3B3", - // }, - // splitLine: { - // show: false, - // }, - // }, - // ], - // series: [ - // { - // name: '开机', - // type: 'bar', - // barWidth: 15, - // // data: [34, 25, 45, 19], - // itemStyle: { - // normal: { - // color: new echarts.graphic.LinearGradient( - // 0, 0, 0, 1, - // [ - // {offset: 0, color: '#0c87d5B6'}, - // {offset: 1, color: '#0926d7B8'}, - // ] - // ) - // }, - // emphasis: { - // color: new echarts.graphic.LinearGradient( - // 0, 0, 0, 1, - // [ - // {offset: 0, color: '#0c87d5B6'}, - // {offset: 1, color: '#0926d7B8'}, - // ] - // ) - // } - // }, - // label: { - // normal: { - // show: true, - // position: 'top', - // color: "#6acbfe", - // }, - // }, - // }, - // { - // name: '停机', - // type: 'bar', - // barWidth: 15, - // // data: [19, 34, 15, 33], - // itemStyle: { - // normal: { - // color: new echarts.graphic.LinearGradient( - // 0, 0, 0, 1, - // [ - // {offset: 0, color: '#2FDECAB5'}, - // {offset: 1, color: '#2FDE80B8'} - // ] - // ) - // }, - // emphasis: { - // color: new echarts.graphic.LinearGradient( - // 0, 0, 0, 1, - // [ - // {offset: 0, color: '#2FDECAB5'}, - // {offset: 1, color: '#2FDE80B8'} - // ] - // ) - // } - // }, - // label: { - // normal: { - // show: true, - // position: 'top', - // color: "#2FDE80", - // }, - // }, - // }, - // ], - // grid: { - // left: 5, - // right: 5, - // bottom: 4, - // top: 36, - // containLabel: true - // }, - // }) - usageRateStat.setOption({ tooltip: { trigger: 'axis', @@ -1148,8 +1023,6 @@ type: 'value', name: '利用率', min: 0, - // max: 80, - // interval: 20, axisLine: { lineStyle: { color: "#B3B3B3" @@ -1178,6 +1051,11 @@ show: true, position: 'top', color: "#ffa405", + formatter:(params) => { + + return (params.value)+"%"; + + } }, areaStyle: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ @@ -1197,7 +1075,7 @@ left: 5, right: 5, bottom: 5, - top: 10, + top: 30, containLabel: true }, }) @@ -1422,9 +1300,6 @@ { type: 'value', name: '故障排名', - min: 0, - max: 1500, - interval: 300, axisLine: { lineStyle: { color: "#B3B3B3"