Fixed HR Checklist search issue

MOE-PHASE-2
umasoodch 2 years ago
parent b78f365b20
commit db2b1bda56

@ -50,8 +50,8 @@
<ion-select class="myCustomSelect" okText="{{ts.trPK('general','ok')}}" cancelText="{{ts.trPK('general','cancel')}}"
[(ngModel)]="itemType">
<ion-select-option value="HRSSA">{{text}}</ion-select-option>
<!-- <ion-select-option value="POAPPRV">PO</ion-select-option>
<ion-select-option value="REQAPPRV">PR</ion-select-option>
<ion-select-option value="HRCKLTSK">{{text2}}</ion-select-option>
<!-- <ion-select-option value="REQAPPRV">PR</ion-select-option>
<ion-select-option value="INVMOA">MR</ion-select-option>
<ion-select-option value="INVITEM">IC</ion-select-option>
<ion-select-option value="STAMP">STAMP</ion-select-option> -->

@ -18,6 +18,7 @@ export class WorklistAdvancedSearchComponent implements OnInit {
public itemType;
public direction: string;
public text = 'HR';
public text2 = 'HR-C'
constructor(
public modalController: ModalController,
@ -28,6 +29,7 @@ export class WorklistAdvancedSearchComponent implements OnInit {
ngOnInit() {
this.text = this.direction == 'en' ? 'HR': 'الموارد البشرية';
this.text2 = this.direction == 'en' ? 'HR Checklist': 'قائمة مراجعة الموارد البشرية';
}
public dismissModal() {

Loading…
Cancel
Save