|
|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
|
|
|
|
|
<ion-item class="selectItem">
|
|
|
|
|
<ion-label>{{'vacation-rule, itemType' | translate}}</ion-label>
|
|
|
|
|
<ion-select okText='{{"general, ok" | translate }}' cancelText='{{"general, cancel" | translate }}'
|
|
|
|
|
<ion-select mode="ios" okText='{{"general, ok" | translate }}' cancelText='{{"general, cancel" | translate }}'
|
|
|
|
|
[(ngModel)]="index" (ionChange)="vacationRuleSel($event)" required>
|
|
|
|
|
<ion-select-option [selected]="x.ITEM_TYPE_DISPLAY_NAME" value="{{i}}"
|
|
|
|
|
*ngFor="let x of ruleTypeList; let i=index;">
|
|
|
|
|
@ -79,9 +79,9 @@
|
|
|
|
|
|
|
|
|
|
<ion-row>
|
|
|
|
|
|
|
|
|
|
<ion-item class="selectItem" *ngIf="notifTypeSelP2=='sel_opt'" >
|
|
|
|
|
<ion-item class="selectItem " *ngIf="notifTypeSelP2=='sel_opt'" >
|
|
|
|
|
<ion-label>{{'vacation-rule, notification' | translate}}</ion-label>
|
|
|
|
|
<ion-select okText='{{"general, ok" | translate }}' cancelText='{{"general, cancel" | translate }}'
|
|
|
|
|
<ion-select mode="ios" class="notifiSelect" okText='{{"general, ok" | translate }}' cancelText='{{"general, cancel" | translate }}'
|
|
|
|
|
[(ngModel)]="var_notification" (ionChange)="notificationSel($event)" >
|
|
|
|
|
<ion-select-option value="{{i}}" *ngFor="let x of notification_list; let i=index">
|
|
|
|
|
{{x.NOTIFICATION_DISPLAY_NAME}}
|
|
|
|
|
|