From 1c228628f15788c0e4fdc53cab1ed3c495ec4e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yana=C3=ABl=20GRETTE?= Date: Thu, 18 Mar 2021 10:40:59 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9cup=C3=A9ration=20d'un=20EP=20par=20son?= =?UTF-8?q?=20id=20avec=20affichage=20des=20d=C3=A9tails=20de=20l'EP=20et?= =?UTF-8?q?=20des=20objectifs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ep/details-ep/details-ep.component.css | 6 +-- .../ep/details-ep/details-ep.component.html | 42 +++++++------------ src/app/ep/details-ep/details-ep.component.ts | 6 ++- .../ep-objectifs/ep-objectifs.component.css | 14 +++++++ .../ep-objectifs/ep-objectifs.component.html | 21 ++++++++++ .../ep-objectifs/ep-objectifs.component.ts | 19 +++++++++ src/app/ep/ep.module.ts | 3 +- .../api-swagger/model/statutObjectif.ts | 14 ++++++- 8 files changed, 92 insertions(+), 33 deletions(-) create mode 100644 src/app/ep/details-ep/ep-objectifs/ep-objectifs.component.css create mode 100644 src/app/ep/details-ep/ep-objectifs/ep-objectifs.component.html create mode 100644 src/app/ep/details-ep/ep-objectifs/ep-objectifs.component.ts diff --git a/src/app/ep/details-ep/details-ep.component.css b/src/app/ep/details-ep/details-ep.component.css index bf89f1e..7db43e7 100644 --- a/src/app/ep/details-ep/details-ep.component.css +++ b/src/app/ep/details-ep/details-ep.component.css @@ -1,4 +1,4 @@ -.saisie { +/*.saisie { overflow-y: scroll; - height: 60%; -} \ No newline at end of file + height: 100%; +}*/ \ No newline at end of file diff --git a/src/app/ep/details-ep/details-ep.component.html b/src/app/ep/details-ep/details-ep.component.html index c90b58b..78f0b8e 100644 --- a/src/app/ep/details-ep/details-ep.component.html +++ b/src/app/ep/details-ep/details-ep.component.html @@ -1,22 +1,22 @@ -
-

Collaborateur : NOM PRENOM (AGENCE)

-

Référent : NOM PRENOM

-

Entretien le : dd/MM/yyyy

-

EPA

+
+

Collaborateur : {{ep.collaborateur.nom}} {{ep.collaborateur.prenom}} ({{ep.collaborateur.businessUnit.nom}})

+

Référent : {{ep.referent.nom}} {{ep.referent.prenom}}

+

Entretien le : {{ep.datePrevisionnelle | date: 'dd/MM/yyyy'}}

+

Statut : {{afficherTypeEP(ep.statut)}}

+ + + + - - - - @@ -33,19 +33,7 @@ - - - - - - - - - - - - @@ -59,13 +47,11 @@ + + + - - - - - Ajout et consultation des commentaires (pour les assistants) @@ -86,7 +72,9 @@
- + + +