Commit 5710c347 by Sweet Zhang

列表查询接口修改

parent 1c70d509
...@@ -420,20 +420,20 @@ export function compareCommissionEntry(data){ ...@@ -420,20 +420,20 @@ export function compareCommissionEntry(data){
}) })
} }
// 应收款报表导出 // 应付款查询,按照保单期数维度
export function payableReport(data) { export function payableReport(data) {
return request({ return request({
url: '/csf/api/expectedFortune/list', url: '/csf/api/expectedFortune/payable_report',
method: 'post', method: 'post',
data: data, data: data,
responseType: 'blob' responseType: 'blob'
}) })
} }
// 应收款报表查询 // 应收款报表查询,按照保单期数维度
export function receivableReport(data) { export function receivableReport(data) {
return request({ return request({
url: '/csf/api/CommissionExpected/queryCommissionExpectedByPage', url: '/csf/api/CommissionExpected/receivable_report',
method: 'post', method: 'post',
data: data data: data
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment