mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -198,12 +198,6 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
refreshExpedientes(){
|
|
||||||
this.expedientesPage.doRefresh();
|
|
||||||
//this.pendentesListPage.doRefresh();
|
|
||||||
//this.eventsToApprove.doRefresh();
|
|
||||||
}
|
|
||||||
|
|
||||||
closeAllDesktopComponents() {
|
closeAllDesktopComponents() {
|
||||||
this.showEmptyContainer = false;
|
this.showEmptyContainer = false;
|
||||||
this.showEventsToApprove = false;
|
this.showEventsToApprove = false;
|
||||||
@@ -308,10 +302,6 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
notImplemented(){
|
|
||||||
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
|
|
||||||
}
|
|
||||||
|
|
||||||
selectedElementF(element:string) {
|
selectedElementF(element:string) {
|
||||||
if (window.innerWidth >= 801) {
|
if (window.innerWidth >= 801) {
|
||||||
return element == this.selectedElement
|
return element == this.selectedElement
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ export class ExpedientsPage implements OnInit {
|
|||||||
serialNumber:string;
|
serialNumber:string;
|
||||||
|
|
||||||
@Input() profile:string;
|
@Input() profile:string;
|
||||||
@Output() openExpedientDetail:EventEmitter<any> = new EventEmitter<any>();
|
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private processes:ProcessesService,
|
private processes:ProcessesService,
|
||||||
@@ -59,11 +58,6 @@ export class ExpedientsPage implements OnInit {
|
|||||||
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
|
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
|
||||||
}
|
}
|
||||||
|
|
||||||
openExpedientDetailPage(data){
|
|
||||||
console.log(data);
|
|
||||||
this.openExpedientDetail.emit(data);
|
|
||||||
}
|
|
||||||
|
|
||||||
LoadList(){
|
LoadList(){
|
||||||
this.processes.GetTasksList("Expediente", false).subscribe(result => {
|
this.processes.GetTasksList("Expediente", false).subscribe(result => {
|
||||||
this.taskslist = new Array();
|
this.taskslist = new Array();
|
||||||
|
|||||||
Reference in New Issue
Block a user