From f70b66e1c78afc77df70739f9f433d71f0524ecd Mon Sep 17 00:00:00 2001
From: Amjacks <1932302177@qq.com>
Date: Wed, 26 Mar 2025 10:32:10 +0800
Subject: [PATCH] =?UTF-8?q?feat=20=E5=8F=98=E6=9B=B4=E9=87=87=E8=B4=AD?=
=?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2?=
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 | 22 +++++++-------------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/api/StockIn/index.ts b/src/api/StockIn/index.ts
index ca92953..102a62b 100644
--- a/src/api/StockIn/index.ts
+++ b/src/api/StockIn/index.ts
@@ -154,4 +154,12 @@ export function createDelivery(params: any) {
method: 'post',
data: params,
});
+}
+
+export function getPurchase(params: any) {
+ return request({
+ url: '/api/delivery/getPurchase',
+ 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
index b68ea8f..6674bde 100644
--- a/src/views/stockIn/StockInByCharge/drawer.vue
+++ b/src/views/stockIn/StockInByCharge/drawer.vue
@@ -22,8 +22,8 @@