|
|
|
|
@ -32,13 +32,12 @@
|
|
|
|
|
<div style="margin-top: 25px;">
|
|
|
|
|
<h1 class="name">{{employee.EMPLOYEE_NAME}}</h1>
|
|
|
|
|
<span class="email">{{employee.EMPLOYEE_EMAIL_ADDRESS}}</span>
|
|
|
|
|
<!-- <span>{{employee.JOB_NAME}}</span> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div >
|
|
|
|
|
<ion-row style="margin-top: 11px;">
|
|
|
|
|
<ion-col [size]="6">
|
|
|
|
|
<p class="subTitle">{{ts.trPK('userProfile','role')}}</p>
|
|
|
|
|
<span class="Boldtext">{{employee.JOB_NAME}}</span>
|
|
|
|
|
<span class="Boldtext">{{jobName}}</span>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="6" style="border-left: 1px solid rgb(221 221 221);">
|
|
|
|
|
<p class="subTitle" style="line-height: 12px !important;">{{ts.trPK('userProfile','empNo')}}</p>
|
|
|
|
|
@ -505,7 +504,7 @@
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2 [ngClass]="direction == 'en' ? 'label1':'label1-ar' ">{{ts.trPK('userProfile','job')}}</h2>
|
|
|
|
|
<p [ngClass]="direction == 'en' ? 'label2':'label2-ar' ">{{employee.JOB_NAME}}</p>
|
|
|
|
|
<p [ngClass]="direction == 'en' ? 'label2':'label2-ar' ">{{jobName}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2 [ngClass]="direction == 'en' ? 'label1':'label1-ar' ">{{ts.trPK('userProfile','payrol')}}</h2>
|
|
|
|
|
@ -517,7 +516,7 @@
|
|
|
|
|
</ion-col> -->
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2 [ngClass]="direction == 'en' ? 'label1':'label1-ar' ">{{ts.trPK('userProfile','position')}}</h2>
|
|
|
|
|
<p [ngClass]="direction == 'en' ? 'label2':'label2-ar' ">{{employee.POSITION_NAME}}</p>
|
|
|
|
|
<p [ngClass]="direction == 'en' ? 'label2':'label2-ar' ">{{jobName}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12" style="border-bottom: none;">
|
|
|
|
|
<h2 [ngClass]="direction == 'en' ? 'label1':'label1-ar' ">{{ts.trPK('userProfile','grade')}}</h2>
|
|
|
|
|
|