From 17e77741270ac0efcade87b37d63bfcb41295ec2 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 25 四月 2026 14:00:15 +0800
Subject: [PATCH] feat(inventory): 新增待审批出入库记录删除及审批状态优化
---
src/api/productionManagement/productStructure.js | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/src/api/productionManagement/productStructure.js b/src/api/productionManagement/productStructure.js
index 3b189e1..f09d91a 100644
--- a/src/api/productionManagement/productStructure.js
+++ b/src/api/productionManagement/productStructure.js
@@ -8,6 +8,13 @@
method: "get",
});
}
+// 鍒嗛〉鏌ヨ-浜у搧璁㈠崟
+export function queryList2(id) {
+ return request({
+ url: "/productionBomStructure/listByBomId/" + id,
+ method: "get",
+ });
+}
export function add(data) {
return request({
url: "/productStructure/" + data.bomId,
@@ -24,12 +31,12 @@
});
}
// 鍒嗛〉鏌ヨ-浜у搧璁㈠崟
-export function queryList2(id) {
- return request({
- url: "/productionOrderStructure/getBomStructs/" + id,
- method: "get",
- });
-}
+// export function queryList2(id) {
+// return request({
+// url: "/productionOrderStructure/getBomStructs/" + id,
+// method: "get",
+// });
+// }
export function add2(data) {
return request({
--
Gitblit v1.9.3