|
|
|
|
@ -20,11 +20,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ion-item lines="none">
|
|
|
|
|
<ion-button [ngClass]="direction == 'en'? 'filterBtn':'filterBtn-ar'" button-type="clear" (click)="getreplacmentemployee()" item-end>
|
|
|
|
|
<ion-icon slot="icon-only" color="white" name="search"></ion-icon>
|
|
|
|
|
<ion-button [ngClass]="{
|
|
|
|
|
'filterBtn': (direction == 'en'),
|
|
|
|
|
'filterBtn-ar': (direction != 'en'),
|
|
|
|
|
'disabledButton': (!searchKeyEnter || !isSelect)}"
|
|
|
|
|
[disabled]="(!searchKeyEnter || !isSelect) " button-type="clear" (click)="getreplacmentemployee()" item-end>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ion-icon slot="icon-only" color="white" name="search"></ion-icon>
|
|
|
|
|
</ion-button>
|
|
|
|
|
|
|
|
|
|
<ion-input [ngClass]="direction == 'en'? 'filterInput':'filterInput-ar'" [(ngModel)]="inputSearch" placeholder='{{"general, search" | translate}}'></ion-input>
|
|
|
|
|
<ion-input (ionChange)="onChangeInput()" [ngClass]="direction == 'en'? 'filterInput':'filterInput-ar'" [(ngModel)]="inputSearch" placeholder='{{"general, search" | translate}}'></ion-input>
|
|
|
|
|
|
|
|
|
|
<!-- <button ion-button icon-only (click)="getreplacmentemployee()" clear type="button" item-end>
|
|
|
|
|
<ion-icon name="search"></ion-icon>
|
|
|
|
|
@ -33,6 +39,9 @@
|
|
|
|
|
|
|
|
|
|
</ion-item>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <ion-item>
|
|
|
|
|
<ion-label>
|
|
|
|
|
{{selEmpName}}
|
|
|
|
|
|