This commit is contained in:
Peter Maquiran
2021-08-18 12:05:27 +01:00
parent 53d6896abf
commit 1fbb308831
55 changed files with 1212 additions and 1206 deletions
@@ -81,8 +81,8 @@ export class DespachoPrPage implements OnInit {
// this.LoadRelatedEvents(this.serialnumber);
}
close(){
this.modalController.dismiss();
close() {
this.goBack()
}
goBack() {
@@ -514,9 +514,12 @@ export class DespachoPrPage implements OnInit {
popover.onDidDismiss().then(( res =>{
if( res['data'] == 'close') {
this.goBack()
this.goBack()
}
alert('alert ...'+ JSON.stringify(res))
}))
}