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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+
+
+
+
+
+
+
+ 扫描记录
+
+
+
+
+
+
+
+ {{ getSignNumber(row.delNotifyItemNo) }}
+
+
+
+
+
+
+
+ 合格
+ 不合格
+ 待检验
+
+
+
+
+
+
+ {{ row.allNum ? row.allNum : 0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+