From a31d95e49601cf8f9a6ae231088cf2acc19f15ee Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 11 Oct 2024 10:52:01 +0700 Subject: [PATCH] fix: vat display format --- src/pages/05_quotation/QuotationFormInfo.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationFormInfo.vue b/src/pages/05_quotation/QuotationFormInfo.vue index 9b665130..1a8f5429 100644 --- a/src/pages/05_quotation/QuotationFormInfo.vue +++ b/src/pages/05_quotation/QuotationFormInfo.vue @@ -496,7 +496,9 @@ watch( msg: `${config && Math.round(config.vat * 100)}%`, }) }} - {{ summaryPrice.vat || 0 }} ฿ + + {{ formatNumberDecimal(summaryPrice.vat || 0, 2) }} ฿ +
{{ $t('general.discountAfterVat') }}