gaoluyang
2026-05-27 dc68cbabfe57439a78fc435cab1bd51c44295866
1
2
3
4
5
6
7
8
9
10
import request from '@/utils/request'
 
/** 回款台账 - 客户销售账户分页 */
export function invoiceLedgerSalesAccount(query) {
  return request({
    url: '/invoiceLedger/salesAccount',
    method: 'get',
    params: query
  })
}