From 154f3f8e6e8a98e0472d9cc02e7a11dc6bc2b0eb Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 01 四月 2026 14:58:01 +0800
Subject: [PATCH] 标准/实际成本对比分析联调

---
 src/api/costAccounting/productionCost.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/costAccounting/productionCost.js b/src/api/costAccounting/productionCost.js
index e50f5f6..cfc54d9 100644
--- a/src/api/costAccounting/productionCost.js
+++ b/src/api/costAccounting/productionCost.js
@@ -33,4 +33,13 @@
     method: 'get',
     params
   });
+}
+
+// 浜у搧鐗╂枡Top10
+export function getProductionCostTopProducts(params) {
+  return request({
+    url: '/cost/productionCost/top/product',
+    method: 'get',
+    params
+  });
 }
\ No newline at end of file

--
Gitblit v1.9.3