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 @@ + + + + +