目前帳單交收總額
{{ formatMoney(currentFormTotal) }} {{ currentFormTotal >= 0 ? '莊家應收 (+)' : '莊家應付 (-)' }}
{{ record.displayDate || '結帳清單' }}
{{ record.personName }}
{{ getRoleNameShort(item.role) }} {{ item.platform }} {{ item.account ? '(' + item.account + ')' : '' }}
{{ formatMoney(item.finalAmount) }}
NOTE:{{ record.globalMemo }}
交收總額 {{ formatMoney(record.totalAmount) }}

📊 總計大表 (正收負付)

項目 / 平台帳號 {{ name }} 橫向加總
直行實際總計 {{ formatMoney(getColumnTotal(name)) }} {{ formatMoney(grandTotal) }}