From 25e6585359850a712df3ae1921fa29777aa83398 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:11:09 +0700 Subject: [PATCH] fix: wrong preview condition --- src/pages/05_quotation/QuotationForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index b6eb9220..7c1a89f3 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1523,7 +1523,7 @@ async function getWorkerFromCriteria( dense :readonly="readonly || !pageState.remarkWrite" :model-value=" - !pageState.remarkWrite + !pageState.remarkWrite || readonly ? convertTemplate(quotationFormData.remark || '', { 'quotation-payment': { paymentType: quotationFormData.payCondition,