|
|
|
@ -10,6 +10,7 @@ import { SubmitEitModalComponent } from 'src/app/eit/submit-eit-modal/submit-eit
|
|
|
|
import { CommonService } from 'src/app/hmg-common/services/common/common.service';
|
|
|
|
import { CommonService } from 'src/app/hmg-common/services/common/common.service';
|
|
|
|
import { MenuResponse } from 'src/app/hmg-common/services/menu/models/menu-response';
|
|
|
|
import { MenuResponse } from 'src/app/hmg-common/services/menu/models/menu-response';
|
|
|
|
import { TranslatorService } from 'src/app/hmg-common/services/translator/translator.service';
|
|
|
|
import { TranslatorService } from 'src/app/hmg-common/services/translator/translator.service';
|
|
|
|
|
|
|
|
import { HomeComponent } from 'src/app/notification/home/home.component';
|
|
|
|
import { EITNotificatonBodyResponse } from 'src/app/notification/models/EITNotificationBodyRes';
|
|
|
|
import { EITNotificatonBodyResponse } from 'src/app/notification/models/EITNotificationBodyRes';
|
|
|
|
import { WorkListButtonRequest } from 'src/app/notification/models/NotificationButtonReq';
|
|
|
|
import { WorkListButtonRequest } from 'src/app/notification/models/NotificationButtonReq';
|
|
|
|
import { WorkListAttachViewComponent } from 'src/app/notification/work-list-attach-view/work-list-attach-view.component';
|
|
|
|
import { WorkListAttachViewComponent } from 'src/app/notification/work-list-attach-view/work-list-attach-view.component';
|
|
|
|
@ -103,6 +104,7 @@ export class ConfirmAddressComponent implements OnInit {
|
|
|
|
if (this.isContact) {
|
|
|
|
if (this.isContact) {
|
|
|
|
this.itemKey = this.addrespList.SubmitPhonesTransactionList.P_ITEM_KEY;
|
|
|
|
this.itemKey = this.addrespList.SubmitPhonesTransactionList.P_ITEM_KEY;
|
|
|
|
this.P_TransactionID = this.addrespList.SubmitPhonesTransactionList.P_TRANSACTION_ID;
|
|
|
|
this.P_TransactionID = this.addrespList.SubmitPhonesTransactionList.P_TRANSACTION_ID;
|
|
|
|
|
|
|
|
this.headerTitle = this.ts.trPK('general', 'contact');
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.itemKey = this.addrespList.SubmitAddressTransactionList.P_ITEM_KEY;
|
|
|
|
this.itemKey = this.addrespList.SubmitAddressTransactionList.P_ITEM_KEY;
|
|
|
|
this.P_TransactionID = this.addrespList.SubmitAddressTransactionList.P_TRANSACTION_ID;
|
|
|
|
this.P_TransactionID = this.addrespList.SubmitAddressTransactionList.P_TRANSACTION_ID;
|
|
|
|
@ -267,7 +269,7 @@ export class ConfirmAddressComponent implements OnInit {
|
|
|
|
this.cs.presentAlert(msg);
|
|
|
|
this.cs.presentAlert(msg);
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// this.navCtrl.popToRoot();
|
|
|
|
// this.navCtrl.popToRoot();
|
|
|
|
|
|
|
|
this.cs.sharedService.setSharedData(true, HomeComponent.COUNT_CHANGED);
|
|
|
|
// this.cs.openHome();
|
|
|
|
// this.cs.openHome();
|
|
|
|
this.cs.openNotificationPage();
|
|
|
|
this.cs.openNotificationPage();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|