From 0c4429a719f5c95a7690fae51efaaa799ef4e77d Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 25 五月 2026 10:02:48 +0800
Subject: [PATCH] fix: 投入重量改成投入重量/数量

---
 src/api/basicData/product.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/api/basicData/product.js b/src/api/basicData/product.js
index d29a064..1328af7 100644
--- a/src/api/basicData/product.js
+++ b/src/api/basicData/product.js
@@ -64,4 +64,22 @@
         method: 'get',
         responseType: 'blob'
     })
+}
+
+// 鎴愬搧搴撳瓨鍒楄〃锛堢敤浜庨攢鍞彴璐︿骇鍝侀�夋嫨锛�
+export function finishedProductList(query) {
+    return request({
+        url: '/stockInventory/finishedProductList',
+        method: 'get',
+        params: query
+    })
+}
+
+// 鍚戜笅澶嶅埗瑙勬牸鍨嬪彿
+export function downCopyProductModel(data) {
+    return request({
+        url: '/basic/product/downCopy',
+        method: 'post',
+        data
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3