From e46002210feb2447c32040aefda7632b038441a1 Mon Sep 17 00:00:00 2001
From: "YEJIAXING-PC\\lenovo" <591141169@qq.com>
Date: Mon, 20 Jan 2025 17:12:23 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=96=99=E8=AE=A1=E5=88=92=E6=A0=87?=
=?UTF-8?q?=E7=AD=BE=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/wms/preparetoissueMain/index.ts | 5 +
.../preparetoissueMain/index.vue | 528 ++++++++++--------
2 files changed, 311 insertions(+), 222 deletions(-)
diff --git a/src/api/wms/preparetoissueMain/index.ts b/src/api/wms/preparetoissueMain/index.ts
index 2dd0c8d66..4cf759e2f 100644
--- a/src/api/wms/preparetoissueMain/index.ts
+++ b/src/api/wms/preparetoissueMain/index.ts
@@ -112,4 +112,9 @@ export const resetting = (id) => {
// 创建发料申请
export const generateIssueRequest = (number) => {
return request.post({ url: '/wms/preparetoissue-main/generateIssueRequest?number=' + number })
+}
+
+// 创建发料申请
+export const getNumber = (id) => {
+ return request.post({ url: '/wms/preparetoissue-main/getNumber?id=' + id })
}
\ No newline at end of file
diff --git a/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue b/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue
index 1843aec71..16d3fe149 100644
--- a/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue
+++ b/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue
@@ -1,23 +1,31 @@
-
+
-
-
+
+
-
-
+
{{ row.number }}
-
-
+
+
@@ -77,21 +88,33 @@
/>
-
+