From ba6950769aa30d7db75e629df62cc8ca5b76d863 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 20 Dec 2024 17:42:50 +0700 Subject: [PATCH] refactor: add q-form submit --- src/pages/05_quotation/QuotationForm.vue | 67 +++++++++++++----------- 1 file changed, 37 insertions(+), 30 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index c726c565..152a73b0 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -122,6 +122,7 @@ const { t, locale } = useI18n(); const ocrStore = useOcrStore(); const $q = useQuasar(); const openQuotation = ref(false); +const formMetadata = ref(); const rowsRequestList = ref([]); @@ -1433,33 +1434,42 @@ watch(
- - - + + + +
@@ -2240,16 +2250,13 @@ watch( v-if="quotationFormState.mode === 'info' && closeAble()" />