|
|
@@ -128,11 +128,11 @@ function gethtml(data,i,avg,lists){
|
|
|
strTbody += "<tr><td rowspan="+rowspan+" width='6%'>"+order+"</td>"+"<td rowspan="+rowspan+" width='6%'>"+name+"</td>";
|
|
|
strTbody+="<td width='6%'>"+ranking+"</td><td width='8%'>"+data.name+"</td><td width='6%'>"+filter(data.people_num,'0')
|
|
|
+"</td><td width='6%'>"+filter(data.checked_people_num,'0')
|
|
|
- +"</td><td width='6%'>"+filter(data.checked_num,'0')+"</td><td width='67px'>"+getItemScore(data, '环境卫生')
|
|
|
- +"</td><td width='67px'>"+getItemScore(data, '仪容仪表')+"</td><td width='67px'>"+getItemScore(data, '表情')
|
|
|
- +"</td><td width='67px'>"+getItemScore(data, '动作')+"</td><td width='67px'>"+getItemScore(data, '文明用语')
|
|
|
- +"</td><td width='67px'>"+getItemScore(data, '工作纪律')+"</td><td width='67px'>"+getItemScore(data, '便民服务')
|
|
|
- +"</td><td width='67px'>"+getItemScore(data, '安全管理')+"</td><td width='6%'>"+data.all_check_score+"</td><td width='6%'>"
|
|
|
+ +"</td><td width='6%'>"+filter(data.checked_num,'0')+"</td><td width='54px'>"+getItemScore(data, '环境卫生')
|
|
|
+ +"</td><td width='54px'>"+getItemScore(data, '仪容仪表')+"</td><td width='54px'>"+getItemScore(data, '表情')
|
|
|
+ +"</td><td width='54px'>"+getItemScore(data, '动作')+"</td><td width='54px'>"+getItemScore(data, '文明用语')
|
|
|
+ +"</td><td width='54px'>"+getItemScore(data, '工作纪律')+"</td><td width='54px'>"+getItemScore(data, '便民服务')
|
|
|
+ +"</td><td width='54px'>"+getItemScore(data, '安全管理')+"</td><td>"+data.all_check_score+"</td><td width='6%'>"
|
|
|
+filterByZeroHandle(filterJudge(data.all_check_score,data.checked_num),'0')
|
|
|
+"</td><td rowspan="+rowspan+" width='6%'>"+avg+"</td>";
|
|
|
strTbody += "</tr>";
|