From ac5ef47432fe32b31ab4160f4083aee12f56219d Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 26 Nov 2024 14:52:02 +0700 Subject: [PATCH] refactor: handle btn uploadfile --- src/pages/05_quotation/QuotationForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 920f2384..e4656500 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1465,7 +1465,8 @@ async function getWorkerFromCriteria( :readonly=" (view !== View.Quotation && view !== View.Invoice) || (quotationFormData.quotationStatus !== 'Issued' && - quotationFormData.quotationStatus !== 'Accepted') + quotationFormData.quotationStatus !== 'Accepted') || + quotationFormState.mode === 'info' " v-model:file-data="attachmentData" :label="