mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add diploma-po-assinar component
This commit is contained in:
@@ -60,6 +60,7 @@ export class GabineteDigitalPage implements OnInit {
|
||||
showDespachosPr = false;
|
||||
showPendentes = false;
|
||||
showDiplomas = false;
|
||||
showDiplomasAssinar = false;
|
||||
showExpedientDetail = false;
|
||||
showSignedDiploma = false
|
||||
emptyTextDescription = 'Sem opção selecionada';
|
||||
@@ -128,6 +129,11 @@ export class GabineteDigitalPage implements OnInit {
|
||||
this.openDiplomasPage('');
|
||||
this.selectedElement='DiplomasPorAssinar'
|
||||
break;
|
||||
|
||||
case params["diplomasassinar"]:
|
||||
this.openDiplomasPage('');
|
||||
this.selectedElement='DiplomasAssinar'
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
@@ -170,6 +176,7 @@ export class GabineteDigitalPage implements OnInit {
|
||||
this.showDespachosPr = false;
|
||||
this.showPendentes = false;
|
||||
this.showDiplomas = false;
|
||||
this.showDiplomasAssinar = false;
|
||||
this.showExpedientesPr = false;
|
||||
this.showExpedientDetail = false;
|
||||
this.showSignedDiploma = false
|
||||
@@ -421,6 +428,18 @@ export class GabineteDigitalPage implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
openDiplomasAssinarPage() {
|
||||
this.closeAllDesktopComponents();
|
||||
if( window.innerWidth <= 800){
|
||||
//this.openDeploma();
|
||||
}
|
||||
else{
|
||||
let navigationExtras: NavigationExtras = { queryParams: {"diplomasassinar": true,}};
|
||||
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
|
||||
this.showDiplomasAssinar = true;
|
||||
}
|
||||
}
|
||||
|
||||
openSignedDiploma(segment:string) {
|
||||
this.closeAllDesktopComponents();
|
||||
if( window.innerWidth <= 800){
|
||||
|
||||
Reference in New Issue
Block a user