From f7ac35468cd9048a93b89a7c39dacac4f5d1748c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 19 一月 2026 17:11:35 +0800
Subject: [PATCH] 湟水峡 1.下拉框加筛选 2.销售模块不要客户合同号、项目名称 3.客户档案、供应商档案不要和银行有关的字段 4.只需要填客户类型、不需要选择具体的客户针对客户类型产生三种不同的报价、需要绑定产品(比如零售商30、经销商25) 5.客户档案添加客户类型字段

---
 src/api/viewIndex.js |   47 +++++++++++++++++++++--------------------------
 1 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 23bddd8..2d85171 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -1,48 +1,43 @@
 // 棣栭〉鎺ュ彛
 import request from '@/utils/request'
 
-// 鏈湀鍚堝悓閲戦
-export const getContractAmount = () => {
+// 閿�鍞�-閲囪喘-搴撳瓨鏁版嵁
+export const getBusiness = () => {
     return request({
-        url: '/sales/ledger/getContractAmount',
+        url: '/home/business',
         method: 'get'
     })
 }
-// 鏈湀寮�绁ㄩ噾棰�
-export const getInvoiceAmount = () => {
+// 瀹㈡埛鍚堝悓閲戦鍒嗘瀽
+export const analysisCustomerContractAmounts = () => {
     return request({
-        url: '/invoiceLedger/getInvoiceAmount',
+        url: '/home/analysisCustomerContractAmounts',
         method: 'get'
     })
 }
-// 鏈湀鍥炴閲戦
-export const getReceiptAmount = () => {
+// 璐ㄦ鍒嗘瀽
+export const qualityStatistics = () => {
     return request({
-        url: '/receiptPayment/getReceiptAmount',
+        url: '/home/qualityStatistics',
         method: 'get'
     })
 }
-// 瀹㈡埛鍚堝悓閲戦TOP5缁熻
-export const getTopFiveList = () => {
+// 搴旀敹搴斾粯缁熻
+export const statisticsReceivablePayable = (query) => {
     return request({
-        url: '/sales/ledger/getTopFiveList',
+        url: '/home/statisticsReceivablePayable',
+        method: 'get',
+        params: query
+    })
+}
+// 寰呭姙浜嬮」
+export const homeTodos = () => {
+    return request({
+        url: '/home/todos',
         method: 'get'
     })
 }
-// 鍥炴楗肩姸鍥�
-export const getAmountMouth = () => {
-    return request({
-        url: '/receiptPayment/getAmountMouth',
-        method: 'get'
-    })
-}
-// 浠樻楗肩姸鍥�
-export const paymentMonthList = () => {
-    return request({
-        url: '/purchase/paymentRegistration/paymentMonthList',
-        method: 'get'
-    })
-}
+
 // 绾垮舰鍥�
 export const getAmountHalfYear = () => {
     return request({

--
Gitblit v1.9.3