1.撤回 OEE 计算百分比
main
liuhr 1 year ago
parent e3ad6c726b
commit 918efb6c12

@ -598,7 +598,7 @@ const EquipmentRecordOEEMonthTotal = () => {
month.forEach((m: any) => {
res.forEach((item: any) => {
if (item.totalMonth == m) {
oeeData.push(item.oee * 100);
oeeData.push(item.oee);
}
else {
oeeData.push(0);

Loading…
Cancel
Save