From c5b3e4dbd77dd2cb25864ae8a064831c06360b18 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 7 Oct 2024 15:14:33 +0700 Subject: [PATCH] feat: price vat --- src/components/05_quotation/ProductItem.vue | 59 +++++++---------- src/pages/05_quotation/ProductServiceForm.vue | 66 +++++++++++++------ src/pages/05_quotation/QuotationForm.vue | 1 + 3 files changed, 73 insertions(+), 53 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 833e84e5..8a541a24 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -1,13 +1,15 @@