日期:
收款方:
| No | 項目 | 單價 | 數量 | 合計 | |
|---|---|---|---|---|---|
| {{ index + 1 }} |
{{ invoiceCurrency.symbol }}
|
{{ decimalDigits(item.price * item.quantity) }} |
| 小計 | {{ decimalDigits(subTotal) }} |
|
折扣
%
|
{{ decimalDigits(discountTotal) }} |
|
稅金
%
|
{{ decimalDigits(taxTotal) }} |
| 總金額 | {{ decimalDigits(grandTotal) }} |
備註: