Commit 38137acd by yuzhenWang

Merge branch 'test' into 'feature-20250827wyz-写业务'

Test

See merge request !40
parents 574b9891 a22e899f
...@@ -412,3 +412,21 @@ export function exportPayRecord(data) { ...@@ -412,3 +412,21 @@ export function exportPayRecord(data) {
responseType: 'blob' responseType: 'blob'
}) })
} }
// 应付款报表
export function payableReport(data) {
return request({
url: '/csf/api/expectedFortune/payable_report',
method: 'post',
data: data,
})
}
// 应收款报表
export function receivableReport(data) {
return request({
url: '/csf/api/CommissionExpected/receivable_report',
method: 'post',
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