master
夜笙歌 2 years ago
parent b3174d781c
commit f994c24e30

@ -1,7 +1,10 @@
$(() => {
//设备OEE统计
OEEStatistics(null, document.getElementById("OEEStatistics"));
//设备OEE统计
$.getJSON('/aluminumLiner/getOeeStatistics', function (result) {
OEEStatistics(result, document.getElementById("OEEStatistics"));
});
//设备故障排名
$.getJSON('/tankShell/getStatisticalOutputByModel', function (result) {

@ -1,7 +1,10 @@
$(() => {
//设备OEE统计
OEEStatistics(null, document.getElementById("OEEStatistics"));
//设备OEE统计
$.getJSON('/aluminumLiner/getOeeStatistics', function (result) {
OEEStatistics(result, document.getElementById("OEEStatistics"));
});
//设备故障排名
$.getJSON('/tankShell/getStatisticalOutputByModel', function (result) {

Loading…
Cancel
Save