From 3712799f3e0904f28e4268deaa5c5ee291323c38 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 08 一月 2026 09:27:53 +0800
Subject: [PATCH] 军泰伟业 1.迁移仓库
---
src/api/inventoryManagement/stockIn.js | 21 ++-------------------
1 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/src/api/inventoryManagement/stockIn.js b/src/api/inventoryManagement/stockIn.js
index 5ce4570..70f07a7 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/deleteCustom',
- method: 'delete',
+ url: '/stockin/delteCustom',
+ method: 'post',
data: ids
})
}
@@ -136,23 +136,6 @@
export function selectProductRecordListByPuechaserId(query) {
return request({
url: '/stockin/productlist',
- method: 'get',
- params: query
- })
-}
-
-// 鑷畾涔夊叆搴�-璇︽儏
-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