mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
border-radius: 0 !important;
|
||||
|
||||
.middle{
|
||||
width: calc(100% - 37px);
|
||||
/* width: calc(100% - 37px); */
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ export class PedidoPage implements OnInit {
|
||||
fulltask: any;
|
||||
eventsList: Event[];
|
||||
serialnumber: string;
|
||||
caller: string;
|
||||
intervenientes: any;
|
||||
cc: any = [];
|
||||
loggeduser: User;
|
||||
@@ -61,6 +62,9 @@ export class PedidoPage implements OnInit {
|
||||
if(params["serialNumber"]) {
|
||||
this.serialnumber = params["serialNumber"];
|
||||
}
|
||||
if(params["caller"]) {
|
||||
this.caller = params["caller"];
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -445,7 +449,7 @@ export class PedidoPage implements OnInit {
|
||||
}
|
||||
|
||||
goBack() {
|
||||
if(this.task.Status == "Pending"){
|
||||
if(this.task.Status == "Pending" && this.caller == 'gabinete-digital'){
|
||||
if (window.innerWidth <= 800) {
|
||||
this.router.navigate(['/home/gabinete-digital/pendentes']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user