This commit is contained in:
tiago.kayaya
2021-07-05 13:15:52 +01:00
parent e63dd20f3e
commit 5c8d438a0b
5 changed files with 18 additions and 3 deletions
+14
View File
@@ -223,6 +223,20 @@ const routes: Routes = [
},
]
},
{
path: 'diplomas-assinar',
children: [
{
path: '',
loadChildren: ()=> import('../pages/gabinete-digital/diplomas-assinar/diplomas-assinar.module').then(m => m.DiplomasAssinarPageModule),
/* resolve { diplomas: ProcessesResolverService}, */
},
{
path:':SerialNumber/:caller',
loadChildren: ()=> import('../pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.module').then(m => m.DiplomaAssinarPageModule),
},
]
},
{
path:'event-list',
children: [
@@ -11,7 +11,6 @@
ion-content, .header-2, .main-content{
padding: 30px 20px 0 20px !important;
background-color: white;
}
.main-content {
@@ -5,6 +5,7 @@
<ion-header class="ion-no-border header-2">
<div class="title">
<app-btn-modal-dismiss (click)="goBack()"></app-btn-modal-dismiss>
<div class="thetitle"><ion-label >Diplomas</ion-label></div>
<div class="theicon btn-refresh">
<button class="btn-no-color" (click)="doRefresh($event)">
@@ -276,7 +276,7 @@ export class GabineteDigitalPage implements OnInit {
console.log(event);
this.closeAllDesktopComponents();
switch(this.loggeduser.Profile){
/* switch(this.loggeduser.Profile){
case 'MDGPR':
this.selectedElement='Correspondence';
this.showExpedients = true;
@@ -286,7 +286,7 @@ export class GabineteDigitalPage implements OnInit {
this.selectedElement='ExpedientesPr';
this.showExpedientesPr = true;
break;
}
} */
this.LoadCounts();
//this.refreshExpedientes();
+1
View File
@@ -650,6 +650,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
// center
app-diploma-assinar ion-content .main-content,
app-approve-event ion-content .main-content,
app-view-event ion-content .main-content,
app-expediente-pr .main-content{