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()" />