|
|
|
|
@ -110,7 +110,7 @@ export class EitListComponent implements OnInit {
|
|
|
|
|
getUserDetails(){
|
|
|
|
|
this.authService.loadAuthenticatedUser().subscribe((user: AuthenticatedUser) => {
|
|
|
|
|
if (user) {
|
|
|
|
|
this.emp_no=user.EMPLOYEE_NUMBER;
|
|
|
|
|
// this.emp_no=user.EMPLOYEE_NUMBER;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
@ -124,7 +124,7 @@ export class EitListComponent implements OnInit {
|
|
|
|
|
let todayDate = month + '/' + day + '/' + year;
|
|
|
|
|
let effectiveDate = todayDate;
|
|
|
|
|
const request = {
|
|
|
|
|
P_SELECTED_EMPLOYEE_NUMBER: this.emp_no,
|
|
|
|
|
P_SELECTED_EMPLOYEE_NUMBER: this.selEmp,
|
|
|
|
|
P_EFFECTIVE_DATE: effectiveDate
|
|
|
|
|
};
|
|
|
|
|
this.accrualService
|
|
|
|
|
|