From b460359cb46342712e2efc2b5a6e6aa84b729c4c Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 25 五月 2026 17:14:55 +0800
Subject: [PATCH] feat: 大屏调整
---
src/api/viewIndex.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 2d85171..748667d 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -15,6 +15,12 @@
method: 'get'
})
}
+export const analysisSupplierContractAmounts = () => {
+ return request({
+ url: '/home/analysisSupplierContractAmounts',
+ method: 'get'
+ })
+}
// 璐ㄦ鍒嗘瀽
export const qualityStatistics = () => {
return request({
@@ -44,4 +50,4 @@
url: '/sales/ledger/getAmountHalfYear',
method: 'get'
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3