This commit is contained in:
Peter Maquiran
2023-03-09 12:22:54 +01:00
6 changed files with 412 additions and 257 deletions
@@ -73,7 +73,9 @@ export class DiplomaAssinarPage implements OnInit {
componentProps: {
serialNumber: this.task.SerialNumber,
task: this.task,
showEnviarPendentes: false
showEnviarPendentes: false,
fulltask: this.fulltask
},
translucent: true
});
@@ -83,6 +85,7 @@ export class DiplomaAssinarPage implements OnInit {
async LoadTaskDetail(serial: string) {
this.processes.GetTask(serial).subscribe(res => {
console.log("res", res)
this.task = {
"SerialNumber": res.serialNumber,
"Folio": res.workflowInstanceDataFields.Subject,