Improve task options

This commit is contained in:
Peter Maquiran
2021-05-27 13:20:37 +01:00
parent 366b615b5a
commit b17b9e06f7
11 changed files with 81 additions and 56 deletions
@@ -91,16 +91,16 @@ export class PedidosPage implements OnInit {
this.router.navigate(['/home/gabinete-digital/pedidos/pedido'], navigationExtras);
}
notImplemented(){
notImplemented(){
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
}
}
openExpedientDetailPage(data){
console.log(data);
this.openExpedientDetail.emit(data);
}
LoadList(){
LoadList(){
if(this.segment == 'parecer'){
this.taskType = "Pedido de Parecer";
this.processes.GetTasksList("Pedido de Parecer", false).subscribe(result => {
@@ -159,11 +159,11 @@ export class PedidosPage implements OnInit {
console.log(this.taskType);
}
doRefresh() {
this.LoadList();
setTimeout(() => {
}, 2000);
}
doRefresh() {
this.LoadList();
setTimeout(() => {
}, 2000);
}
async viewPedidoDetail(serialNumber:any) {
console.log(this.profile);