fixed sprint 2 issues

MOE-PHASE-2
umasoodch 3 years ago
parent 4bc778b2cb
commit 7544d0c721

@ -129,8 +129,8 @@
bottom: 0; bottom: 0;
} }
.label-text{ .label-text{
font-size: 12px; font-size: 10px;
padding: 5px; padding: 5px;
position: relative; position: relative;
bottom: 3px; bottom: 5px;
} }

@ -62,10 +62,10 @@
<ion-label class="labelRadio">{{'vacation-rule, all-label' | translate}}</ion-label> <ion-label class="labelRadio">{{'vacation-rule, all-label' | translate}}</ion-label>
<ion-radio color="secondary" mode="md" checked value="*"></ion-radio> <ion-radio color="secondary" mode="md" checked value="*"></ion-radio>
</ion-item> </ion-item>
<ion-item> <!-- <ion-item>
<ion-label class="labelRadio">{{'vacation-rule, select-label' | translate}}</ion-label> <ion-label class="labelRadio">{{'vacation-rule, select-label' | translate}}</ion-label>
<ion-radio color="secondary" mode="md" value="sel_opt"></ion-radio> <ion-radio color="secondary" mode="md" value="sel_opt"></ion-radio>
</ion-item> </ion-item> -->
</ion-radio-group> </ion-radio-group>
</ion-list> </ion-list>
</ion-row> </ion-row>
@ -137,10 +137,10 @@
<ion-label class="labelRadio">{{assignMode.RADIO_BUTTON_LABEL}}</ion-label> <ion-label class="labelRadio">{{assignMode.RADIO_BUTTON_LABEL}}</ion-label>
<ion-radio color="secondary" mode="md" value="{{assignMode.RADIO_BUTTON_ACTION}}" [checked]="i==0"></ion-radio> <ion-radio color="secondary" mode="md" value="{{assignMode.RADIO_BUTTON_ACTION}}" [checked]="i==0"></ion-radio>
</ion-item> </ion-item>
<ion-item *ngIf="isDeliver"> <!-- <ion-item *ngIf="isDeliver">
<ion-label class="labelRadio">{{'vacation-rule, deliver' | translate}}</ion-label> <ion-label class="labelRadio">{{'vacation-rule, deliver' | translate}}</ion-label>
<ion-radio color="secondary" mode="md" value="DELIVER"></ion-radio> <ion-radio color="secondary" mode="md" value="DELIVER"></ion-radio>
</ion-item> </ion-item> -->
<ion-item *ngIf="showForType_Y"> <ion-item *ngIf="showForType_Y">
<ion-label class="labelRadio">{{'vacation-rule, close' | translate}}</ion-label> <ion-label class="labelRadio">{{'vacation-rule, close' | translate}}</ion-label>

@ -62,7 +62,8 @@ export class VacationTypeComponent implements OnInit {
selectInput: any; selectInput: any;
textInput: TextInput; textInput: TextInput;
hideForwordEmployee: any; hideForwordEmployee: any;
notifTypeSelP2: string; // notifTypeSelP2: string;
notifTypeSelP2 = "*";
P_RESPOND_ATTRIBUTES_TBL: any=[]; P_RESPOND_ATTRIBUTES_TBL: any=[];
vacationRuleRequest: createVacationRequest; vacationRuleRequest: createVacationRequest;
confirmMsg: string; confirmMsg: string;
@ -309,6 +310,7 @@ export class VacationTypeComponent implements OnInit {
this.notification_list = result.GetItemTypeNotificationsList; this.notification_list = result.GetItemTypeNotificationsList;
//rest radio button of notifTypeSel (All , select) //rest radio button of notifTypeSel (All , select)
this.notificationTypeShow=true; this.notificationTypeShow=true;
this.NextPage();
} else { } else {
this.cs.presentAlert(result.ErrorEndUserMessage); this.cs.presentAlert(result.ErrorEndUserMessage);

@ -443,7 +443,7 @@
}, },
"select": { "select": {
"en": "Please select", "en": "Please select",
"ar": "إختر لو سمحت" "ar": "الرجاء الاختيار"
}, },
"need": { "need": {
"en": "You need", "en": "You need",
@ -1437,7 +1437,7 @@
}, },
"busG": { "busG": {
"en": "Business Group", "en": "Business Group",
"ar": "الإدارة" "ar": "مجموعة العمل"
}, },
"phone-no": { "phone-no": {
"en": "Phone Number", "en": "Phone Number",
@ -1465,7 +1465,7 @@
}, },
"payrol": { "payrol": {
"en": "Payroll", "en": "Payroll",
"ar": "سجل الرواتب" "ar": "كشف الرواتب"
}, },
"orgEmail": { "orgEmail": {
"en": "Organization Email Address", "en": "Organization Email Address",

Loading…
Cancel
Save