diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 867b117d..55aa47d9 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -722,11 +722,11 @@ const statusQuotationForm = ref< -
+
- 🞄 - {{$t('general.laborIdentified')}} + 🞄 + {{ $t('general.laborIdentified') }}
- {{$t('quotation.receiptDialog.remain')}} + {{ $t('quotation.receiptDialog.remain') }} +
+
+ + {{ + $t( + `general.${ + calculateDaysUntilExpire(quotationFormData.dueDate) > 0 + ? 'beDue' + : calculateDaysUntilExpire( + quotationFormData.dueDate, + ) === 0 + ? 'due' + : 'overDue' + }`, + ) + }} + + + + {{ calculateDaysUntilExpire(quotationFormData.dueDate) }} + {{ $t('general.day') }} +
-
{{$t('general.day')}}