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 @@
-
-
+
+
@@ -108,16 +109,8 @@ const columns = [
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 @@
- {{ convertToTree() }}
+
+
@@ -721,7 +724,7 @@ watch(() => pageState.currentTab, fetchQuotationList);
pageState.currentTab, fetchQuotationList);
submit-icon="mdi-check"
height="auto"
width="60vw"
+ :submit="() => triggerQuotationDialog()"
+ :close="
+ () => {
+ branchId = '';
+ quotationFormData.customerBranchId = '';
+ }
+ "
>
pageState.currentTab, fetchQuotationList);
style="height: 100%; max-height: 100%; overflow-y: auto"
>
diff --git a/src/pages/05_quotation/ProductServiceForm.vue b/src/pages/05_quotation/ProductServiceForm.vue
index 38b7343f..809925db 100644
--- a/src/pages/05_quotation/ProductServiceForm.vue
+++ b/src/pages/05_quotation/ProductServiceForm.vue
@@ -1,7 +1,7 @@