From 9e28126f80f0f547bbd331fdacac8d15019855c6 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 29 Oct 2024 09:03:54 +0700 Subject: [PATCH] refactor: hide add customer at quotation --- src/components/05_quotation/FormAbout.vue | 3 ++- src/pages/05_quotation/QuotationForm.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/05_quotation/FormAbout.vue b/src/components/05_quotation/FormAbout.vue index 4b9db366..5b203cff 100644 --- a/src/components/05_quotation/FormAbout.vue +++ b/src/components/05_quotation/FormAbout.vue @@ -27,6 +27,7 @@ defineProps<{ employee?: boolean; title?: string; inputOnly?: boolean; + hideAdd?: boolean; onCreate?: boolean; }>(); @@ -151,7 +152,7 @@ onMounted(async () => {