@ -2329,7 +2329,7 @@ const energyConsumption = (res, ids) => {
// max: 40,
// interval: 10,
axisLabel: {
formatter: '{value} ml'
formatter: '{value} t'
},
splitLine: {
show: false,
@ -2350,7 +2350,7 @@ const energyConsumption = (res, ids) => {
// max: 20,
// interval: 5,
formatter: '{value} °C'
formatter: '{value} kw·h'
@ -6,10 +6,10 @@ $(() => {
});
//设备运行状态
// $.getJSON(`/foamBox/getRunStatusJson?ids=${ids}`, function (result) {
// deviceStatus(result);
// });
deviceStatus([1,1,1,1,1,1]);
$.getJSON(`/foamBox/getRunStatusJson?ids=${ids}`, function (result) {
deviceStatus(result);
// deviceStatus([1,1,1,1,1,1]);
//库存统计