mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
save
This commit is contained in:
@@ -2,7 +2,6 @@ import { NgModule } from '@angular/core';
|
|||||||
import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
|
import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
|
||||||
import { ChatPage } from './pages/chat/chat.page';
|
import { ChatPage } from './pages/chat/chat.page';
|
||||||
import { MessagesPage } from './pages/chat/messages/messages.page';
|
import { MessagesPage } from './pages/chat/messages/messages.page';
|
||||||
import { EventListComponent } from './shared/agenda/event-list/event-list.component';
|
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
@@ -49,6 +48,10 @@ const routes: Routes = [
|
|||||||
path: 'pedidos',
|
path: 'pedidos',
|
||||||
loadChildren: () => import('./shared/gabinete-digital/pedidos/pedidos.module').then( m => m.PedidosPageModule)
|
loadChildren: () => import('./shared/gabinete-digital/pedidos/pedidos.module').then( m => m.PedidosPageModule)
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'event-list',
|
||||||
|
loadChildren: () => import('./pages/gabinete-digital/event-list/event-list.module').then(m =>m.EventListPageModule)
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'despachos',
|
path: 'despachos',
|
||||||
loadChildren: () => import('./shared/gabinete-digital/despachos/despachos.module').then( m => m.DespachosPageModule)
|
loadChildren: () => import('./shared/gabinete-digital/despachos/despachos.module').then( m => m.DespachosPageModule)
|
||||||
@@ -128,6 +131,6 @@ const routes: Routes = [
|
|||||||
imports: [
|
imports: [
|
||||||
RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules })
|
RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules })
|
||||||
],
|
],
|
||||||
exports: [RouterModule, EventListComponent]
|
exports: [RouterModule]
|
||||||
})
|
})
|
||||||
export class AppRoutingModule {}
|
export class AppRoutingModule {}
|
||||||
|
|||||||
+1
-1
@@ -95,7 +95,7 @@ export class ExpedientTaskModalPage implements OnInit {
|
|||||||
Message: '',
|
Message: '',
|
||||||
SourceSecFsId: this.task.workflowInstanceDataFields.FsId, //361
|
SourceSecFsId: this.task.workflowInstanceDataFields.FsId, //361
|
||||||
SourceType: 'DOC', //FOLDER
|
SourceType: 'DOC', //FOLDER
|
||||||
SourceId: this.task.workflowInstanceDataFields.DocIdD, //FolderId
|
SourceId: this.task.workflowInstanceDataFields.DocId, //FolderId
|
||||||
DeadlineType: '',
|
DeadlineType: '',
|
||||||
SubjectTypes: ['99999844'],
|
SubjectTypes: ['99999844'],
|
||||||
NumberPDPP: this.task.workflowInstanceDataFields.DispatchNumber,
|
NumberPDPP: this.task.workflowInstanceDataFields.DispatchNumber,
|
||||||
|
|||||||
Reference in New Issue
Block a user