This commit is contained in:
tiago.kayaya
2021-08-04 17:41:05 +01:00
parent a911f8a4e9
commit 23e87b9964
10 changed files with 96 additions and 57 deletions
+13
View File
@@ -191,6 +191,19 @@ const routes: Routes = [
},
]
},
{
path: 'despachos-pr',
children: [
{
path: '',
loadChildren: ()=> import('../pages/gabinete-digital/despachos-pr/despachos-pr.module').then(m => m.DespachosPrPageModule),
},
{
path:':SerialNumber/:caller',
loadChildren: ()=> import('../pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.module').then(m => m.DespachoPrPageModule),
},
]
},
{
path: 'pedidos',
children: [