SAL Changes done
This commit is contained in:
parent
7c04f9800f
commit
efb46d4b8e
@ -211,8 +211,6 @@
|
|||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
<mat-error style="color:red;font-size:12px;margin:0;padding:0;font-weight: normal;float:right" *ngIf="employmentForm.controls['attendance_seen'].errors?.required ">Shop and Est Act Cert
|
<mat-error style="color:red;font-size:12px;margin:0;padding:0;font-weight: normal;float:right" *ngIf="employmentForm.controls['attendance_seen'].errors?.required ">Shop and Est Act Cert
|
||||||
is Required</mat-error>
|
is Required</mat-error>
|
||||||
<!-- <mat-error *ngIf="employmentForm.controls['office_imgs'].hasError('required')"> -->
|
|
||||||
<!-- Attendance register seen Required</mat-error> -->
|
|
||||||
</ion-col>
|
</ion-col>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
<div float-right *ngIf="employmentForm.controls['attendance_seen'].value == 'yes'" style="width: 20%">
|
<div float-right *ngIf="employmentForm.controls['attendance_seen'].value == 'yes'" style="width: 20%">
|
||||||
@ -445,9 +443,7 @@
|
|||||||
</ion-col>
|
</ion-col>
|
||||||
<ion-col col-2>
|
<ion-col col-2>
|
||||||
<ion-icon style="margin-top: 16px;" title="Click Here For Office photographs" name="md-camera"
|
<ion-icon style="margin-top: 16px;" title="Click Here For Office photographs" name="md-camera"
|
||||||
(click)="ImageUpload(4)"></ion-icon>
|
(click)="ImageUpload(4)"></ion-icon>
|
||||||
<mat-error *ngIf="employmentForm.controls['office_imgs'].hasError('required')">
|
|
||||||
Office photographs Required</mat-error>
|
|
||||||
</ion-col>
|
</ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
<ion-row style="width: 100%;">
|
<ion-row style="width: 100%;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user