From fa39c98a9558036e1bc57bd1052ee5341c912310 Mon Sep 17 00:00:00 2001 From: Zy <1448159279@qq.com> Date: Thu, 6 Aug 2026 11:52:28 +0800 Subject: [PATCH 01/10] =?UTF-8?q?8/6=20=E6=B7=BB=E5=8A=A0=E5=B0=8F?= =?UTF-8?q?=E5=8C=BA=EF=BC=8C=E5=88=A0=E9=99=A4=E8=BD=A6=E4=BD=8D=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/community/AddCommunity.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/community/AddCommunity.vue b/src/views/community/AddCommunity.vue index fb3e6e5..ad44790 100644 --- a/src/views/community/AddCommunity.vue +++ b/src/views/community/AddCommunity.vue @@ -32,11 +32,6 @@ - - - - - Date: Fri, 7 Aug 2026 15:12:12 +0800 Subject: [PATCH 02/10] =?UTF-8?q?8/7=20=E6=94=B6=E9=93=B6=E5=8F=B0?= =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E6=9C=AA=E6=94=B6=EF=BC=8C=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E7=A5=A8=E6=8D=AE=E5=A4=9A=E4=B8=AA=E6=94=AF=E4=BB=98=E6=98=8E?= =?UTF-8?q?=E7=BB=86,=E6=88=BF=E5=B1=8B=E7=A7=9F=E8=B5=81-=E7=AD=BE?= =?UTF-8?q?=E7=BA=A6/=E4=B8=8A=E4=B8=8B=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/SdbCashier/index.ts | 4 +++ src/components/Pagination/index.vue | 12 ++++++- src/views/system/Sdb/SdbCashier/index.vue | 41 ++++++++++++++--------- src/views/system/Sdb/statistics/index.vue | 24 +++++++++++-- src/views/system/houseRental/index.vue | 8 ++++- 5 files changed, 69 insertions(+), 20 deletions(-) diff --git a/src/api/system/SdbCashier/index.ts b/src/api/system/SdbCashier/index.ts index 6251185..0d59664 100644 --- a/src/api/system/SdbCashier/index.ts +++ b/src/api/system/SdbCashier/index.ts @@ -80,6 +80,10 @@ export const billPrint = (data: { 'detailsIds': string[]; 'residentId': string } export type BillPrintType = { 'totalAccount': string; 'residentName': string; + 'payTypeSummary': { + 'payType': string; + 'payAmount': string; + }[]; 'detailsList': { 'detailsId': string; 'chargeItemName': string; diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 06a72a8..bcbdb74 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -1,5 +1,7 @@