dev_mashfiq #34
|
@ -92,6 +92,9 @@ export class NomineeListComponent implements OnInit {
|
|||
notApli = this.occupations.find(o => o.description.toUpperCase() == 'N/A');
|
||||
if (notApli != null)
|
||||
this.nominee.occupationID = notApli.id;
|
||||
let np = this.nominationPurposes.find(n => n.id == 8);
|
||||
if(this.nominationPurposes != null && np != null)
|
||||
this.nominee.nominationPurposeID = np.id;
|
||||
this.isDisplay = true;
|
||||
}
|
||||
public editHandler(rowIndex: any) {
|
||||
|
|
|
@ -419,7 +419,7 @@ export class EmployeePayrollProfileComponent implements OnInit {
|
|||
this.selectedEmployee.categoryID = this.employee.categoryID;
|
||||
this.selectedEmployee.name = this.employee.name;
|
||||
this.selectedEmployee.employeeNo = this.employee.employeeNo;
|
||||
this.showBankAccount = true;
|
||||
// this.showBankAccount = true;
|
||||
|
||||
} else {
|
||||
this.employee = new Employee();
|
||||
|
|
Loading…
Reference in New Issue
Block a user