diff --git a/Mohem/src/app/notification/home/home.component.html b/Mohem/src/app/notification/home/home.component.html index 88a1d5fe..9b065054 100644 --- a/Mohem/src/app/notification/home/home.component.html +++ b/Mohem/src/app/notification/home/home.component.html @@ -93,7 +93,7 @@ - + diff --git a/Mohem/src/app/notification/home/home.component.ts b/Mohem/src/app/notification/home/home.component.ts index 98ef16e9..48db57dc 100644 --- a/Mohem/src/app/notification/home/home.component.ts +++ b/Mohem/src/app/notification/home/home.component.ts @@ -170,12 +170,13 @@ export class HomeComponent implements OnInit { ionViewDidEnter() { console.log("ionViewDidEnter"); - this.openNotificationsDashboard(); // this.direction = TranslatorService.getCurrentDirection(); this.worklistNotifications = this.common.sharedService.getSharedData('worklistNotifications', false); } ngOnInit() { + this.openNotificationsDashboard(); + } callWorkListServices() { diff --git a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.ts b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.ts index 347043da..f6a26e04 100644 --- a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.ts +++ b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.ts @@ -87,7 +87,7 @@ export class WorklistMainMRComponent implements OnInit { confirmMsg: string; delMsg: string; closeMsg: string; - activeSegment: any = "info"; + activeSegment: any = "item-req"; lines_note_limit: any = 24; orgNote: string; truncating: boolean; diff --git a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.ts b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.ts index ece975e5..17440190 100644 --- a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.ts +++ b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.ts @@ -100,7 +100,7 @@ export class WorklistMainPoComponent implements OnInit { PO_NUMBER: any; itemHistoryRes: any; QutationAnalysisRes: any; - activeSegment: any = "info"; + activeSegment: any = "line_details"; lines_note_limit: number = 24; notiActionBtnMore: any = []; demoeAttach: any = []; diff --git a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.ts b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.ts index 4e1dc0f5..acc3c674 100644 --- a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.ts +++ b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.ts @@ -96,7 +96,7 @@ export class WorklistMainPRComponent implements OnInit { demoeAttach: any = []; notiActionBtnMore: any = []; messageSuccess: boolean = false; - activeSegment: any = "info"; + activeSegment: any = "item-req"; approveDis: boolean; rejectDis: boolean; requestDis: boolean; diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts index b1f94dcf..f739d41c 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts @@ -77,7 +77,7 @@ export class WorklistMainComponent implements OnInit { P_PAGE_NUM: number = 1; P_PAGE_LIMIT: number = 100; notificationCount: any; - activeSegment: any = "info"; + activeSegment: any = "item-req"; lines_note_limit: any = 24; attachmentRes: any; private WorkListActionHistoryObj: WorkListActionHistoryRequest; diff --git a/Mohem/src/theme/worklist.scss b/Mohem/src/theme/worklist.scss index 703b929a..2e524d19 100644 --- a/Mohem/src/theme/worklist.scss +++ b/Mohem/src/theme/worklist.scss @@ -16,8 +16,8 @@ .itemReqList{ background: #f0efef; margin-top: 20px; - width: 95%; - margin-left:9px + // width: 95%; + // margin-left:9px } .gridItemReq{