|
|
|
@ -62,7 +62,7 @@ export class ConfirmAddEitComponent implements OnInit {
|
|
|
|
indexLastObj: any = 0;
|
|
|
|
indexLastObj: any = 0;
|
|
|
|
filterAllowedType: any = ['application/pdf', 'image/jpeg', 'image/png', 'text/plain', 'image/jpg', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'];
|
|
|
|
filterAllowedType: any = ['application/pdf', 'image/jpeg', 'image/png', 'text/plain', 'image/jpg', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'];
|
|
|
|
direction: string;
|
|
|
|
direction: string;
|
|
|
|
|
|
|
|
isAttachment: string;
|
|
|
|
|
|
|
|
|
|
|
|
constructor(public modalController: ModalController, public cs: CommonService, private ts: TranslatorService, private eitService: EitService) {
|
|
|
|
constructor(public modalController: ModalController, public cs: CommonService, private ts: TranslatorService, private eitService: EitService) {
|
|
|
|
this.direction = TranslatorService.getCurrentLanguageName()
|
|
|
|
this.direction = TranslatorService.getCurrentLanguageName()
|
|
|
|
@ -78,6 +78,7 @@ export class ConfirmAddEitComponent implements OnInit {
|
|
|
|
this.respID = this.cs.sharedService.getSharedData(MenuResponse.SHARED_SEL_RESP_ID, false);
|
|
|
|
this.respID = this.cs.sharedService.getSharedData(MenuResponse.SHARED_SEL_RESP_ID, false);
|
|
|
|
this.eitRequest = this.cs.sharedService.getSharedData(EitRequest.SHARED_DATA, false);
|
|
|
|
this.eitRequest = this.cs.sharedService.getSharedData(EitRequest.SHARED_DATA, false);
|
|
|
|
this.isResubmitEIT = this.cs.sharedService.getSharedData('confirmAddEITData', false).isResubmit;
|
|
|
|
this.isResubmitEIT = this.cs.sharedService.getSharedData('confirmAddEITData', false).isResubmit;
|
|
|
|
|
|
|
|
this.isAttachment = this.selMenu.GetMenuEntriesList.ATTACHMENT_REQUIRED;
|
|
|
|
if (this.isResubmitEIT) {
|
|
|
|
if (this.isResubmitEIT) {
|
|
|
|
this.getPassNotificationDetails = this.cs.sharedService.getSharedData(EITNotificatonBodyResponse.NOT_WORKLIST, false); //WARINING **
|
|
|
|
this.getPassNotificationDetails = this.cs.sharedService.getSharedData(EITNotificatonBodyResponse.NOT_WORKLIST, false); //WARINING **
|
|
|
|
// console.log("this.getPassNotificationDetails: " + this.getPassNotificationDetails);
|
|
|
|
// console.log("this.getPassNotificationDetails: " + this.getPassNotificationDetails);
|
|
|
|
|