fix book-meeting

This commit is contained in:
tiago.kayaya
2021-04-22 09:35:13 +01:00
parent c6534374cd
commit b58e14b0dc
13 changed files with 466 additions and 4 deletions
@@ -37,6 +37,7 @@ export class GabineteDigitalPage implements OnInit {
showEventsToApprove = false;
showEmptyContainer = false;
showExpedients = true;
showPedidos = false;
showExpedientDetail = false;
emptyTextDescription = 'Sem opção selecionada';
@@ -111,6 +112,7 @@ export class GabineteDigitalPage implements OnInit {
this.showEventsToApprove = false;
this.showExpedients = false;
this.showExpedients = false;
this.showPedidos = false;
this.showExpedientDetail = false;
}
@@ -204,6 +206,17 @@ export class GabineteDigitalPage implements OnInit {
}
}
openPedidosPage(segment:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
this.openExpedientList();
}
else{
this.segment = segment;
this.showPedidos = true;
}
}
async openExpedientList(){
this.closeAllDesktopComponent();