|
@@ -1217,32 +1217,32 @@
|
|
autoSort: false,
|
|
autoSort: false,
|
|
initSort: self.sort,
|
|
initSort: self.sort,
|
|
cols: [[ // 设置表头
|
|
cols: [[ // 设置表头
|
|
- {type: 'numbers', fixed: 'left', align: 'center', width: 44, title: '序号'},
|
|
|
|
- {field: 'subName', fixed: 'left', title: '项目名称', width: 200, templet: '#subName'},
|
|
|
|
|
|
+ {type: 'numbers', align: 'center', minwidth: 44, title: '序号'},
|
|
|
|
+ {field: 'subName', title: '项目名称', minwidth: 200, templet: '#subName'},
|
|
/* {
|
|
/* {
|
|
field: 'abc',
|
|
field: 'abc',
|
|
type: 'string',
|
|
type: 'string',
|
|
title: 'ABC',
|
|
title: 'ABC',
|
|
- fixed: 'left',
|
|
|
|
|
|
+
|
|
align: 'center',
|
|
align: 'center',
|
|
width: 60,
|
|
width: 60,
|
|
templet: "#abcSpan"
|
|
templet: "#abcSpan"
|
|
},*/
|
|
},*/
|
|
- // {field: 'offsetLight', title: '偏离状态', fixed: 'left', minWidth: 150, templet: '#offsetLight'},
|
|
|
|
|
|
+ // {field: 'offsetLight', title: '偏离状态', minWidth: 150, templet: '#offsetLight'},
|
|
// {field: 'statusName', title: '项目进度', width: 200},
|
|
// {field: 'statusName', title: '项目进度', width: 200},
|
|
// {field: 'amtTotal', title: '投资金额', minWidth: 250, templet: '#amt', sort:"amtTotal"},
|
|
// {field: 'amtTotal', title: '投资金额', minWidth: 250, templet: '#amt', sort:"amtTotal"},
|
|
// {field: 'offset', title: '偏离度-%', width: 100},
|
|
// {field: 'offset', title: '偏离度-%', width: 100},
|
|
// {field: 'fileId', title: '现场影像', width: 150, templet:'#imageDiv'},
|
|
// {field: 'fileId', title: '现场影像', width: 150, templet:'#imageDiv'},
|
|
- // {field: 'subName', fixed: 'left', title: '项目名称', width: 200, templet: '#subName'},
|
|
|
|
- {field: 'subjectName', title: '项目所在地', width: 200},
|
|
|
|
|
|
+ // {field: 'subName', title: '项目名称', width: 200, templet: '#subName'},
|
|
|
|
+ {field: 'subjectName', title: '项目所在地', minwidth: 200},
|
|
{
|
|
{
|
|
- field: 'amtTotal', title: '项目建设内容(亿元)', width: 200, templet: function (d) {
|
|
|
|
|
|
+ field: 'amtTotal', title: '项目建设内容(亿元)', minwidth: 200, templet: function (d) {
|
|
return (d.amtTotal / 10000).toFixed(2) + "亿元";
|
|
return (d.amtTotal / 10000).toFixed(2) + "亿元";
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {field: 'preProceNum', title: '预计开工时间', width: 160, templet: '#date'},
|
|
|
|
- {field: 'xmbaStatus', title: '前期手续办理情况', width: 160, templet: '#preInfo'},
|
|
|
|
- {field: 'remark', title: '备注', width: 245, templet: '#remark'},
|
|
|
|
|
|
+ {field: 'preProceNum', title: '预计开工时间', minwidth: 160, templet: '#date'},
|
|
|
|
+ {field: 'xmbaStatus', title: '前期手续办理情况', minwidth: 160, templet: '#preInfo'},
|
|
|
|
+ {field: 'remark', title: '备注', minwidth: 245, templet: '#remark'},
|
|
// {field: 'indusKindName', title: '所属行业', width: 115},
|
|
// {field: 'indusKindName', title: '所属行业', width: 115},
|
|
// {field: 'zjly', title: '资金来源', width: 115, templet: '#zjly'},
|
|
// {field: 'zjly', title: '资金来源', width: 115, templet: '#zjly'},
|
|
// {field: 'mainName', title: '日常责任监管单位', width: 115},
|
|
// {field: 'mainName', title: '日常责任监管单位', width: 115},
|
|
@@ -1264,7 +1264,7 @@
|
|
return "";
|
|
return "";
|
|
}
|
|
}
|
|
},*/
|
|
},*/
|
|
- {title: '操作', width: 225, toolbar: '#toolBar', fixed: 'right'},
|
|
|
|
|
|
+ {title: '操作', minwidth: 225, toolbar: '#toolBar', fixed: 'right'},
|
|
]],
|
|
]],
|
|
fixed: true,
|
|
fixed: true,
|
|
height: window.screen.availHeight - 450,
|
|
height: window.screen.availHeight - 450,
|