From 7fa59a48a3eb5bd29f28660ef43251d6e5a52610 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期三, 24 十二月 2025 09:09:41 +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