diff --git a/src/api/accounting/voucher.js b/src/api/accounting/voucher.js index ba4e0fe1..b125f82a 100644 --- a/src/api/accounting/voucher.js +++ b/src/api/accounting/voucher.js @@ -52,3 +52,12 @@ export function exportVoucherExcel(query) { responseType: 'blob' }) } + +// 获得会计凭证行分页 +export function getVoucherDetailsPage(query) { + return request({ + url: '/accounting/voucher-details/page', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/accounting/voucher/index.vue b/src/views/accounting/voucher/index.vue index 22985f6f..43bf9785 100644 --- a/src/views/accounting/voucher/index.vue +++ b/src/views/accounting/voucher/index.vue @@ -188,7 +188,7 @@ + + + + + + + + + +