diff --git a/src/api/production.js b/src/api/production.js index 0e74d3f..3ed1e50 100644 --- a/src/api/production.js +++ b/src/api/production.js @@ -42,6 +42,10 @@ export const getShopOrderRoutingData=data => createAPI(`dailyPlan/getShopOrderRo export const getSOTastRoutingData=data => createAPI(`dailyPlan/getSOTastRoutingData`, 'post', data); +export const getWorkCenterOperatorList=data => createAPI(`dailyPlan/getWorkCenterOperatorList`, 'post', data); + +export const getAvailableResourceList=data => createAPI(`dailyPlan/getAvailableResourceList`, 'post', data); + diff --git a/src/views/modules/production/generateReport.vue b/src/views/modules/production/generateReport.vue index 3de4eea..678b986 100644 --- a/src/views/modules/production/generateReport.vue +++ b/src/views/modules/production/generateReport.vue @@ -12,22 +12,24 @@ 产品编码 - 查询 - - {{'导出'}} - + + 查询 + + {{'导出'}} + + - + - - + + @@ -203,19 +203,19 @@ - + - - + + - + @@ -237,30 +237,35 @@ - + - + + - + - + + + + + + + + 添加 保存 - 关闭
@@ -274,7 +279,7 @@ header-align="center" align="left" min-width="100" - label="排产日期"> + label="派工日期">