From 85bb1326d8fa8b0683d7624c230f994ff45a7d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 28 Oct 2025 10:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=20=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=BA=A7=E5=87=BA=E6=A0=87=E7=AD=BE=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/shopOrder/productionReport.js | 3 + .../searchSfdcRollsReport.vue | 651 ++++++++++++++++++ 2 files changed, 654 insertions(+) create mode 100644 src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue diff --git a/src/api/shopOrder/productionReport.js b/src/api/shopOrder/productionReport.js index 4eda136..67b5bc4 100644 --- a/src/api/shopOrder/productionReport.js +++ b/src/api/shopOrder/productionReport.js @@ -21,6 +21,9 @@ export const searchItemToBeProduct = data => createAPI(`/productionReport/search // 查询-产线产量报告 export const searchProductionLineOutputReport = data => createAPI(`/productionReport/searchProductionLineOutputReport`,'post',data) +//订单产出标签报表--查询 +export const searchSfdcRollsReport = data => createAPI(`/productionReport/searchSfdcRollsReport`,'post',data) + // 查询-CQC检验记录 export const searchCQCInspectionRecord = data => createAPI(`/productionReport/searchCQCInspectionRecord`,'post',data) diff --git a/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue b/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue new file mode 100644 index 0000000..a89efbc --- /dev/null +++ b/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue @@ -0,0 +1,651 @@ + + + + +