From a4ff3052fe438823c33951c59e24066fe08f21c4 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 3 Oct 2024 11:14:12 +0700 Subject: [PATCH] refactor: quotation --- src/components/05_quotation/FormAbout.vue | 94 +++--- src/components/05_quotation/ProductItem.vue | 21 +- src/pages/05_quotation/MainPage.vue | 41 ++- src/pages/05_quotation/ProductServiceForm.vue | 13 +- src/pages/05_quotation/QuotationForm.vue | 319 ++++++++++++++---- 5 files changed, 348 insertions(+), 140 deletions(-) diff --git a/src/components/05_quotation/FormAbout.vue b/src/components/05_quotation/FormAbout.vue index 21e14f87..0d7a5dac 100644 --- a/src/components/05_quotation/FormAbout.vue +++ b/src/components/05_quotation/FormAbout.vue @@ -1,5 +1,5 @@ diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index f7717c2e..6bd78dfa 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -1,5 +1,7 @@