From fe15fd5caffbe7ed09256d4f1f8a633c16419921 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 07 五月 2026 13:12:45 +0800
Subject: [PATCH] 产品管理: 在新增生产订单表单中添加业务员和备注字段,并在表格中显示相应列
---
src/api/basicData/product.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/basicData/product.js b/src/api/basicData/product.js
index d29a064..f45d20a 100644
--- a/src/api/basicData/product.js
+++ b/src/api/basicData/product.js
@@ -64,4 +64,14 @@
method: 'get',
responseType: 'blob'
})
+}
+
+// 瀵煎嚭浜у搧鏁版嵁锛堟寜澶х被鍙�夛級
+export function exportProductData(query) {
+ return request({
+ url: '/basic/product/exportData',
+ method: 'get',
+ params: query,
+ responseType: 'blob'
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3