buhuazhen
8 天以前 19775998b5ea8e4e3da74bb2a3f8981d360427ed
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
  })
}