dev_mashfiq #4
|
@ -76,7 +76,15 @@ export class ProductionBonusAttendanceComponent implements OnInit {
|
||||||
// this.Loadlayout();
|
// this.Loadlayout();
|
||||||
this.productionBonusSetup = new ProductionBonusSetup();
|
this.productionBonusSetup = new ProductionBonusSetup();
|
||||||
this.showScheduleDate = false;
|
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.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)
|
this.endTime = this.setTime(this.endTime, 23, 0, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user