This commit is contained in:
Peter Maquiran
2021-08-06 09:42:34 +01:00
parent c081a1ac28
commit 15a22e28be
4 changed files with 18 additions and 23 deletions
+11 -14
View File
@@ -50,7 +50,6 @@ export class DespachoService {
// },
// "AttachmentList" :documents,
// }
// return this.processes.CompleteTask(body)
// }
@@ -93,7 +92,6 @@ export class DespachoService {
// }
}
rexecucao({note, documents, serialnumber}) {
let body = {
"serialNumber": serialnumber,
@@ -123,18 +121,17 @@ export class DespachoService {
return this.processes.CompleteTask(body)
}
Finalizar({serialNumber}) {
const body = {
"serialNumber": serialNumber,
"action": "Conhecimento",
"ActionTypeId": 104,
"dataFields": {
"ReviewUserComment": '',
},
"AttachmentList" :null,
}
}
// Finalizar({serialNumber}) {
// const body = {
// "serialNumber": serialNumber,
// "action": "Conhecimento",
// "ActionTypeId": 104,
// "dataFields": {
// "ReviewUserComment": '',
// },
// "AttachmentList" :null,
// }
// }
sendExpedienteToPending(serialnumber) {
return this.processes.SetTaskToPending(serialnumber)