mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -203,11 +203,12 @@ export class CreateProcessPage implements OnInit {
|
||||
let body = {
|
||||
"serialNumber": this.task.serialNumber,
|
||||
"action": "Conhecimento",
|
||||
"ActionTypeId": 104,
|
||||
"dataFields": {
|
||||
"ReviewerUserComment": '',
|
||||
}
|
||||
}
|
||||
this.processes.PostTaskAction(body);
|
||||
this.processes.CompleteTask(body);
|
||||
}
|
||||
|
||||
getAttachments() {
|
||||
|
||||
Reference in New Issue
Block a user