Browse Source

FQC 排产BUG

master
Rui_Li 4 years ago
parent
commit
02b678e9c9
  1. 2
      src/api/schedule/order_schedule_fqc.js

2
src/api/schedule/order_schedule_fqc.js

@ -28,7 +28,7 @@ export const moveDownSchedule = data => createAPI('scheduling/moveDownSchedule',
export const getCalendarMapByResourceId = data => createAPI('scheduling/getCalendarMapByResourceId', 'POST', data)
//获取工单的排产信息
export const getShopOrderByCon = data => createAPI('scheduling/getShopOrderByCon', 'POST', data)
export const getShopOrderByCon = data => createAPI('scheduling/getShopOrderByConWithFqc', 'POST', data)

Loading…
Cancel
Save