8/7 收银台加个未收,打印票据多个支付明细,房屋租赁-签约/上下架

This commit is contained in:
Zy
2026-08-07 15:12:12 +08:00
parent fa39c98a95
commit 586ec70274
5 changed files with 69 additions and 20 deletions

View File

@@ -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;