|
|
@@ -24,11 +24,11 @@ $(document).ready(function(){
|
|
|
{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, colClass: '',field:'verify_person_name'},
|
|
|
- {width: 120, text: '稽查时间段', type: 'string',custom:' 00:00-24:00', flex: false, colClass: '',field:'start_time'},
|
|
|
+ {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: 100, text: '操作', flex: false, colClass: '',field:'id',field_other:'task_id',oper:[
|
|
|
- {func:'seeCheckAudit',text:'查看稽查结果',col_class:''},{func:'distributionAgain',text:'在分配',col_class:''}
|
|
|
+ {func:'seeCheckAudit',text:'查看稽查结果',col_class:''},{func:'distributionAgain',text:'在分配',col_class:''},{func:'seeDetail',text:'详情',col_class:''}
|
|
|
]},
|
|
|
] ;
|
|
|
|
|
|
@@ -69,3 +69,8 @@ function distributionAgain(id,task_id){
|
|
|
alert("task_id:"+task_id+"---id:"+id)
|
|
|
}
|
|
|
|
|
|
+//详情
|
|
|
+function seeDetail(id,task_id){
|
|
|
+ alert("task_id:"+task_id+"---id:"+id)
|
|
|
+}
|
|
|
+
|