mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
save
This commit is contained in:
@@ -128,7 +128,7 @@ export class AllProcessesPage implements OnInit {
|
|||||||
|
|
||||||
goToProcess(serialNumber:string, workflowName:string, activityName:string){
|
goToProcess(serialNumber:string, workflowName:string, activityName:string){
|
||||||
if(workflowName == 'Despacho') {
|
if(workflowName == 'Despacho') {
|
||||||
if(activityName == 'Tarefa de Despacho'){
|
if(activityName == 'Tarefa de Despacho'|| activityName == 'Concluir Despacho'){
|
||||||
this.router.navigate(['/home/gabinete-digital/despachos',serialNumber,'gabinete-digital']);
|
this.router.navigate(['/home/gabinete-digital/despachos',serialNumber,'gabinete-digital']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user