mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
IMprove
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;
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ export class PedidoPage implements OnInit {
|
||||
serialnumber: string;
|
||||
profile: string;
|
||||
intervenientes: any;
|
||||
cc: any;
|
||||
cc: any = [];
|
||||
loggeduser: User;
|
||||
|
||||
constructor(private activatedRoute: ActivatedRoute,
|
||||
|
||||
Reference in New Issue
Block a user