From fc4a3427aa022b33cb70defe4e50c4b34cb97a6c Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 08 一月 2026 11:56:29 +0800
Subject: [PATCH] 产品维护-编辑产品规格型号时投机交易名称数据类型处理

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