This commit is contained in:
tiago.kayaya
2021-07-30 11:56:00 +01:00
parent c77c845490
commit d1470e26ba
2 changed files with 4 additions and 3 deletions
@@ -56,7 +56,7 @@ export class DespachoPage implements OnInit {
private despachoMdService: DespachoMdService,
private navigationService: NavigationService,
private location: Location
) {
this.activatedRoute.paramMap.subscribe(params => {
if(params["params"].SerialNumber) {
@@ -142,6 +142,7 @@ export class DespachoPage implements OnInit {
this.customDate = this.days[thedate.getDay()]+ ", " + thedate.getDate() +" de " + ( this.months[thedate.getMonth()]);
this.processes.GetTaskParticipants(this.task.FolderId).subscribe(users=>{
this.intervenientes = users.filter(user=>{
return user.Type == 'I';
});
@@ -238,7 +239,7 @@ export class DespachoPage implements OnInit {
loader.remove()
}
}
async reencaminhar(note:string, documents:any) {
@@ -329,7 +329,7 @@ ion-content{
}
@media only screen and (min-width: 801px) {
.title{
font-size: 25px;
font-size: 25px !important;
}
.content{
width: 65%;