| 日期 | 項目 | 總額 | 代墊人 | {{ p }} |
|---|---|---|---|---|
| 尚無資料 | ||||
| {{ exp.date.substring(5) }} | {{ exp.item }} | ${{ exp.amount }} | {{ exp.payer }} |
-${{ getShareDetails(exp, p).amount.toFixed(0) }}
({{ getShareDetails(exp, p).text }})
-
|
| 應分攤總計: | -${{ balances[p].shouldPay.toFixed(0) }} | |||
| 已代墊總計: | +${{ balances[p].paid.toFixed(0) }} | |||
| 最終結算: | {{ balances[p].net >= 0 ? '應收' : '應付' }} ${{ Math.abs(balances[p].net).toFixed(0) }} | |||