From 5670506ecba2e5f3f524f75f10613996d5a5494b Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Sat, 10 May 2025 19:37:31 +0800 Subject: [PATCH] =?UTF-8?q?2025.5.9=20=E6=96=B0=E5=A2=9E=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=BA=93=E5=AD=98=E6=A0=87=E7=AD=BE=EF=BC=88?= =?UTF-8?q?ALL=EF=BC=89=20=E5=8A=9F=E8=83=BD=E4=B8=BB=E8=A6=81=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=BA=93=E5=AD=98=E4=B8=BA0=E6=97=B6=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=BF=9B=E8=A1=8C=E6=89=93=E5=8D=B0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/generateReport.js | 2 + .../modules/production/stockPrintAll.vue | 297 ++++++++++++++++++ 2 files changed, 299 insertions(+) create mode 100644 src/views/modules/production/stockPrintAll.vue diff --git a/src/api/production/generateReport.js b/src/api/production/generateReport.js index ff00cc3..1b72135 100644 --- a/src/api/production/generateReport.js +++ b/src/api/production/generateReport.js @@ -21,6 +21,8 @@ export const cancelJob = data => createAPI(`dailyPlan/cancelJob`, 'post', data); export const searchReportedQty= data => createAPI(`dailyPlan/searchReportedQty`, 'post', data); export const getStockPrint= data => createAPI(`dailyPlan/getStockPrint`, 'post', data); + +export const getStockPrintAll= data => createAPI(`dailyPlan/getStockPrintAll`, 'post', data); export const updatePrintStock= data => createAPI(`dailyPlan/updatePrintStock`, 'post', data); // 扫描派工单获取改派工单数据 diff --git a/src/views/modules/production/stockPrintAll.vue b/src/views/modules/production/stockPrintAll.vue new file mode 100644 index 0000000..53c2532 --- /dev/null +++ b/src/views/modules/production/stockPrintAll.vue @@ -0,0 +1,297 @@ + + + + +