From a82ef471a7403f874e34bc37e803e47e44349954 Mon Sep 17 00:00:00 2001
From: Amjacks <1932302177@qq.com>
Date: Wed, 26 Mar 2025 09:06:16 +0800
Subject: [PATCH] =?UTF-8?q?feat=20=E5=88=9B=E5=BB=BA=E5=88=B0=E5=BA=93?=
=?UTF-8?q?=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/StockIn/index.ts | 8 +
src/views/stockIn/StockInByCharge/drawer.vue | 119 +++
src/views/stockIn/StockInByCharge/index.vue | 982 ++++++++-----------
3 files changed, 553 insertions(+), 556 deletions(-)
create mode 100644 src/views/stockIn/StockInByCharge/drawer.vue
diff --git a/src/api/StockIn/index.ts b/src/api/StockIn/index.ts
index 396972d..ca92953 100644
--- a/src/api/StockIn/index.ts
+++ b/src/api/StockIn/index.ts
@@ -147,3 +147,11 @@ export function TransferIn(params: any) {
data: params,
});
}
+
+export function createDelivery(params: any) {
+ return request({
+ url: '/api/delivery/create',
+ method: 'post',
+ data: params,
+ });
+}
\ No newline at end of file
diff --git a/src/views/stockIn/StockInByCharge/drawer.vue b/src/views/stockIn/StockInByCharge/drawer.vue
new file mode 100644
index 0000000..b68ea8f
--- /dev/null
+++ b/src/views/stockIn/StockInByCharge/drawer.vue
@@ -0,0 +1,119 @@
+
+