diff --git a/HRM.UI/ClientApp/src/app/payroll-ot/production-bonus-attendance/production-bonus-attendance.component.ts b/HRM.UI/ClientApp/src/app/payroll-ot/production-bonus-attendance/production-bonus-attendance.component.ts index 654973f..f423f8d 100644 --- a/HRM.UI/ClientApp/src/app/payroll-ot/production-bonus-attendance/production-bonus-attendance.component.ts +++ b/HRM.UI/ClientApp/src/app/payroll-ot/production-bonus-attendance/production-bonus-attendance.component.ts @@ -76,7 +76,15 @@ export class ProductionBonusAttendanceComponent implements OnInit { // this.Loadlayout(); this.productionBonusSetup = new ProductionBonusSetup(); this.showScheduleDate = false; + + // this.startTime.setHours(6); + // this.startTime.setMinutes(0); + // this.startTime.setSeconds(0); this.startTime = this.setTime(this.startTime, 6, 0, 0) + + // this.endTime.setHours(23); + // this.endTime.setMinutes(0); + // this.endTime.setSeconds(0); this.endTime = this.setTime(this.endTime, 23, 0, 0) }