|
|
@ -23,11 +23,11 @@ export class AffichageDetailsCollaborateurComponent implements OnInit{ |
|
|
|
|
|
|
|
|
|
|
|
displayedColumnsCollaborateurs : string[] = ["businessunit", "collaborateur", "datearrivee"]; |
|
|
|
displayedColumnsCollaborateurs : string[] = ["businessunit", "collaborateur", "datearrivee"]; |
|
|
|
|
|
|
|
|
|
|
|
displayedColumnsEPReferent : string[] = ["agence", "collaborateur", "datearrivee", "typeep", "statutep", "dateentretien" ]; |
|
|
|
displayedColumnsEPReferent : string[] = ["agence", "collaborateur", "datearrivee", "typeep", "statutep", "dateentretien", "consultation" ]; |
|
|
|
|
|
|
|
|
|
|
|
displayedColumnsParticipationFormaton: string[]= ["intitule", "statut", "dateCreation", "ep", "evaluation"]; |
|
|
|
displayedColumnsParticipationFormaton: string[]= ["intitule", "statut", "dateCreation", "ep", "evaluation"]; |
|
|
|
|
|
|
|
|
|
|
|
displayedColumnsEPCollaborateur: string[] = ["agence", "referent", "typeep", "statutep", "dateentretien" ]; |
|
|
|
displayedColumnsEPCollaborateur: string[] = ["agence", "referent", "typeep", "statutep", "dateentretien", "consultation" ]; |
|
|
|
|
|
|
|
|
|
|
|
rechercherParBU: boolean = false; |
|
|
|
rechercherParBU: boolean = false; |
|
|
|
|
|
|
|
|
|
|
@ -62,6 +62,10 @@ export class AffichageDetailsCollaborateurComponent implements OnInit{ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ouvrirEP(event) { |
|
|
|
|
|
|
|
if(event.type == "ep") |
|
|
|
|
|
|
|
this.router.navigate(["/ep", event.ep.id]); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ouvrirDetailsCollaborateur(event) { |
|
|
|
ouvrirDetailsCollaborateur(event) { |
|
|
|
this.router.navigate(["/collaborateurs",event.collaborateur.id]); |
|
|
|
this.router.navigate(["/collaborateurs",event.collaborateur.id]); |
|
|
|