|
@@ -86,7 +86,7 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'type',
|
|
|
title: '类型',
|
|
|
- sortName: 'type'
|
|
|
+ width:50
|
|
|
,formatter:function(value, row , index){
|
|
|
|
|
|
if(value == null || value ==""){
|
|
@@ -110,81 +110,80 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'demandUnit',
|
|
|
title: '需求提出单位',
|
|
|
- sortName: 'demandUnit'
|
|
|
+ width:100
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'bdzName',
|
|
|
title: '变电站名称',
|
|
|
- sortName: 'bdzName'
|
|
|
+ width:100
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'lineName',
|
|
|
title: '线路名称',
|
|
|
- sortName: 'lineName'
|
|
|
+ width:100
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'requireName',
|
|
|
title: '项目需求名称',
|
|
|
- sortName: 'requireName'
|
|
|
+ width:120
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'bulidClassificationResons',
|
|
|
title: '建设理由分类',
|
|
|
- sortable: true,
|
|
|
- sortName: 'bulidClassificationResons'
|
|
|
+ width:100
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'bulbidResons',
|
|
|
title: '建设理由',
|
|
|
- width:250,
|
|
|
- sortName: 'bulbidResons'
|
|
|
+ width:300
|
|
|
+
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'asicEquipment',
|
|
|
title: '设备基本情况',
|
|
|
- sortName: 'asicEquipment'
|
|
|
+ width:120
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'runTheClass',
|
|
|
title: '运行班',
|
|
|
- sortName: 'runTheClass'
|
|
|
+ width:120
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'projectTeam',
|
|
|
title: '项目组',
|
|
|
- sortName: 'projectTeam'
|
|
|
+ width:120
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'costEstimate',
|
|
|
title: '费用估算',
|
|
|
- sortName: 'costEstimate'
|
|
|
+ width:120
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'whetherRheUpwind',
|
|
|
title: '是否迎风期度夏项目',
|
|
|
- sortName: 'whetherRheUpwind'
|
|
|
+ width:120
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'sureDaDate',
|
|
|
title: '确定下达时间',
|
|
|
- sortName: 'sureDaDate'
|
|
|
+ width:120
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'textRemark',
|
|
|
title: '备注',
|
|
|
- sortName: 'textRemark'
|
|
|
+ width:120
|
|
|
}
|
|
|
]
|
|
|
|