refactor: add icon
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Thanaphon Saengchan 2025-09-17 14:29:11 +07:00
parent 9c230788b4
commit dc259653e6
3 changed files with 3 additions and 3 deletions

View file

@ -410,7 +410,7 @@ function print() {
{{ formatNumberDecimal(v.pricePerUnit, 2) }}
</td>
<td style="text-align: right">
{{ formatNumberDecimal(v.discount, 2) }}
{{ formatNumberDecimal(v.discount, 2) }} ฿
</td>
<td style="text-align: right">
{{ Math.round((v.vat > 0 ? config?.vat || 0.07 : 0) * 100) }}%

View file

@ -339,7 +339,7 @@ function closeAble() {
{{ formatNumberDecimal(v.priceUnit, 2) }}
</td>
<td style="text-align: right">
{{ formatNumberDecimal(v.discount, 2) }}
{{ formatNumberDecimal(v.discount, 2) }} ฿
</td>
<td style="text-align: right">
{{ formatNumberDecimal(v.vat, 2) }}

View file

@ -369,7 +369,7 @@ function print() {
{{ formatNumberDecimal(v.priceUnit, 2) }}
</td>
<td style="text-align: right">
{{ formatNumberDecimal(v.discount, 2) }}
{{ formatNumberDecimal(v.discount, 2) }} ฿
</td>
<td style="text-align: right">
{{ formatNumberDecimal(v.vat, 2) }}