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') }}