|
|
@ -36,6 +36,10 @@ export function estEPDisponible (statut:StatutEp) { |
|
|
|
return statut != StatutEp.Cree && statut != StatutEp.Disponible |
|
|
|
return statut != StatutEp.Cree && statut != StatutEp.Disponible |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export function estEPEnCours (statut:StatutEp) { |
|
|
|
|
|
|
|
return statut != StatutEp.Annule && statut != StatutEp.Cree && statut != StatutEp.Rejete && statut != StatutEp.Signe |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export function affichageStatut(statut: StatutEp) { |
|
|
|
export function affichageStatut(statut: StatutEp) { |
|
|
|
switch(statut) { |
|
|
|
switch(statut) { |
|
|
|
case StatutEp.Cree: |
|
|
|
case StatutEp.Cree: |
|
|
|