diff --git a/src/pages/05_quotation/QuotationFormMetadata.vue b/src/pages/05_quotation/QuotationFormMetadata.vue index 21e43ce9..0cc79c4f 100644 --- a/src/pages/05_quotation/QuotationFormMetadata.vue +++ b/src/pages/05_quotation/QuotationFormMetadata.vue @@ -33,6 +33,9 @@ const createdAt = defineModel('createdAt'); :label="$t('quotation.dueDate')" :readonly v-model="dueDate" + :disabled-dates=" + (date: Date) => date.getTime() < Date.now() - 24 * 60 * 60 * 1000 + " class="col-6 col-md-2" />