From 2a4e3b5d943c71deba63832ef2f10da9716b3364 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 十二月 2025 13:34:31 +0800
Subject: [PATCH] 1.双奇点部署修改
---
src/api/inventoryManagement/stockIn.js | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/src/api/inventoryManagement/stockIn.js b/src/api/inventoryManagement/stockIn.js
index 70f07a7..5ce4570 100644
--- a/src/api/inventoryManagement/stockIn.js
+++ b/src/api/inventoryManagement/stockIn.js
@@ -117,8 +117,8 @@
// 鍒犻櫎鑷畾涔夊叆搴撲俊鎭�
export function delStockInCustom(ids) {
return request({
- url: '/stockin/delteCustom',
- method: 'post',
+ url: '/stockin/deleteCustom',
+ method: 'delete',
data: ids
})
}
@@ -141,6 +141,23 @@
})
}
+// 鑷畾涔夊叆搴�-璇︽儏
+export function detailManagementByCustom(query) {
+ return request({
+ url: '/stockin/detailManagementByCustom',
+ method: 'get',
+ params: query
+ })
+}
+// 閲囪喘鍏ュ簱-璇︽儏
+export function stockinDetail(query) {
+ return request({
+ url: '/stockin/detail',
+ method: 'get',
+ params: query
+ })
+}
+
//
--
Gitblit v1.9.3