gaoluyang
2025-05-16 761f38e975bc4f4d6973eb92996504928e1b30b0
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
    })
}