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

@ -162,7 +162,7 @@
<p class="companyTxt">{{companyDesc}}</p> <p class="companyTxt">{{companyDesc}}</p>
</div> --> </div> -->
<div class="menuFooter" > <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> <p class="companyTxt">{{companyDesc}}</p>
</div> </div>
</ion-footer> </ion-footer>
@ -330,7 +330,7 @@
<ion-footer style="padding: 0px;" dir="ltr"> <ion-footer style="padding: 0px;" dir="ltr">
<div class="menuFooter" > <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> <p class="companyTxt">{{companyDesc}}</p>
</div> </div>
<!-- <ion-row> <!-- <ion-row>

@ -30,6 +30,7 @@ export class ConnectorService {
// public static host = 'https://uat.hmgwebservices.com/'; // public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/'; // public static host = 'https://hmgwebservices.com/';
public static host = 'https://erpuat.sfh.med.sa/'; //UAR SFHP 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:6085/'; //UAR SFHP
// public static host = 'http://10.201.204.124:6086/'; // 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> <h3 [ngClass]="direction === 'ltr'? 'result-label-text-form': 'result-label-text-form-ar' ">{{personalInfo.BUSINESS_GROUP_NAME}}</h3>
<br> <br>
<ion-label> <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> </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> <br>
</ion-card-content> </ion-card-content>
</ion-card> </ion-card>

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

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

Loading…
Cancel
Save