|
@@ -13,7 +13,6 @@ $(function(){
|
|
|
function initAppealPage(start_date,end_date,user_id) {
|
|
function initAppealPage(start_date,end_date,user_id) {
|
|
|
|
|
|
|
|
initQueryParams();
|
|
initQueryParams();
|
|
|
- initTableRowBtn();
|
|
|
|
|
queryAppeal(start_date,end_date,user_id);
|
|
queryAppeal(start_date,end_date,user_id);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -51,21 +50,6 @@ $(function(){
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- //初始化表行按钮
|
|
|
|
|
- function initTableRowBtn() {
|
|
|
|
|
- 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: 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: 100,height:60, text: '考核项', flex: true, colClass: 'text-center',field:'name'},
|
|
|
|
|
- {width: 100,height:60, text: '扣分凭证', type: 'imagedd', flex: true, hide:hide,field:'pics'},
|
|
|
|
|
- ];
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
function queryAppeal(start_date,end_date,user_id){
|
|
function queryAppeal(start_date,end_date,user_id){
|
|
|
|
|
|
|
|
var data = {
|
|
var data = {
|