From a7a393da525d7cbf20226a5fd7faa9f1bd201839 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 7 Nov 2024 09:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AE=A2=E6=88=B7=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E6=B1=87=E6=80=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anruifinmanagement/paymentConfirmation.js | 28 +- .../customerBillingSummary.vue | 386 +++++++++++------- 2 files changed, 257 insertions(+), 157 deletions(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js b/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js index 34f1e794d5..c847bed144 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js +++ b/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js @@ -100,7 +100,7 @@ export function recallConfirm(data) { }) } -// 客户账单汇总 +// 客户账单汇总 -- 一级列表 export function customerBillListPage(data) { return request({ url: '/fin/finuncollectedreceivablesdetailed/customerBillListPage', @@ -112,6 +112,24 @@ export function customerBillListPage(data) { }) } +// 客户账单汇总 -- 二级列表 +export function customerBillDetailsList(data) { + return request({ + url: '/fin/finuncollectedreceivablesdetailed/customerBillDetailsList', + method: 'post', + params: data + }) +} + +// 客户账单汇总 -- 三级列表 +export function customerBillThreeDetails(data) { + return request({ + url: '/fin/finuncollectedreceivablesdetailed/customerBillThreeDetails', + method: 'post', + params: data + }) +} + // 客户账单明细 export function customerBillDetailedListPage(data) { return request({ @@ -124,14 +142,6 @@ export function customerBillDetailedListPage(data) { }) } -// 数据字典 -export function dataDictionary(data) { - return request({ - url: '/portal/v1/dictcommons/typeValues', - method: 'get', - params: data - }) -} // 上传文件 export function upload(data) { return request({ diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue index d6f3f38f49..00911b208e 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue @@ -1,160 +1,186 @@ +