From 5692bc829ac5cb1b1fbd113a89c44d2d3c3a41ee Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期五, 28 三月 2025 09:45:19 +0800
Subject: [PATCH] 插回损功能开发

---
 src/api/technology/completeproductstructure.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/api/technology/completeproductstructure.js b/src/api/technology/completeproductstructure.js
index 25da9c1..383537a 100644
--- a/src/api/technology/completeproductstructure.js
+++ b/src/api/technology/completeproductstructure.js
@@ -82,3 +82,20 @@
     data: ids
   })
 }
+
+export function updateObj(obj) {
+  return request({
+    url: '/mes/bom/updateBom',
+    method: 'put',
+    data: obj
+  })
+}
+
+export function exportBom(obj) {
+  return request({
+    url: '/mes/bom/exportBom',
+    method: 'post',
+    data: obj,
+    responseType: 'blob'
+  })
+}

--
Gitblit v1.9.3