From 3de8b71ee1c6be3e41b77d6633c3f1a1b66c40f2 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 16 一月 2026 10:59:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_天津军泰伟业' into dev_天津军泰伟业
---
src/api/inventoryManagement/stockIn.js | 34 ++++++++++++++++------------------
1 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/src/api/inventoryManagement/stockIn.js b/src/api/inventoryManagement/stockIn.js
index 5ce4570..3481415 100644
--- a/src/api/inventoryManagement/stockIn.js
+++ b/src/api/inventoryManagement/stockIn.js
@@ -18,6 +18,15 @@
});
};
+// 鏌ヨ鐢熶骇鍏ュ簱淇℃伅鍒楄〃
+export const getStockInPageByProductProduction = (params) => {
+ return request({
+ url: "/stockin/listPageByProductProduction",
+ method: "get",
+ params,
+ });
+};
+
// 鍑哄簱鍙拌处-鏌ヨ鑷畾涔夊叆搴撲俊鎭垪琛�
export const getStockInPageByCustom = (params) => {
return request({
@@ -117,8 +126,8 @@
// 鍒犻櫎鑷畾涔夊叆搴撲俊鎭�
export function delStockInCustom(ids) {
return request({
- url: '/stockin/deleteCustom',
- method: 'delete',
+ url: '/stockin/delteCustom',
+ method: 'post',
data: ids
})
}
@@ -141,23 +150,12 @@
})
}
-// 鑷畾涔夊叆搴�-璇︽儏
-export function detailManagementByCustom(query) {
+
+//鏌ヨ搴撳瓨鍥捐〃鏁版嵁
+export function getStockInChartData() {
return request({
- url: '/stockin/detailManagementByCustom',
- method: 'get',
- params: query
+ url: '/stockin/listReport',
+ method: 'get'
})
}
-// 閲囪喘鍏ュ簱-璇︽儏
-export function stockinDetail(query) {
- return request({
- url: '/stockin/detail',
- method: 'get',
- params: query
- })
-}
-
-
-//
--
Gitblit v1.9.3