mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve
This commit is contained in:
@@ -330,6 +330,8 @@ export class CreateProcessPage implements OnInit {
|
||||
try {
|
||||
await this.pedidoService.createDeferimento(this.postData).toPromise();
|
||||
await this.pedidoService.taskCompleteDeferimento({serialNumber:this.task.serialNumber}).toPromise();
|
||||
alert('!!__!!')
|
||||
|
||||
this.modalController.dismiss();
|
||||
this.toastService.successMessage('Pedido de Deferimento criado');
|
||||
}
|
||||
@@ -465,7 +467,11 @@ export class CreateProcessPage implements OnInit {
|
||||
},
|
||||
"AttachmentList" :null,
|
||||
}
|
||||
|
||||
} else {
|
||||
alert('!!!')
|
||||
}
|
||||
|
||||
console.log(body);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user