|
|
|
|
@ -22,6 +22,7 @@ export class AbsenceReplacementListComponent implements OnInit {
|
|
|
|
|
selectedValue: any;
|
|
|
|
|
inputSearch: any;
|
|
|
|
|
selEmpName: any;
|
|
|
|
|
selectedReplacedEmp: any;
|
|
|
|
|
selectedUserInf: any;
|
|
|
|
|
userNote: any;
|
|
|
|
|
getPassNotificationDetails: any;
|
|
|
|
|
@ -63,7 +64,7 @@ export class AbsenceReplacementListComponent implements OnInit {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ngOnInit() {
|
|
|
|
|
|
|
|
|
|
this.selectedReplacedEmp = this.cs.sharedService.getSharedData('selectedReplacedEmp');
|
|
|
|
|
this.demoeAttach = [{
|
|
|
|
|
USER_NAME: '18888',
|
|
|
|
|
EMPLOYEE_DISPLAY_NAME: "AAA fgfhfhfhf hyutyututut ",
|
|
|
|
|
@ -147,7 +148,7 @@ export class AbsenceReplacementListComponent implements OnInit {
|
|
|
|
|
// this.WorkListReplacmentEmployeeObj.P_SEARCH_EMPLOYEE_DISPLAY_NAME="";
|
|
|
|
|
// this.WorkListReplacmentEmployeeObj.P_SEARCH_EMAIL_ADDRESS=this.inputSearch;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
this.WorkListReplacmentEmployeeObj.P_SELECTED_EMPLOYEE_NUMBER =this.selectedReplacedEmp;
|
|
|
|
|
this.worklistService.getReplacmentEmployeeList(this.WorkListReplacmentEmployeeObj).
|
|
|
|
|
subscribe((result: WorKListReplacmentEmployeeResponse) => {
|
|
|
|
|
this.handleWorkListReplacmentEmployeeResult(result);
|
|
|
|
|
|