mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user