mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -130,7 +130,7 @@ export class ViewEventPage implements OnInit {
|
|||||||
}, (error)=>{
|
}, (error)=>{
|
||||||
|
|
||||||
if(error.status == 0) {
|
if(error.status == 0) {
|
||||||
this.toastService.badRequest('não é possível vizualizar este event no modo offline')
|
this.toastService.badRequest('Não é possível vizualizar este evento no modo offline')
|
||||||
} else {
|
} else {
|
||||||
this.toastService.badRequest('Este evento já não existe na sua agenda')
|
this.toastService.badRequest('Este evento já não existe na sua agenda')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Component, EventEmitter, Input, OnInit, Output, ViewChild } from '@angular/core';
|
import { Component, EventEmitter, Input, OnInit, Output, ViewChild } from '@angular/core';
|
||||||
import { ActivatedRoute, NavigationEnd, NavigationExtras, NavigationStart, Router } from '@angular/router';
|
import { ActivatedRoute, NavigationStart, Router } from '@angular/router';
|
||||||
import { CalendarComponent } from 'ionic2-calendar';
|
import { CalendarComponent } from 'ionic2-calendar';
|
||||||
import { customTask, DailyWorkTask } from '../../../models/dailyworktask.model';
|
import { customTask, DailyWorkTask } from '../../../models/dailyworktask.model';
|
||||||
import { ProcessesService } from 'src/app/services/processes.service';
|
import { ProcessesService } from 'src/app/services/processes.service';
|
||||||
@@ -88,15 +88,15 @@ export class PedidosPage implements OnInit {
|
|||||||
// this.LoadList();
|
// this.LoadList();
|
||||||
} */
|
} */
|
||||||
|
|
||||||
goToPedido(serialNumber:any){
|
goToPedido(serialNumber:any) {
|
||||||
this.router.navigate(['/home/gabinete-digital/pedidos',serialNumber,'gabinete-digital']);
|
this.router.navigate(['/home/gabinete-digital/pedidos',serialNumber,'gabinete-digital']);
|
||||||
}
|
}
|
||||||
|
|
||||||
notImplemented(){
|
notImplemented() {
|
||||||
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
|
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
|
||||||
}
|
}
|
||||||
|
|
||||||
openExpedientDetailPage(data){
|
openExpedientDetailPage(data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
this.openExpedientDetail.emit(data);
|
this.openExpedientDetail.emit(data);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
</ion-label>
|
</ion-label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ion-item-container-no-border">
|
<!-- <div class="ion-item-container-no-border">
|
||||||
<ion-label (click)="laodPicture()">
|
<ion-label (click)="laodPicture()">
|
||||||
<div class="attach-icon">
|
<div class="attach-icon">
|
||||||
<ion-icon src="assets/images/icons-add-photos.svg"></ion-icon>
|
<ion-icon src="assets/images/icons-add-photos.svg"></ion-icon>
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
<ion-label>Anexar Fotografia</ion-label>
|
<ion-label>Anexar Fotografia</ion-label>
|
||||||
</div>
|
</div>
|
||||||
</ion-label>
|
</ion-label>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
Reference in New Issue
Block a user