mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -216,7 +216,9 @@ export class CreateProcessPage implements OnInit {
|
|||||||
"ActionTypeId": 104,
|
"ActionTypeId": 104,
|
||||||
"dataFields": {
|
"dataFields": {
|
||||||
"ReviewUserComent": '',
|
"ReviewUserComent": '',
|
||||||
}
|
},
|
||||||
|
"AttachmentList" :null,
|
||||||
|
|
||||||
}
|
}
|
||||||
this.processes.CompleteTask(body);
|
this.processes.CompleteTask(body);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -160,7 +160,8 @@ export class DespachoPage implements OnInit {
|
|||||||
"ActionTypeId": 104,
|
"ActionTypeId": 104,
|
||||||
"dataFields": {
|
"dataFields": {
|
||||||
"ReviewUserComent": note,
|
"ReviewUserComent": note,
|
||||||
}
|
},
|
||||||
|
"AttachmentList" :null,
|
||||||
}
|
}
|
||||||
this.processes.CompleteTask(body);
|
this.processes.CompleteTask(body);
|
||||||
this.close();
|
this.close();
|
||||||
|
|||||||
@@ -187,7 +187,8 @@ export class PedidoPage implements OnInit {
|
|||||||
"ActionTypeId": 95,
|
"ActionTypeId": 95,
|
||||||
"dataFields": {
|
"dataFields": {
|
||||||
"ReviewerUseComment": '',
|
"ReviewerUseComment": '',
|
||||||
}
|
},
|
||||||
|
"AttachmentList" :null,
|
||||||
}
|
}
|
||||||
this.processes.CompleteTask(body);
|
this.processes.CompleteTask(body);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user