This commit is contained in:
Peter Maquiran
2023-07-15 11:01:09 +01:00
parent a61ee6c07e
commit eba2b7f9ce
76 changed files with 525 additions and 218 deletions
@@ -181,7 +181,7 @@ export class ApproveEventPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss()
.then(async (res) => {
@@ -223,6 +223,8 @@ export class ApproveEventPage implements OnInit {
console.log(error)
});
await modal.present();
}
async rejeitar(serialNumber: string) {
@@ -297,7 +299,7 @@ export class ApproveEventPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss().then(async (res) => {
@@ -337,6 +339,8 @@ export class ApproveEventPage implements OnInit {
}, (error) => {
console.log(error)
});
await modal.present();
}
goToEventsToApprove() {
@@ -359,7 +363,7 @@ export class ApproveEventPage implements OnInit {
cssClass: 'modal modal-desktop'
});
await modal.present();
modal.onDidDismiss().then(res => {
this.getTask();
@@ -368,6 +372,7 @@ export class ApproveEventPage implements OnInit {
console.log(error)
});
await modal.present();
}
}