This commit is contained in:
tiago.kayaya
2021-05-21 16:41:58 +01:00
parent 4e2200ce3c
commit 63c1dfb7cf
2 changed files with 3 additions and 3 deletions
@@ -197,7 +197,7 @@ export class DespachoPrPage implements OnInit {
let body = {
"serialNumber": this.serialnumber,
"action": "Reencaminhar",
"ActionTypeId": 98,
"ActionTypeId": 99999839,
"dataFields": {
"ReviewUserComment": note,
},
@@ -137,7 +137,7 @@ export class DiplomaPage implements OnInit {
let body = {
"serialNumber": this.serialnumber,
"action": "Aprovar",
"ActionTypeId": 0,
"ActionTypeId": 99999840,
"dataFields": {
"ReviewUserComment": note,
},
@@ -151,7 +151,7 @@ export class DiplomaPage implements OnInit {
let body = {
"serialNumber": this.serialnumber,
"action": "Retificar",
"ActionTypeId": 0,
"ActionTypeId": 99999841,
"dataFields": {
"ReviewUserComment": note,
},