| | |
| | | // 客户合同金额TOP5统计 |
| | | export const getTopFiveList = () => { |
| | | return request({ |
| | | url: 'sales/ledger/getTopFiveList', |
| | | url: '/sales/ledger/getTopFiveList', |
| | | method: 'get' |
| | | }) |
| | | } |
| | | // 回款饼状图 |
| | | export const getAmountMouth = () => { |
| | | return request({ |
| | | url: 'receiptPayment/getAmountMouth', |
| | | url: '/receiptPayment/getAmountMouth', |
| | | method: 'get' |
| | | }) |
| | | } |
| | | // 回款饼状图 |
| | | // 付款饼状图 |
| | | export const paymentMonthList = () => { |
| | | return request({ |
| | | url: '/purchase/paymentRegistration/paymentMonthList', |
| | | method: 'get' |
| | | }) |
| | | } |
| | | // 线形图 |
| | | export const getAmountHalfYear = () => { |
| | | return request({ |
| | | url: '/sales/ledger/getAmountHalfYear', |
| | | method: 'get' |
| | | }) |
| | | } |