From cd17315666ec8099678c55329d3e5889efb23c1e Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期五, 26 十二月 2025 17:01:53 +0800
Subject: [PATCH] 天津双奇点-仓储物流相关问题修复

---
 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