From 9f6121dbf156d3cd0faac86af6e1b8b78f96cf0c Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 12 Nov 2024 11:59:44 +0700 Subject: [PATCH] fix: when in quotation form make it input only --- src/components/05_quotation/FormAbout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/05_quotation/FormAbout.vue b/src/components/05_quotation/FormAbout.vue index c4a292f3..4838f447 100644 --- a/src/components/05_quotation/FormAbout.vue +++ b/src/components/05_quotation/FormAbout.vue @@ -68,7 +68,7 @@ defineEmits<{ :label="$t('quotation.customer')" @create="$emit('addCustomer')" class="col-md-6 col-12" - creatable + :creatable="!inputOnly" simple required :readonly