From c95cd68de2a10c9a1c8f5a2945cb52b90d8ba83d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 10 十二月 2025 11:37:35 +0800
Subject: [PATCH] 1.海川开心-来票登记可以多选开票(多选时金额要加起来) 2.海川开心-采购台账添加一个附件操作
---
src/api/inventoryManagement/stockIn.js | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/api/inventoryManagement/stockIn.js b/src/api/inventoryManagement/stockIn.js
index 8a3dfff..d45eb1e 100644
--- a/src/api/inventoryManagement/stockIn.js
+++ b/src/api/inventoryManagement/stockIn.js
@@ -18,10 +18,18 @@
});
};
-// 鍑哄簱鍙拌处-鏌ヨ鎵嬪姩鍏ュ簱淇℃伅鍒楄〃
+// 鍑哄簱鍙拌处-鏌ヨ鑷畾涔夊叆搴撲俊鎭垪琛�
export const getStockInPageByCustom = (params) => {
return request({
url: "/stockmanagement/listPageByCustom",
+ method: "get",
+ params,
+ });
+};
+// 鍏ュ簱绠$悊-鏌ヨ鑷畾涔夊叆搴撲俊鎭垪琛�
+export const getInPageByCustom = (params) => {
+ return request({
+ url: "/stockin/listPageByCustom",
method: "get",
params,
});
@@ -63,7 +71,7 @@
})
}
-// 鏂板鎵嬪姩鍏ュ簱淇℃伅
+// 鏂板鑷畾涔夊叆搴撲俊鎭�
export function addStockInCustom(data) {
return request({
url: '/stockin/addCustom',
@@ -72,7 +80,7 @@
})
}
-// 缂栬緫鎵嬪姩鍏ュ簱淇℃伅
+// 缂栬緫鑷畾涔夊叆搴撲俊鎭�
export function updateStockInCustom(data) {
return request({
url: '/stockin/updateCustom',
@@ -90,7 +98,7 @@
})
}
-// 鍒犻櫎鎵嬪姩鍏ュ簱淇℃伅
+// 鍒犻櫎鑷畾涔夊叆搴撲俊鎭�
export function delStockInCustom(ids) {
return request({
url: '/stockin/delteCustom',
--
Gitblit v1.9.3