From a108e01c4547d142f57e74a4d901d37b54778f8b Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Tue, 8 Apr 2025 13:22:43 +0800 Subject: [PATCH] =?UTF-8?q?04.08=20=E7=94=9F=E4=BA=A7=E5=85=A5=E5=BA=93=20?= =?UTF-8?q?=E9=A2=86=E6=96=99=E7=94=B3=E8=AF=B7=20-=20=E6=8F=90=E8=B4=A7?= =?UTF-8?q?=E5=8D=95=E6=98=8E=E7=BB=86=20=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/issueNotify/issueNotify.js | 3 + .../orderIssure/soIssueNotify/issueNotify.vue | 476 +++++++++++++++++- src/views/modules/production/warehousing.vue | 8 +- 3 files changed, 482 insertions(+), 5 deletions(-) diff --git a/src/api/issueNotify/issueNotify.js b/src/api/issueNotify/issueNotify.js index a0ab87d..b33070b 100644 --- a/src/api/issueNotify/issueNotify.js +++ b/src/api/issueNotify/issueNotify.js @@ -10,3 +10,6 @@ export const addBillLading = data => createAPI(`orderIssure/issureNotify/addBill export const createBillLading = data => createAPI(`orderIssure/issureNotify/createBillLading`,'post',data) export const queryPickDetailList = data => createAPI("/orderIssure/issureNotify/pick/detail",'post',data) + +// 获取提货单明细 +export const getBillLadingDetail = data => createAPI(`orderIssure/issureNotify/getBillLadingDetail`,'post',data) diff --git a/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue index 92c2e8a..9bc3911 100644 --- a/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue @@ -124,16 +124,85 @@ 关闭 + + + + + + + + + + + + + + + + + + {{ "导出" }} + + + + + + + + + + 关闭 + + diff --git a/src/views/modules/production/warehousing.vue b/src/views/modules/production/warehousing.vue index d841e1d..997c343 100644 --- a/src/views/modules/production/warehousing.vue +++ b/src/views/modules/production/warehousing.vue @@ -161,7 +161,7 @@ - + @@ -181,7 +181,7 @@ - +