|
@@ -73,170 +73,163 @@ $(document).ready(function() {
|
|
|
{
|
|
|
field: 'projectId',
|
|
|
title: '项目定义号',
|
|
|
- sortable: true,
|
|
|
+ width:'120px',
|
|
|
sortName: 'project_id'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectName',
|
|
|
title: '项目名称',
|
|
|
- sortable: true,
|
|
|
+ width:'120px',
|
|
|
sortName: 'project_name'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectType',
|
|
|
- title: '项目类型',
|
|
|
- sortable: true,
|
|
|
+ title: '项目</br>类型',
|
|
|
+ width:'60px',
|
|
|
sortName: 'project_type'
|
|
|
}
|
|
|
,{
|
|
|
field: 'outConstruction',
|
|
|
- title: '工作状态(是否关闭)',
|
|
|
- sortable: true,
|
|
|
+ title: '工作</br>状态',
|
|
|
+ width:'60px',
|
|
|
sortName: 'outConstruction'
|
|
|
}
|
|
|
,{
|
|
|
field: 'approvalDate',
|
|
|
- title: '审定日期',
|
|
|
- sortable: true,
|
|
|
+ title: '审定</br>日期',
|
|
|
+ width:'60px',
|
|
|
sortName: 'approvalDate'
|
|
|
}
|
|
|
,{
|
|
|
field: 'complete',
|
|
|
- title: '是否完成甲供材领退料',
|
|
|
+ title: '是否</br>完成</br>甲供</br>材领</br>退料',
|
|
|
+ width:'60px',
|
|
|
}
|
|
|
,{
|
|
|
field: 'finishDate',
|
|
|
- title: '完成甲供物资领退料的时间',
|
|
|
+ title: '完成</br>甲供</br>物资</br>领退</br>料的</br>时间',
|
|
|
+ width:'60px',
|
|
|
}
|
|
|
,{
|
|
|
field: 'noFinishDate',
|
|
|
- title: '未完成甲供物资领退料的时间',
|
|
|
+ title: '未完</br>成甲</br>供物</br>资领</br>退料</br>的时间',
|
|
|
+ width:'60px',
|
|
|
}
|
|
|
,{
|
|
|
field: 'overdue',
|
|
|
- title: '是否超期',
|
|
|
- sortable: true,
|
|
|
+ title: '是否</br>超期',
|
|
|
+ width:'60px',
|
|
|
sortName: 'overdue'
|
|
|
}
|
|
|
,{
|
|
|
field: 'trial',
|
|
|
- title: '是否决算送审',
|
|
|
- sortable: true,
|
|
|
+ title: '是否</br>决算</br>送审',
|
|
|
+ width:'60px',
|
|
|
sortName: 'trial'
|
|
|
}
|
|
|
,{
|
|
|
field: 'firstFinish',
|
|
|
- title: '是否完成甲供物资领退料(第1次)',
|
|
|
- sortable: true,
|
|
|
+ title: '第1次</br>是否</br>完成</br>甲供</br>物资</br>领退料',
|
|
|
+ width:'60px',
|
|
|
sortName: 'firstFinish'
|
|
|
}
|
|
|
,{
|
|
|
field: 'firstFinishDate',
|
|
|
- title: '完成甲供物资领退料的日期(第1次)',
|
|
|
- sortable: true,
|
|
|
+ title: '第1次完成</br>甲供物资领</br>退料的日期',
|
|
|
+ width:'100px',
|
|
|
sortName: 'firstFinishDate'
|
|
|
}
|
|
|
,{
|
|
|
field: 'secondFinish',
|
|
|
- title: '是否完成甲供物资领退料(第2次)',
|
|
|
- sortable: true,
|
|
|
+ title: '第2次</br>是否</br>完成</br>甲供</br>物资</br>领退料',
|
|
|
+ width:'60px',
|
|
|
sortName: 'secondFinish'
|
|
|
}
|
|
|
,{
|
|
|
field: 'secondFinishDate',
|
|
|
- title: '完成甲供物资领退料的日期(第2次)',
|
|
|
- sortable: true,
|
|
|
+ title: '第2次完成</br>甲供物资领</br>退料的日期',
|
|
|
+ width:'100px',
|
|
|
sortName: 'secondFinishDate'
|
|
|
}
|
|
|
,{
|
|
|
field: 'firstUnits',
|
|
|
- title: '一级单位',
|
|
|
- sortable: true,
|
|
|
+ title: '一级</br>单位',
|
|
|
+ width:'60px',
|
|
|
sortName: 'first_units'
|
|
|
}
|
|
|
,{
|
|
|
field: 'secondUnits',
|
|
|
- title: '二级单位',
|
|
|
- sortable: true,
|
|
|
+ title: '二级</br>单位',
|
|
|
+ width:'60px',
|
|
|
sortName: 'second_units'
|
|
|
}
|
|
|
,{
|
|
|
field: 'underCentralized',
|
|
|
- title: '归口部门',
|
|
|
- sortable: true,
|
|
|
+ title: '归口</br>部门',
|
|
|
+ width:'60px',
|
|
|
sortName: 'underCentralized'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectGrade',
|
|
|
- title: '电压等级',
|
|
|
- sortable: true,
|
|
|
+ title: '电压</br>等级',
|
|
|
+ width:'60px',
|
|
|
sortName: 'project_grade'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectYear',
|
|
|
- title: '项目预算年度',
|
|
|
- sortable: true,
|
|
|
+ title: '项目</br>预算</br>年度',
|
|
|
+ width:'60px',
|
|
|
sortName: 'project_year'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectTotal',
|
|
|
- title: '项目总投资(元)',
|
|
|
- sortable: true,
|
|
|
+ title: '项目总投资',
|
|
|
sortName: 'project_total'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectStart',
|
|
|
title: '实际开工日期',
|
|
|
- sortable: true,
|
|
|
sortName: 'project_start'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectStop',
|
|
|
title: '实际竣工日期',
|
|
|
- sortable: true,
|
|
|
sortName: 'project_stop'
|
|
|
}
|
|
|
,{
|
|
|
field: 'construction',
|
|
|
title: '施工单位',
|
|
|
- sortable: true,
|
|
|
sortName: 'construction'
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectFirm',
|
|
|
title: '事务所名称',
|
|
|
- sortable: true,
|
|
|
sortName: 'project_firm'
|
|
|
}
|
|
|
,{
|
|
|
field: 'subDate',
|
|
|
title: '提交送审日期',
|
|
|
- sortable: true,
|
|
|
sortName: 'subDate'
|
|
|
}
|
|
|
,{
|
|
|
field: 'releaseDate',
|
|
|
title: '审计任务下达日期',
|
|
|
- sortable: true,
|
|
|
sortName: 'releaseDate'
|
|
|
}
|
|
|
,{
|
|
|
field: 'endDate',
|
|
|
title: '审计应结束日时间',
|
|
|
- sortable: true,
|
|
|
sortName: 'endDate'
|
|
|
}
|
|
|
,{
|
|
|
field: 'resultDate',
|
|
|
title: '结果上传时间',
|
|
|
- sortable: true,
|
|
|
sortName: 'resultDate'
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
field: 'settlement',
|
|
|
title: '结算单位',
|
|
|
- sortable: true,
|
|
|
sortName: 'settlement'
|
|
|
}
|
|
|
,{
|