mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -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',
|
path:'event-list',
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
-1
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
ion-content, .header-2, .main-content{
|
ion-content, .header-2, .main-content{
|
||||||
padding: 30px 20px 0 20px !important;
|
padding: 30px 20px 0 20px !important;
|
||||||
background-color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
<ion-header class="ion-no-border header-2">
|
<ion-header class="ion-no-border header-2">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
|
<app-btn-modal-dismiss (click)="goBack()"></app-btn-modal-dismiss>
|
||||||
<div class="thetitle"><ion-label >Diplomas</ion-label></div>
|
<div class="thetitle"><ion-label >Diplomas</ion-label></div>
|
||||||
<div class="theicon btn-refresh">
|
<div class="theicon btn-refresh">
|
||||||
<button class="btn-no-color" (click)="doRefresh($event)">
|
<button class="btn-no-color" (click)="doRefresh($event)">
|
||||||
|
|||||||
@@ -276,7 +276,7 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
console.log(event);
|
console.log(event);
|
||||||
|
|
||||||
this.closeAllDesktopComponents();
|
this.closeAllDesktopComponents();
|
||||||
switch(this.loggeduser.Profile){
|
/* switch(this.loggeduser.Profile){
|
||||||
case 'MDGPR':
|
case 'MDGPR':
|
||||||
this.selectedElement='Correspondence';
|
this.selectedElement='Correspondence';
|
||||||
this.showExpedients = true;
|
this.showExpedients = true;
|
||||||
@@ -286,7 +286,7 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
this.selectedElement='ExpedientesPr';
|
this.selectedElement='ExpedientesPr';
|
||||||
this.showExpedientesPr = true;
|
this.showExpedientesPr = true;
|
||||||
break;
|
break;
|
||||||
}
|
} */
|
||||||
this.LoadCounts();
|
this.LoadCounts();
|
||||||
//this.refreshExpedientes();
|
//this.refreshExpedientes();
|
||||||
|
|
||||||
|
|||||||
@@ -650,6 +650,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
|||||||
|
|
||||||
|
|
||||||
// center
|
// center
|
||||||
|
app-diploma-assinar ion-content .main-content,
|
||||||
app-approve-event ion-content .main-content,
|
app-approve-event ion-content .main-content,
|
||||||
app-view-event ion-content .main-content,
|
app-view-event ion-content .main-content,
|
||||||
app-expediente-pr .main-content{
|
app-expediente-pr .main-content{
|
||||||
|
|||||||
Reference in New Issue
Block a user