| | |
| | | getEquipmentOEEStatistics: productionCode => getAction('/mdc/home/equipmentOEEStatistics', { productionCode }), |
| | | // 设备OEE和利用率对比 |
| | | getEquipmentMonthStatisticsApi: productionCode => getAction('/mdc/home/equipmentMonthStatistics', { productionCode }), |
| | | // 问题列表 |
| | | getWorkshopProblemListApi: productionCode => getAction('/mdc/home/feedbackList', { productionCode }), |
| | | // 工段级前7天利用率折线图 |
| | | getEquipmentDayUtilizationStatisticsApi: productionCode => getAction('/mdc/home/equipmentDayUtilizationStatistics', { productionCode }), |
| | | // 上个月各设备OEE统计 |