This commit is contained in:
tiago.kayaya
2021-05-19 16:10:05 +01:00
parent 3c73859745
commit be716c3abf
23 changed files with 86 additions and 40 deletions
@@ -23,13 +23,13 @@ export class PedidosPage implements OnInit {
@ViewChild(CalendarComponent) myCal: CalendarComponent;
taskslist:DailyWorkTask[];
parecerList:DailyWorkTask[];
parecerList:any[];
fulltask:any;
parecerListResult:tasksList[] = [];
deferimentoListResult:tasksList[] = [];
deferimentoList:DailyWorkTask[];
deferimentoList:any[];
taskType: string;
@Input() serialNumber:string;
@@ -85,6 +85,7 @@ export class PedidosPage implements OnInit {
"DocumentsQty": 0,
"DocId": element.workflowInstanceDataFields.DocIdDiferimento,
"WorkflowName": element.workflowDisplayName,
"activityInstanceName": element.activityInstanceName,
}
this.parecerList.push(task);
});