From 8abb1d5bae4292864a8e2ed95f499cab705a9f2b Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Mon, 9 Oct 2023 11:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=8C=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/accounting/voucher.js | 9 +++++++ src/views/accounting/voucher/index.vue | 33 +++++++++++++++++++------- 2 files changed, 33 insertions(+), 9 deletions(-) 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 @@ + + + + + + + + + +