From aae6bca988ce7330ad3a18b9d8ada8eadbf3a7b0 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 25 三月 2026 16:01:14 +0800
Subject: [PATCH] fix: 生产订单加上单位字段
---
src/api/inventoryManagement/stockInRecord.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/inventoryManagement/stockInRecord.js b/src/api/inventoryManagement/stockInRecord.js
index 1746bfe..353fa86 100644
--- a/src/api/inventoryManagement/stockInRecord.js
+++ b/src/api/inventoryManagement/stockInRecord.js
@@ -18,6 +18,15 @@
});
};
+// 缂栬緫鍏ュ簱锛堢敤浜庡簱瀛樺彴璐︾紪杈戯級
+export const editStockInStock = (data) => {
+ return request({
+ url: "/stockInRecord/editStockInStock",
+ method: "post",
+ data,
+ });
+};
+
export const batchDeleteStockInRecords = (ids) => {
return request({
url: "/stockInRecord",
--
Gitblit v1.9.3