|
|
|
|
@ -3,10 +3,14 @@
|
|
|
|
|
<img *ngIf="userInfo.PAYROLL_CODE !== 'CS' " style="width: 100%; max-width: 100%;" src="../assets/imgs/IDTOP_HMG.png.png">
|
|
|
|
|
<ion-grid>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col size="6" >
|
|
|
|
|
<ion-col size="6" *ngIf="userInfo.EMPLOYEE_IMAGE != null">
|
|
|
|
|
<img style="width: 80%;height: 215%; ; bottom: 0%; position: absolute; border: 1px solid #e6e6e6; border-radius: 20px;"
|
|
|
|
|
[src]="'data:image/png;base64,'+userInfo.EMPLOYEE_IMAGE">
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col size="6" *ngIf="userInfo.EMPLOYEE_IMAGE == null">
|
|
|
|
|
<img style="width: 80%;height: 215%; ; bottom: 0%; position: absolute; border: 1px solid #e6e6e6; border-radius: 20px;"
|
|
|
|
|
src="../assets/imgs/profilePic.png">
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col size="6">
|
|
|
|
|
<p><b style="font-size: 25px !important; font-family: sans-serif;">{{userInfo.ASSIGNMENT_NUMBER}}</b></p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
|