|
@@ -408,12 +408,12 @@
|
|
|
<div style=" clear:both;"></div>
|
|
|
</div>
|
|
|
<div id="moresees" style="clear:both;display:none;" class="lw6">
|
|
|
- <div class="layui-item query athird">
|
|
|
+ <%--<div class="layui-item query athird">
|
|
|
<label class="layui-form-label">项目编号:</label>
|
|
|
<div class="layui-input-block with-icon">
|
|
|
<form:input path="projectId" htmlEscape="false" maxlength="64" class=" form-control layui-input"/>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>--%>
|
|
|
<div class="layui-item query athird ">
|
|
|
<label class="layui-form-label">登记人:</label>
|
|
|
<div class="layui-input-block with-icon">
|
|
@@ -564,11 +564,11 @@
|
|
|
return "<span title='"+ d.projName +"'>" +d.projName+ "</span>";
|
|
|
}
|
|
|
}}
|
|
|
- ,{field:'projId',align:'center', title: '项目编号', width:150}
|
|
|
+ /*,{field:'projId',align:'center', title: '项目编号', width:150}*/
|
|
|
/*,{field:'projId',align:'center', title: '项目编号',minWidth:150,templet:function(d){
|
|
|
return "<a class=\"attention-info\" title=\"" + d.projId + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看项目', '${ctx}/ruralProject/ruralCostProjectRecords/view?id=" + d.id + "','95%', '95%')\">" + d.projId + "</a>";
|
|
|
}}*/
|
|
|
- ,{field: 'clientName', align:'center', title: '报告号',width:170,templet: function(d){
|
|
|
+ ,{field: 'clientName', align:'center', title: '报告号',width:220,templet: function(d){
|
|
|
if(""!= d.projectReportNumber){
|
|
|
<%--return "<a class=\"attention-info pid\" title=\"" + d.projectReportNumber + "\" href=\"javascript:void(0);\" onclick=\"openDialogReportView('查看报告信息', '${ctx}/ruralProject/ruralProjectMessage/modify?projectId=" + d.id + "&view=view&reportedId="+d.id+"','"+ d.id +"','95%', '95%')\">" + d.projectReportNumber + "</a>";--%>
|
|
|
return d.projectReportNumber;
|
|
@@ -589,11 +589,11 @@
|
|
|
/*,{field:'client',align:'center', title: '委托方', width:150,templet:function(d){
|
|
|
return "<span title=\"" + d.client + "\">" + d.client + "</span>";
|
|
|
}}*/
|
|
|
- ,{field:'createDate',align:'center', title: '创建日期', width:80}
|
|
|
+ ,{field:'createDate',align:'center', title: '创建日期', width:100}
|
|
|
/*,{field: 'submitMoneyStr', align:'center', title: '项目等级',width:100,templet: function(d){
|
|
|
return "<font style = 'font-size:14px;'>"+d.submitMoneyStr+"</font>";
|
|
|
}}*/
|
|
|
- ,{align:'center', title: '状态', width:70,templet:function(d){
|
|
|
+ ,{align:'center', title: '状态', width:90,templet:function(d){
|
|
|
var st = getruralProjectState(d.projectStatus);
|
|
|
if(st.action)
|
|
|
var xml ="<span onclick=\"openDialogView('流程追踪', '${ctx}/ruralProject/ruralCostProjectRecords/getProcess?id=" + d.id + "','95%','95%')\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|