fixed issues for SRCA

SRCA_DEV
umasoodch 3 years ago
parent 2d1867d0b8
commit 4b140eecc0

@ -60,7 +60,7 @@
{{ts.trPK('userProfile','HR-Request')}}
</ion-label>
</ion-item> -->
<div *ngFor="let menu of menuList">
<!-- <div *ngFor="let menu of menuList">
<ion-item (click)="oepnMyRequest(menu)" *ngIf="menu.MENU_TYPE == 'E'">
<ion-thumbnail slot="start" class="menu-thumb">
<img style= "height: 20px !important;" src="../assets/imgs/my-request.png" item-left>
@ -69,7 +69,7 @@
{{menu.MENU_NAME}}
</ion-label>
</ion-item>
</div>
</div> -->
<!-- <ion-item (click)="oepnTransaction()">
<ion-thumbnail slot="start" class="menu-thumb">
@ -181,7 +181,7 @@
{{ts.trPK('userProfile','HR-Request')}}
</ion-label>
</ion-item> -->
<div *ngFor="let menu of menuList">
<!-- <div *ngFor="let menu of menuList">
<ion-item (click)="oepnMyRequest(menu)" *ngIf="menu.MENU_TYPE == 'E'">
<ion-thumbnail slot="start" class="menu-thumb">
<img style= "height: 20px !important;" src="../assets/imgs/my-request.png" item-left>
@ -190,7 +190,7 @@
{{menu.MENU_NAME}}
</ion-label>
</ion-item>
</div>
</div> -->
<!-- <ion-item (click)="oepnTransaction()">
<ion-thumbnail slot="start" class="menu-thumb">

@ -77,7 +77,7 @@ header
.logout {
background-color: #BE332F;
background-color: #c6903e;
border: none;
color: white;
// padding: 20px;
@ -96,7 +96,7 @@ header
}
.logout-ar {
background-color: #BE332F;
background-color: #c6903e;
border: none;
color: white;
text-align: center;

@ -74,7 +74,7 @@ ion-label {
.attendance-module {
border-radius: 20px;
background-color: #292F42;
background-color: #c6903e;
padding: 10px;
color: white;
width: 100%;
@ -101,7 +101,7 @@ ion-label {
ion-button {
border-radius: 10px;
padding: 10px;
background: #BE332F;
background: #91692d;
--background: transparent;
--box-shadow: none !important;
height: auto;

@ -271,7 +271,9 @@ export class AddBasicDetailsComponent implements OnInit {
elemVal = this.cs.formatDate(elemVal);
} else if (this.eitColResponse[i].DATATYPE == "DATE" && this.targetValue === 'correct') {
// date
elemVal = this.customiseDate(this.effectiveDate);
// elemVal = this.customiseDate(this.effectiveDate);
elemVal = this.effectiveDate;
}
if (this.targetValue === 'new') {

@ -135,7 +135,7 @@ export class HomeComponent implements OnInit {
//if (this.targetValue === 'sideMenu') {
for (let i = 0; i < this.menuEntries.length; i++) {
if (this.menuEntries[i].MENU_NAME === 'MBL_EMP_PROFILE') {
if (this.menuEntries[i].MENU_NAME === 'MBL_HR_PERINFO_SS') {
personalInformationChildren = this.menuEntries[i].children;
for (let j = 0; j < personalInformationChildren.length; j++) {
if (personalInformationChildren[j].REQUEST_TYPE === 'BASIC_DETAILS') {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Loading…
Cancel
Save