From 5b47afcd030b5a2d40f1fab2bba82a98a58f5def Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期六, 09 五月 2026 16:04:58 +0800
Subject: [PATCH] fix(采购退货单): 修正表格列标签中的错误术语

---
 src/api/productionManagement/productBom.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/productionManagement/productBom.js b/src/api/productionManagement/productBom.js
index 097d223..517208b 100644
--- a/src/api/productionManagement/productBom.js
+++ b/src/api/productionManagement/productBom.js
@@ -19,6 +19,14 @@
   });
 }
 
+// 澶嶅埗
+export function copy(data) {
+  return request({
+    url: "/technologyBom/copy",
+    method: "post",
+    data: data,
+  });
+}
 // 淇敼
 export function update(data) {
   return request({

--
Gitblit v1.9.3