gaoluyang
2025-05-20 855120d68c3e2c2935de3891d0650865a4936c0d
src/api/salesManagement/invoiceLedger.js
@@ -46,3 +46,21 @@
    })
}
// 开票台账部分也查询
export function invoiceLedgerListNoPage(query) {
    return request({
        url: '/invoiceLedger/list',
        method: 'get',
        data: query
    })
}
// 分页查询
export function invoiceLedgerSalesAccount(query) {
    return request({
        url: '/invoiceLedger/salesAccount',
        method: 'get',
        params: query
    })
}