From 4e736a2c968ef7683bd45df3095892974ae968df Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 8 Oct 2024 16:38:15 +0700 Subject: [PATCH] fix: product table --- src/components/05_quotation/ProductItem.vue | 362 +++++++++++++----- src/pages/05_quotation/ProductServiceForm.vue | 38 +- src/pages/05_quotation/QuotationForm.vue | 48 +++ 3 files changed, 326 insertions(+), 122 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 8a541a24..651a949d 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -1,15 +1,17 @@