put the comment deferimento and efectuar despacho on pedidos and expediente fuction

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-24 16:57:35 +01:00
parent e45dd4d33c
commit efd97d6679
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -42,14 +42,14 @@ export class PedidoService {
return this.processes.CompleteTask(body)
}
taskCompleteDeferimento({serialNumber}) {
taskCompleteDeferimento({serialNumber, note}) {
const body = {
"serialNumber": serialNumber,
"action": "Deferimento",
"ActionTypeId": 93, // Pedido de deferimento
"dataFields": {
"ReviewUserComment": '',
"ReviewUserComment": note,
},
"AttachmentList" :null,
}