mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<label>Delegar</label>
|
<label>Delegar</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="overflow-y-auto">
|
<div>
|
||||||
|
|
||||||
<div class="container-div">
|
<div class="container-div">
|
||||||
<div class="ion-item-class-2">
|
<div class="ion-item-class-2">
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
</ion-label>
|
</ion-label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content width-100 overflow-y-auto height-100">
|
<div *ngIf="hideThisFeature" class="content width-100 overflow-y-auto height-100">
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<ion-list *ngFor="let document of documents; let i = index">
|
<ion-list *ngFor="let document of documents; let i = index">
|
||||||
<ion-item>
|
<ion-item>
|
||||||
|
|||||||
@@ -186,6 +186,7 @@ export class DespachoPage implements OnInit {
|
|||||||
this.sqliteservice.updateProcess(res);
|
this.sqliteservice.updateProcess(res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateProcessInterveners(users) {
|
updateProcessInterveners(users) {
|
||||||
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {
|
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {
|
||||||
} else {
|
} else {
|
||||||
@@ -517,7 +518,13 @@ export class DespachoPage implements OnInit {
|
|||||||
});
|
});
|
||||||
await modal.present();
|
await modal.present();
|
||||||
modal.onDidDismiss().then(res => {
|
modal.onDidDismiss().then(res => {
|
||||||
this.goBack();
|
if(res){
|
||||||
|
const data = res.data;
|
||||||
|
if(data == 'close') {
|
||||||
|
this.goBack();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user