|
|
@@ -45,6 +45,7 @@ $(function(){
|
|
|
"user_id":user_id,
|
|
|
"queryType":1,
|
|
|
"check_status": cur_status,
|
|
|
+ "score_flag":$(".score-select").val()
|
|
|
}
|
|
|
if(hasRole(ROLE_STATION_ADMIN) || hasRole(ROLE_STATION) || hasRole(ROLE_JICHA) || roleContains('STATION')) {
|
|
|
hide = true;
|
|
|
@@ -53,13 +54,14 @@ $(function(){
|
|
|
var cols = [
|
|
|
{width: 40,height:60, text: '序号', flex: true, colClass: 'text-center',field:'num'},
|
|
|
{width: 40,height:60, text: '稽查人员', flex: true,colClass: 'text-center',field:'checkman_name' },
|
|
|
- {width: 100,height:60, text: '任务名称', flex: true,colClass: 'text-center',field:'check_task_name' },
|
|
|
- {width: 100,height:60, text: '时间段', flex: true,colClass: 'text-center',field:'check_task_time_name' },
|
|
|
+ {width: 90,height:60, text: '任务名称', flex: true,colClass: 'text-center',field:'check_task_name' },
|
|
|
+ {width: 90,height:60, text: '时间段', flex: true,colClass: 'text-center',field:'check_task_time_name' },
|
|
|
{width: 40,height:60, text: '考核人员', flex: true,colClass: 'text-center',field:'checked_name' },
|
|
|
{width: 60,height:60, text: '考核部门', flex: true,colClass: 'text-center',field:'feeStationName' },
|
|
|
{width: 40,height:60, text: '扣分数', flex: true, colClass: 'text-center',field:'score'},
|
|
|
+ {width: 60,height:60, text: '考核类型', flex: true, colClass: 'text-center',field:'parent_name'},
|
|
|
{width: 100,height:60, text: '考核项', flex: true, colClass: 'text-center',field:'name'},
|
|
|
- {width: 100,height:60, text: '扣分凭证', type: 'imagedd', flex: true,field:'pics'},
|
|
|
+ {width: 90,height:60, text: '扣分凭证', type: 'imagedd', flex: true,field:'pics'},
|
|
|
];
|
|
|
if(cur_status==12 || cur_status==13){
|
|
|
data.check_status_arr = [12,13];
|
|
|
@@ -170,6 +172,11 @@ $(function(){
|
|
|
}else{
|
|
|
$(".check_score_avg").text(0);
|
|
|
}
|
|
|
+ if(data.checked_num!='' && data.checked_num!=undefined){
|
|
|
+ $(".checked_num").text(data.checked_num);
|
|
|
+ }else{
|
|
|
+ $(".checked_num").text(0);
|
|
|
+ }
|
|
|
}else{
|
|
|
$(".all_check_personal").text(0);
|
|
|
$(".all_check_task").text(0);
|
|
|
@@ -177,6 +184,7 @@ $(function(){
|
|
|
$(".all_checkman").text(0);
|
|
|
$(".all_check_score").text(0);
|
|
|
$(".check_score_avg").text(0);
|
|
|
+ $(".checked_num").text(0);
|
|
|
}
|
|
|
},function(error){
|
|
|
return "" ;
|