ok
This commit is contained in:
parent
c6e4e695c5
commit
b9bf8ed635
|
|
@ -37,7 +37,7 @@ export class ReadAttendanceRawdataComponent {
|
||||||
public employees: Employee[] = [];
|
public employees: Employee[] = [];
|
||||||
selectedCard: any;
|
selectedCard: any;
|
||||||
entryModes: any = EnumExtension.getNamesAndValues(EnumEntryMode);
|
entryModes: any = EnumExtension.getNamesAndValues(EnumEntryMode);
|
||||||
format: string = ".csv (Column Names: EmpNo,PunchTime)"; // (Date Time Format: MM/dd/yyyy h:mm)
|
format: string = ".csv (Column Names: EmpNo,PunchTime,CardNo)"; // (Date Time Format: MM/dd/yyyy h:mm)
|
||||||
public gridView: GridDataResult;
|
public gridView: GridDataResult;
|
||||||
public gridView2: GridDataResult;
|
public gridView2: GridDataResult;
|
||||||
public mandatoryItems: mandatoryData[] = [];
|
public mandatoryItems: mandatoryData[] = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user