From 4b488b49c198d911d5ead7ea25a28081375d674f Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 12 Feb 2025 10:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=B7=A5=E8=BF=94=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/generateReport.js | 3 + src/views/modules/production/reworkRecord.vue | 59 ++++++++++++++++++- 2 files changed, 60 insertions(+), 2 deletions(-) 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 @@