chenrui
2025-05-20 273cfad3ab35db6b4895411017fbe098fc4245d0
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
    })
}