From 369a7a406d81476184fe1c4b6d56541b8ba11ac5 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 17 Oct 2024 15:50:26 +0700 Subject: [PATCH] feat: add vat excluded calc --- src/components/05_quotation/ProductItem.vue | 78 +++----------------- src/pages/05_quotation/QuotationForm.vue | 9 ++- src/pages/05_quotation/QuotationFormInfo.vue | 3 +- src/stores/quotations/types.ts | 1 + 4 files changed, 18 insertions(+), 73 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 53b3e3a8..75c9746f 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -1,17 +1,14 @@