diff --git a/src/api/production/generateReport.js b/src/api/production/generateReport.js index 75bc1f3..63dc4d6 100644 --- a/src/api/production/generateReport.js +++ b/src/api/production/generateReport.js @@ -79,3 +79,6 @@ export const searchOutboundLabelScanList = data=>createAPI('/outbound/label/list export const getTCPPackagePrintDataList = data =>createAPI('/board/getTCPPackagePrintDataList','post',data) + +export const removeRework = (data) => createAPI(`/dailyPlan/removeRework`,'post',data) +export const cancelRework = (data) => createAPI(`/dailyPlan/cancelRework`,'post',data) diff --git a/src/views/modules/production/reworkRecord.vue b/src/views/modules/production/reworkRecord.vue index 7a0b4a8..b191fd1 100644 --- a/src/views/modules/production/reworkRecord.vue +++ b/src/views/modules/production/reworkRecord.vue @@ -1,6 +1,13 @@