yuan
4 天以前 05e7a7f4f562c86f26bda7f3af76db1bf2b34bc5
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
  })
}