This commit is contained in:
Peter Maquiran
2021-08-09 15:19:32 +01:00
parent 5b2b704dcf
commit f9259289ba
4 changed files with 14 additions and 6 deletions
@@ -127,7 +127,7 @@ export class DespachoPrPage implements OnInit {
});
this.cc = users.filter(user=>{
return user.Type == 'CC';
});
}) || []
console.log(users);
});
@@ -203,6 +203,7 @@ export class PedidoPage implements OnInit {
cssClass: 'exp-options',
componentProps: {
task: this.task,
serialNumber: this.task.SerialNumber,
fulltask: this.fulltask,
taskAction:taskAction,
showEnviarPendentes: false
@@ -359,7 +360,7 @@ export class PedidoPage implements OnInit {
const modal = await this.modalController.create({
component: DiscartExpedientModalPage,
componentProps: {
serialNumber: this.fulltask.serialNumber,
serialNumber: this.fulltask.SerialNumber,
folderId: this.fulltask.workflowInstanceDataFields.FolderID,
action: 'complete',
},