diff --git a/src/api/production/dailyPlan.js b/src/api/production/dailyPlan.js index 2a38a64..eda5ed3 100644 --- a/src/api/production/dailyPlan.js +++ b/src/api/production/dailyPlan.js @@ -38,3 +38,7 @@ export const getPartCheckData = data => createAPI('/dailyPlan/getPartCheckData', // 改变关闭属性 export const changeScheduleCloseFlag = data => createAPI('/dailyPlan/changeScheduleCloseFlag', 'POST', data) + + +// 日计划流转 +export const circulationPlan = data => createAPI('/dailyPlan/circulationPlan', 'POST', data) diff --git a/src/views/modules/common/column.vue b/src/views/modules/common/column.vue index 89c67be..52fbfe1 100644 --- a/src/views/modules/common/column.vue +++ b/src/views/modules/common/column.vue @@ -1,7 +1,7 @@