Compare commits
3 Commits
4ab0535819
...
6babd91d22
Author | SHA1 | Date | |
---|---|---|---|
6babd91d22 | |||
77a7512781 | |||
110fc609ac |
|
@ -455,7 +455,7 @@ export class ProductionBonusAttendanceComponent implements OnInit {
|
||||||
public scheduleDateChange(date: any){
|
public scheduleDateChange(date: any){
|
||||||
debugger;
|
debugger;
|
||||||
date;
|
date;
|
||||||
if(this.selectedProdBSdata != undefined && this.selectedLine != undefined ){
|
if (date > new Date( 2015,1,1) && this.selectedProdBSdata != undefined && this.selectedLine != undefined ) {
|
||||||
|
|
||||||
const fromDate = new Date(this.productionBonusSetup.fromDate.setHours(0, 0, 0, 0));
|
const fromDate = new Date(this.productionBonusSetup.fromDate.setHours(0, 0, 0, 0));
|
||||||
const toDate = new Date(this.productionBonusSetup.toDate.setHours(0, 0, 0, 0));
|
const toDate = new Date(this.productionBonusSetup.toDate.setHours(0, 0, 0, 0));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user