src/api/kanbanManager.js @@ -93,3 +93,11 @@ method: 'get' }) } // 车间综合看板,左上生产订单工序执行情况 export function WorkShopCompreLeftTopCopy() { return request({ url: 'KanBanManagerent/WorkShopCompreLeftTopCopy', method: 'get' }) }