From f17bbecf46762d90686328d3597cf3eeabdfc24a Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Wed, 18 Sep 2024 15:38:50 +0700 Subject: [PATCH] feat: quotation form --- src/components/05_quotation/MainDialog.vue | 10 +- src/pages/05_quotation/MainPage.vue | 10 +- src/pages/05_quotation/QuotationForm.vue | 234 ++++++++++----------- 3 files changed, 114 insertions(+), 140 deletions(-) diff --git a/src/components/05_quotation/MainDialog.vue b/src/components/05_quotation/MainDialog.vue index fe59cc7c..1a960d4d 100644 --- a/src/components/05_quotation/MainDialog.vue +++ b/src/components/05_quotation/MainDialog.vue @@ -11,7 +11,7 @@ const dialogState = defineModel('state', { default: true });