|
|
|
|
306
|
this.monthModalData.days = row.clockingDays
|
306
|
this.monthModalData.days = row.clockingDays
|
307
|
this.monthModalData.EMPLOYEE_ID = row.EMPLOYEE_ID
|
307
|
this.monthModalData.EMPLOYEE_ID = row.EMPLOYEE_ID
|
308
|
var lastDay = this.getLastDay(this.queryCondition.singleDateVal+'-01')
|
308
|
var lastDay = this.getLastDay(this.queryCondition.singleDateVal+'-01')
|
309
|
debugger
|
|
|
310
|
this.$test
|
309
|
this.$test
|
311
|
.post(services.areaInOutRecord.GET_ATTENDANCE_DETAILE, {
|
310
|
.post(services.areaInOutRecord.GET_ATTENDANCE_DETAILE, {
|
312
|
data:{
|
311
|
data:{
|