|
|
@@ -54,14 +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: 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: 50,height:60, text: '任务名称', flex: true,colClass: 'text-center',field:'check_task_name' },
|
|
|
+ {width: 60,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: 90,height:60, text: '扣分凭证', type: 'imagedd', flex: true,field:'pics'},
|
|
|
+ {width: 200,height:60, text: '扣分凭证', type: 'imagedd', flex: true,field:'pics'},
|
|
|
];
|
|
|
if(cur_status==12 || cur_status==13){
|
|
|
data.check_status_arr = [12,13];
|