From 49e0b69067848e77621da348359b9330bc2632f7 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 30 一月 2026 09:35:55 +0800
Subject: [PATCH] 生产核算模块提交
---
src/api/productionManagement/productionCosting.js | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/src/api/productionManagement/productionCosting.js b/src/api/productionManagement/productionCosting.js
index 8cc0251..be7924b 100644
--- a/src/api/productionManagement/productionCosting.js
+++ b/src/api/productionManagement/productionCosting.js
@@ -8,4 +8,17 @@
method: "get",
params: query,
});
-}
\ No newline at end of file
+}
+
+// 宸﹁竟琛ㄦ牸鐨勬帴鍙�
+// salesLedger/productionAccounting/page
+export function salesLedgerProductionAccountingList(query) {
+ return request({
+ url: "/salesLedger/productionAccounting/page",
+ method: "get",
+ params: query,
+ });
+}
+
+// 鍙宠竟琛ㄦ牸鐨勬帴鍙�
+//
\ No newline at end of file
--
Gitblit v1.9.3