| | |
| | | getMonthEquipmentUtilizationRateApi: () => getAction('/mdc/largeScreen/monthEquipmentUtilizationRate'), |
| | | // 获取产线列表 |
| | | getProductionLineListApi: () => getAction('/mdc/largeScreen/productionList'), |
| | | // 获取图表假数据 |
| | | getFakeDataApi: () => getAction('/mdc/mdcFakeData/queryFakeData'), |
| | | // 配置图表假数据 |
| | | editFakeDataApi: fakeData => postAction('/mdc/mdcFakeData/updateFakeData', fakeData), |
| | | // -------------------------------------分控车间看板页面-------------------------------------------- |
| | | // 获取设备状态 |
| | | getEquipmentStatusApi: productionId => getAction('/mdc/subLargeScreen/equipmentStatus', { productionId }), |