improvements in pedidos

This commit is contained in:
tiago.kayaya
2021-05-19 14:51:01 +01:00
parent f7975892a4
commit d0f47d9183
6 changed files with 103 additions and 42 deletions
@@ -162,7 +162,7 @@ export class DespachoPage implements OnInit {
"dataFields": {
"ReviewUserComent": note,
},
"AttachmentList" :null,
"AttachmentList" :documents,
}
this.processes.CompleteTask(body);
this.close();
@@ -175,7 +175,7 @@ export class DespachoPage implements OnInit {
"dataFields": {
"ReviewUserComent": note,
},
"AttachmentList" :null,
"AttachmentList" :documents,
}
this.processes.CompleteTask(body);
this.close();