|
@@ -50,14 +50,14 @@ function queryTable(){
|
|
|
var cols = [
|
|
var cols = [
|
|
|
{width: 30, text: '序号', flex: false, colClass: 'text-center',field:'num'},
|
|
{width: 30, text: '序号', flex: false, colClass: 'text-center',field:'num'},
|
|
|
{width: 100, text: '任务名称', flex: false,colClass: '',field:'name'},
|
|
{width: 100, text: '任务名称', flex: false,colClass: '',field:'name'},
|
|
|
- {width: 80, text: '考核人员', flex: false, colClass: '',field:'appeal_man_name'},
|
|
|
|
|
- {width: 100, text: '考核部门', flex: false, colClass: '',sort: 'down',field:'appeal_dept_name'},
|
|
|
|
|
- {width: 80, text: '稽查人员', type: 'string', flex: false, hide:true,colClass: '',field:'verify_person_name'},
|
|
|
|
|
- {width: 120, text: '稽查时间段', type: 'string',custom:'-24:00', flex: false, colClass: '',field:'start_time'},
|
|
|
|
|
- {width: 80, text: '状态', type: 'string', flex: false, colClass: '',field:'code_name'},
|
|
|
|
|
- {width: 120, text: '上次稽查时间', type: 'string', flex: false, colClass: '',field:'start_time'},
|
|
|
|
|
|
|
+ {width: 80, text: '申诉人员', flex: false, colClass: '',field:'appeal_man_name'},
|
|
|
|
|
+ {width: 100, text: '申诉部门', flex: false, colClass: '',sort: 'down',field:'appeal_dept_name'},
|
|
|
|
|
+ {width: 80, text: '稽查人员', type: 'string', flex: false, hide:hide,colClass: '',field:'verify_person_name'},
|
|
|
|
|
+ {width: 120, text: '稽查时间段', type: 'string', flex: false, colClass: '',field:'check_period'},
|
|
|
|
|
+ {width: 80, text: '状态', type: 'string', flex: false, colClass: '',field:'check_status_name'},
|
|
|
|
|
+ // {width: 120, text: '上次稽查时间', type: 'string', flex: false, colClass: '',field:'start_time'},
|
|
|
{width: 100, text: '操作', flex: false, colClass: '',field:'id',field_other:'task_id',oper:[
|
|
{width: 100, text: '操作', flex: false, colClass: '',field:'id',field_other:'task_id',oper:[
|
|
|
- {func:'seeCheckAudit',text:'查看稽查结果',col_class:''},{func:'seeDetail',text:'详情',col_class:''}
|
|
|
|
|
|
|
+ {func:'seeCheckAudit',text:'处理',col_class:''},{func:'seeDetail',text:'详情',col_class:''}
|
|
|
]},
|
|
]},
|
|
|
] ;
|
|
] ;
|
|
|
|
|
|
|
@@ -90,21 +90,28 @@ function queryUnAssignedTable(){
|
|
|
"start_time": $("#start_time").val(),
|
|
"start_time": $("#start_time").val(),
|
|
|
"end_time": $("#end_time").val(),
|
|
"end_time": $("#end_time").val(),
|
|
|
"checked_dept": $("#dept_select").val(),
|
|
"checked_dept": $("#dept_select").val(),
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
var hide = false;
|
|
var hide = false;
|
|
|
if(hasRole(ROLE_STATION_ADMIN) || hasRole(ROLE_STATION)) {
|
|
if(hasRole(ROLE_STATION_ADMIN) || hasRole(ROLE_STATION)) {
|
|
|
hide = true;
|
|
hide = true;
|
|
|
}
|
|
}
|
|
|
var cols = [
|
|
var cols = [
|
|
|
- {width: 30, text: '序号', flex: false, colClass: 'text-center',field:'num'},
|
|
|
|
|
- {width: 100, text: '任务名称', flex: false,colClass: '',field:'name'},
|
|
|
|
|
- {width: 80, text: '考核人员', flex: false, colClass: '',field:'appeal_man_name'},
|
|
|
|
|
- {width: 100, text: '考核部门', flex: false, colClass: '',sort: 'down',field:'appeal_dept_name'},
|
|
|
|
|
- {width: 80, text: '稽查人员', type: 'string', flex: false, hide:true,colClass: '',field:'verify_person_name'},
|
|
|
|
|
- {width: 120, text: '稽查时间段', type: 'string', flex: false, colClass: '',field:'start_time'},
|
|
|
|
|
- {width: 80, text: '状态', type: 'string', flex: false, colClass: '',field:'code_name'},
|
|
|
|
|
- {width: 120, text: '上次稽查时间', type: 'string', flex: false, colClass: '',field:'start_time'},
|
|
|
|
|
|
|
+ // {width: 30, text: '序号', flex: false, colClass: 'text-center',field:'num'},
|
|
|
|
|
+ // {width: 100, text: '任务名称', flex: false,colClass: '',field:'name'},
|
|
|
|
|
+ // {width: 80, text: '考核人员', flex: false, colClass: '',field:'appeal_man_name'},
|
|
|
|
|
+ // {width: 100, text: '考核部门', flex: false, colClass: '',sort: 'down',field:'appeal_dept_name'},
|
|
|
|
|
+ // {width: 80, text: '稽查人员', type: 'string', flex: false, hide:true,colClass: '',field:'verify_person_name'},
|
|
|
|
|
+ // {width: 120, text: '稽查时间段', type: 'string', flex: false, colClass: '',field:'start_time'},
|
|
|
|
|
+ // {width: 80, text: '状态', type: 'string', flex: false, colClass: '',field:'code_name'},
|
|
|
|
|
+ // {width: 120, text: '上次稽查时间', type: 'string', flex: false, colClass: '',field:'start_time'},
|
|
|
|
|
+ {width: 80, text: '序号', type: 'number', flex: true, colClass: 'text-center',field: 'num'},
|
|
|
|
|
+ {width: 160, text: '任务名称', type: 'string', flex: true, sort: 'down',field: 'name'},
|
|
|
|
|
+ {width: 80, text: '申诉人员', type: 'string', flex: true, field: 'checked_person_name'},
|
|
|
|
|
+ {width: 160, text: '申诉部门', type: 'string', flex: true, sort: 'down',field: 'checked_dept_name'},
|
|
|
|
|
+ {width: 80, text: '稽查人员', type: 'string', flex: true, hide:hide,field: 'checkman_name'},
|
|
|
|
|
+ {width: 160, text: '稽查时间段', type: 'string', flex: true, sort: 'down',field: 'check_period'},
|
|
|
|
|
+ {width: 80, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'},
|
|
|
{width: 100, text: '操作', flex: false, colClass: '',field:'id',field_other:'task_id',oper:[
|
|
{width: 100, text: '操作', flex: false, colClass: '',field:'id',field_other:'task_id',oper:[
|
|
|
{func:'seeCheckAudit',text:'查看稽查结果',col_class:''},{func:'seeDetail',text:'详情',col_class:''}
|
|
{func:'seeCheckAudit',text:'查看稽查结果',col_class:''},{func:'seeDetail',text:'详情',col_class:''}
|
|
|
]},
|
|
]},
|