mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
put the comment deferimento and efectuar despacho on pedidos and expediente fuction
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user