From a77166fc6431b1c07abd65f1e386608de3a65e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Fri, 24 Jul 2026 16:51:36 +0800 Subject: [PATCH] 1 --- src/api/production/generateReport.js | 1 + .../production/outboundLabelScanDetail.vue | 263 ++++++++++++++++++ 2 files changed, 264 insertions(+) create mode 100644 src/views/modules/production/outboundLabelScanDetail.vue diff --git a/src/api/production/generateReport.js b/src/api/production/generateReport.js index 9fe254b..5e41832 100644 --- a/src/api/production/generateReport.js +++ b/src/api/production/generateReport.js @@ -83,6 +83,7 @@ export const scanLabel = data=>createAPI('/board/scanLabel','post',data); export const checkIsPacking = data=>createAPI('/board/checkIsPacking','get',data); export const searchOutboundLabelScanList = data=>createAPI('/outbound/label/list','post',data); export const queryEarlierInboundBagList = data=>createAPI('/outbound/label/fifo/list','post',data); +export const searchOutboundLabelDetailPage = data=>createAPI('/outbound/label/detail/page','post',data); export const getTCPPackagePrintDataList = data =>createAPI('/board/getTCPPackagePrintDataList','post',data) diff --git a/src/views/modules/production/outboundLabelScanDetail.vue b/src/views/modules/production/outboundLabelScanDetail.vue new file mode 100644 index 0000000..5fb6c48 --- /dev/null +++ b/src/views/modules/production/outboundLabelScanDetail.vue @@ -0,0 +1,263 @@ + + + + +