|
@@ -36,6 +36,7 @@ $(function(){
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function queryAppeal(start_date,end_date,user_id){
|
|
function queryAppeal(start_date,end_date,user_id){
|
|
|
|
|
+
|
|
|
var data = {
|
|
var data = {
|
|
|
"start_date":start_date,
|
|
"start_date":start_date,
|
|
|
"end_date":end_date,
|
|
"end_date":end_date,
|
|
@@ -50,7 +51,7 @@ $(function(){
|
|
|
var cols = [
|
|
var cols = [
|
|
|
{width: 50, text: '序号', flex: true, colClass: 'text-center',field:'num'},
|
|
{width: 50, text: '序号', flex: true, colClass: 'text-center',field:'num'},
|
|
|
{width: 100, text: '时间段', flex: true,colClass: 'text-center',field:'check_task_time_name' },
|
|
{width: 100, text: '时间段', flex: true,colClass: 'text-center',field:'check_task_time_name' },
|
|
|
- {width: 60, text: '扣分数', flex: true, colClass: 'text-center',field:'score'},
|
|
|
|
|
|
|
+ {width: 60, text: '扣分数', flex: true, colClass: 'text-center',field:'score',nullvalue:'0'},
|
|
|
{width: 100, text: '考核类型', flex: true, colClass: 'text-center',sort: 'down',field:'parent_name'},
|
|
{width: 100, text: '考核类型', flex: true, colClass: 'text-center',sort: 'down',field:'parent_name'},
|
|
|
{width: 100, text: '考核项', flex: true, colClass: 'text-center',sort: 'down',field:'name'},
|
|
{width: 100, text: '考核项', flex: true, colClass: 'text-center',sort: 'down',field:'name'},
|
|
|
{width: 100, text: '扣分凭证', type: 'imagedd', flex: true, hide:hide,field:'pics'},
|
|
{width: 100, text: '扣分凭证', type: 'imagedd', flex: true, hide:hide,field:'pics'},
|