add open time card function

new-time-card
Mohamed Mekawy 6 years ago
parent a09bac4b6e
commit 594e875156

@ -558,6 +558,9 @@ export class HomePage implements OnInit {
if (subMenu.REQUEST_TYPE === 'PAYSLIP') { if (subMenu.REQUEST_TYPE === 'PAYSLIP') {
this.common.openPayslipPage(); this.common.openPayslipPage();
} }
if (subMenu.REQUEST_TYPE === 'TIME_CARD') {
this.common.openTimeCardPage();
}
} }
getAccrualBalance() { getAccrualBalance() {

Loading…
Cancel
Save