fix count in ITG

master
enadhilal 6 years ago
parent 3a2845afc1
commit 45f0ab942a

@ -243,7 +243,7 @@ export class WorkListMainItgComponent implements OnInit {
} else if (result.MessageStatus == 1) {
console.log("hello action 1");
this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ'));
this.common.sharedService.setSharedData(true, 'loadWorkList');
this.confirmMsg(1)
// this.common.openNotificationPage();
@ -261,7 +261,7 @@ export class WorkListMainItgComponent implements OnInit {
} else if (result.MessageStatus == 1) {
this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ'));
this.common.sharedService.setSharedData(true, 'loadWorkList');
this.confirmMsg(2)
// this.common.openNotificationPage();
this.skip();
@ -285,7 +285,7 @@ export class WorkListMainItgComponent implements OnInit {
if (result.MessageStatus == 1) {
this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ'));
this.common.sharedService.setSharedData(true, 'loadWorkList');
this.confirmMsg(3)
// this.common.openNotificationPage();
this.skip();
@ -304,7 +304,7 @@ export class WorkListMainItgComponent implements OnInit {
} else if (result.MessageStatus == 1) {
this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ'));
this.common.sharedService.setSharedData(true, 'loadWorkList');
this.confirmMsg(4)
// this.common.openNotificationPage();
this.skip();
@ -324,7 +324,7 @@ export class WorkListMainItgComponent implements OnInit {
} else if (result.MessageStatus == 1) {
this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ'));
this.common.sharedService.setSharedData(true, 'loadWorkList');
this.confirmMsg(5)
// this.common.openNotificationPage();
this.skip();
@ -347,7 +347,7 @@ export class WorkListMainItgComponent implements OnInit {
} else if (result.MessageStatus == 1) {
this.common.presentAlert(this.ts.trPK('worklistMain', 'Tran_Succ'));
this.common.sharedService.setSharedData(true, 'loadWorkList');
this.confirmMsg(6)
// this.common.openNotificationPage();
this.skip();

Loading…
Cancel
Save