chenrui
2025-05-16 e8a5718ef4c9d0e3031b555659c9ff5f61ab96ca
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
    })
}