From 7aa0e0f68d2a3d1268a64e49ab47c0c046265e84 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 20 五月 2025 11:48:23 +0800
Subject: [PATCH] 1.采购台账-开发联调 2.表格合计方法封装

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

diff --git a/src/api/salesManagement/invoiceLedger.js b/src/api/salesManagement/invoiceLedger.js
index a55730e..78d978f 100644
--- a/src/api/salesManagement/invoiceLedger.js
+++ b/src/api/salesManagement/invoiceLedger.js
@@ -55,3 +55,12 @@
     })
 }
 
+// 鍒嗛〉鏌ヨ
+export function invoiceLedgerSalesAccount(query) {
+    return request({
+        url: '/invoiceLedger/salesAccount',
+        method: 'get',
+        params: query
+    })
+}
+

--
Gitblit v1.9.3