|
@@ -87,21 +87,22 @@ var ServicePerson={
|
|
|
},
|
|
|
// 人员月出勤率,考勤人数,总人数
|
|
|
getMonthAttendance:function(){
|
|
|
- const list = [];
|
|
|
- list.push({label:"01",sum1:0,sum2:0});
|
|
|
- list.push({label:"02",sum1:0,sum2:0});
|
|
|
- list.push({label:"03",sum1:0,sum2:0});
|
|
|
- list.push({label:"04",sum1:0,sum2:0});
|
|
|
- list.push({label:"05",sum1:0,sum2:0});
|
|
|
- list.push({label:"06",sum1:0,sum2:0});
|
|
|
- list.push({label:"07",sum1:0,sum2:0});
|
|
|
- list.push({label:"08",sum1:0,sum2:0});
|
|
|
- list.push({label:"09",sum1:0,sum2:0});
|
|
|
- list.push({label:"10",sum1:0,sum2:0});
|
|
|
- list.push({label:"11",sum1:48,sum2:50});
|
|
|
- list.push({label:"12",sum1:0,sum2:0});
|
|
|
- return list;
|
|
|
+ // const list = [];
|
|
|
+ // list.push({label:"01",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"02",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"03",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"04",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"05",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"06",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"07",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"08",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"09",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"10",sum1:0,sum2:0});
|
|
|
+ // list.push({label:"11",sum1:48,sum2:50});
|
|
|
+ // list.push({label:"12",sum1:0,sum2:0});
|
|
|
+ // return list;
|
|
|
// return MethodGetService.methodGet("/fbsWorkshopDispatchList/fbsWorkshopDispatchList/getAttendance");
|
|
|
+ return MethodGetService.methodGet("/fbsAbnormalWorkingHours/fbsAbnormalWorkingHours/getMonthAttendance");
|
|
|
},
|
|
|
// 人员日出勤率,考勤人数,总人数
|
|
|
getDayAttendance:function(){
|