From c92176cb33c956aef20337b6033a6744ff97b60e Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 02 四月 2026 14:34:03 +0800
Subject: [PATCH] fix: 新增过程检验未清空数据
---
src/api/inventoryManagement/stockIn.js | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/api/inventoryManagement/stockIn.js b/src/api/inventoryManagement/stockIn.js
index 5e104f7..358d4e2 100644
--- a/src/api/inventoryManagement/stockIn.js
+++ b/src/api/inventoryManagement/stockIn.js
@@ -64,5 +64,20 @@
}
-//
+//鏌ヨ搴撳瓨鍥捐〃鏁版嵁
+export function getStockInChartData() {
+ return request({
+ url: '/stockin/listReport',
+ method: 'get'
+ })
+}
+
+// 鏂板鍟嗗搧鍏ュ簱淇℃伅
+export function addProduct(data) {
+ return request({
+ url: '/stockin/addProduct',
+ method: 'post',
+ data: data
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3