feat(overtime-contingent) : encart contingent heures supp dans le header fiche employé

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 17:22:13 +02:00
parent 70b7809079
commit eeaa66341c
3 changed files with 49 additions and 0 deletions
+7
View File
@@ -28,6 +28,11 @@
<div class="text-right">
<p class="font-bold text-[22px]">{{ contractNatureLabel(employee.currentContractNature) }} {{ employeeContractWorkLabel }}{{ forfaitRemainingDaysLabel }}{{ nonForfaitPresenceLabel }}</p>
<p class="text-[18px]">{{ employee.site?.name ?? '-' }}</p>
<p
v-if="overtimeContingentLabel"
class="text-[16px] font-semibold"
:class="overtimeContingentExceeded ? 'text-red-600' : ''"
>{{ overtimeContingentLabel }}</p>
</div>
</div>
<div v-if="showPicker" class="mt-3 flex items-center gap-3">
@@ -300,6 +305,8 @@ const {
employeeContractWorkLabel,
forfaitRemainingDaysLabel,
nonForfaitPresenceLabel,
overtimeContingentLabel,
overtimeContingentExceeded,
contractForm,
createContractForm,
isContractDrawerOpen,