MOHEMM-PHASE-2-SFH
umasoodch 2 years ago
parent 60e48aeeb1
commit 74290340ec

@ -162,7 +162,7 @@
<p class="companyTxt">{{companyDesc}}</p>
</div> -->
<div class="menuFooter" >
<div> <img src="../assets/imgs/CSLogo.png" class="CompanyImg" ></div>
<!-- <div> <img src="../assets/imgs/CSLogo.png" class="CompanyImg" ></div> -->
<p class="companyTxt">{{companyDesc}}</p>
</div>
</ion-footer>
@ -330,7 +330,7 @@
<ion-footer style="padding: 0px;" dir="ltr">
<div class="menuFooter" >
<div> <img src="../assets/imgs/CSLogo.png" class="CompanyImg" ></div>
<!-- <div> <img src="../assets/imgs/CSLogo.png" class="CompanyImg" ></div> -->
<p class="companyTxt">{{companyDesc}}</p>
</div>
<!-- <ion-row>

@ -30,6 +30,7 @@ export class ConnectorService {
// public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/';
public static host = 'https://erpuat.sfh.med.sa/'; //UAR SFHP
// public static host = 'http://swd-eservuat-01:6086/'
// public static host = 'http://10.201.204.124:6085/'; //UAR SFHP
// public static host = 'http://10.201.204.124:6086/';

@ -160,9 +160,9 @@
<h3 [ngClass]="direction === 'ltr'? 'result-label-text-form': 'result-label-text-form-ar' ">{{personalInfo.BUSINESS_GROUP_NAME}}</h3>
<br>
<ion-label>
<h3 [ngClass]="direction === 'ltr'? 'type-label-text-form': 'type-label-text-form-ar' ">{{ts.trPK('userProfile','payrol')}}</h3>
<h3 [ngClass]="direction === 'ltr'? 'type-label-text-form': 'type-label-text-form-ar' ">{{ts.trPK('userProfile','entity')}}</h3>
</ion-label>
<h3 [ngClass]="direction === 'ltr'? 'result-label-text-form': 'result-label-text-form-ar' ">{{personalInfo.PAYROLL_NAME}}</h3>
<h3 [ngClass]="direction === 'ltr'? 'result-label-text-form': 'result-label-text-form-ar' ">{{personalInfo.ENTITY}}</h3>
<br>
</ion-card-content>
</ion-card>

@ -1444,7 +1444,7 @@
"ar": "الرقم الوظيفي"
},
"busG": {
"en": "Business Group",
"en": "Organization Group",
"ar": "الإدارة"
},
"phone-no": {
@ -1475,6 +1475,10 @@
"en": "Payroll",
"ar": "سجل الرواتب"
},
"entity": {
"en": "Entity",
"ar": "كيان"
},
"orgEmail": {
"en": "Organization Email Address",
"ar": "البريد الإلكتروني للمنشأة"

@ -1996,7 +1996,7 @@ ion-app[dir="rtl"] {
}
[dir="rtl"] .text-span-moe {
font-size: 8px !important;
font-size: 7px !important;
}
.toolTip-inside {

Loading…
Cancel
Save