|
@@ -540,13 +540,13 @@
|
|
return "<font></font>";
|
|
return "<font></font>";
|
|
}
|
|
}
|
|
}},
|
|
}},
|
|
- {field: 'projectLeader', align:'center', title: '案卷号',width:120,templet: function(d){
|
|
|
|
|
|
+ /*{field: 'projectLeader', align:'center', title: '案卷号',width:120,templet: function(d){
|
|
if(0 == d.pid){
|
|
if(0 == d.pid){
|
|
return "<a class=\"attention-info pid\" title=\"" + d.recodeNum + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看归档信息', '${ctx}/ruralProject/ruralProjectDownMessage/view?id=" + d.prrdId + "&view=view','95%', '95%')\">" + d.recodeNum + "</a>";
|
|
return "<a class=\"attention-info pid\" title=\"" + d.recodeNum + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看归档信息', '${ctx}/ruralProject/ruralProjectDownMessage/view?id=" + d.prrdId + "&view=view','95%', '95%')\">" + d.recodeNum + "</a>";
|
|
}else{
|
|
}else{
|
|
return "<font></font>";
|
|
return "<font></font>";
|
|
}
|
|
}
|
|
- }},
|
|
|
|
|
|
+ }},*/
|
|
{field: 'projectLeader', align:'center', title: '负责人',width:80,templet: function(d){
|
|
{field: 'projectLeader', align:'center', title: '负责人',width:80,templet: function(d){
|
|
if(0 == d.pid){
|
|
if(0 == d.pid){
|
|
return "<font style = 'font-size:14px;'>"+d.projectLeaders+"</font>";
|
|
return "<font style = 'font-size:14px;'>"+d.projectLeaders+"</font>";
|
|
@@ -606,7 +606,7 @@
|
|
return '';
|
|
return '';
|
|
}
|
|
}
|
|
}},*/
|
|
}},*/
|
|
- {align:'center', title: '上报状态', width:70,templet:function(d){
|
|
|
|
|
|
+ {align:'center', title: '上报状态', width:90,templet:function(d){
|
|
var st = getReportedState(""+d.reportedState);
|
|
var st = getReportedState(""+d.reportedState);
|
|
if(d.pid ==0){
|
|
if(d.pid ==0){
|
|
if(st.action)
|
|
if(st.action)
|
|
@@ -670,7 +670,6 @@
|
|
//线上归档操作
|
|
//线上归档操作
|
|
if(d.projectReportStatus == 5){
|
|
if(d.projectReportStatus == 5){
|
|
xml+="<a href=\"#\" style='background-color: #FFB800' onclick=\"openDialogre('下载模板', '${ctx}/ruralProject/ruralCostProjectMessage/skipDownloadFtl?id=" + d.id +"','35%', '35%','','下载,关闭')\" class=\"op-btn\" > 下载模板</a>";
|
|
xml+="<a href=\"#\" style='background-color: #FFB800' onclick=\"openDialogre('下载模板', '${ctx}/ruralProject/ruralCostProjectMessage/skipDownloadFtl?id=" + d.id +"','35%', '35%','','下载,关闭')\" class=\"op-btn\" > 下载模板</a>";
|
|
- xml+="<a href=\"${ctx}/workfullmanage/workFullManage/downloadMassControl?id=" + d.prdId + "\" onclick=\"return confirmx('确认要下载控制流程单吗?', this.href)\" class=\"op-btn op-btn-cancel\" ><i class=\"fa fa-file-excel-o\"></i> 下载流程单</a>";
|
|
|
|
if(d.projectReportRecordStatus == 0){
|
|
if(d.projectReportRecordStatus == 0){
|
|
xml+="<a href=\"#\" onclick=\"openDialogre('新增归档信息', '${ctx}/ruralProject/ruralCostProjectMessage/formRecord?reportId=" + d.id +"','95%', '95%','','送审,暂存,关闭')\" class=\"op-btn layui-bg-green\" ><i class=\"fa fa-plus\"></i> 线上归档</a>";
|
|
xml+="<a href=\"#\" onclick=\"openDialogre('新增归档信息', '${ctx}/ruralProject/ruralCostProjectMessage/formRecord?reportId=" + d.id +"','95%', '95%','','送审,暂存,关闭')\" class=\"op-btn layui-bg-green\" ><i class=\"fa fa-plus\"></i> 线上归档</a>";
|
|
}
|
|
}
|