From 9b70d40b4f58415fd98ba9509a8bd9c78068bcae Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 11 Oct 2024 14:16:23 +0700 Subject: [PATCH] fix: missing vat calc --- 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 248f6c98..224ef5c8 100644 --- a/src/pages/05_quotation/QuotationFormInfo.vue +++ b/src/pages/05_quotation/QuotationFormInfo.vue @@ -489,7 +489,9 @@ watch( {{ formatNumberDecimal( - summaryPrice.totalPrice - summaryPrice.totalDiscount, + summaryPrice.totalPrice - + summaryPrice.totalDiscount + + summaryPrice.vat, 2, ) }}