mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -40,7 +40,7 @@ export class DespachoPrPage implements OnInit {
|
||||
serialnumber: string;
|
||||
profile: string;
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
|
||||
constructor(private activateRoute: ActivatedRoute,
|
||||
private processes: ProcessesService,
|
||||
|
||||
@@ -39,7 +39,7 @@ export class DespachoPage implements OnInit {
|
||||
serialnumber: string;
|
||||
profile: string;
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
|
||||
constructor(private activateRoute: ActivatedRoute,
|
||||
private processes: ProcessesService,
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
task: any
|
||||
fulltask: any
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
attachments:any;
|
||||
customDate: any
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ export class DiplomaPage implements OnInit {
|
||||
task: any
|
||||
fulltask: any
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
attachments:any;
|
||||
customDate: any
|
||||
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ export class ExpedienteDetailPage implements OnInit {
|
||||
serialnumber: string;
|
||||
profile: string;
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
|
||||
constructor(private activateRoute: ActivatedRoute,
|
||||
private processes: ProcessesService,
|
||||
|
||||
@@ -39,7 +39,7 @@ export class ExpedientePrPage implements OnInit {
|
||||
serialnumber: string;
|
||||
profile: string;
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
|
||||
loggeduser: User;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ export class PedidoPage implements OnInit {
|
||||
eventsList: Event[];
|
||||
serialnumber: string;
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
loggeduser: User;
|
||||
|
||||
constructor(private activatedRoute: ActivatedRoute,
|
||||
|
||||
Reference in New Issue
Block a user