|
@@ -594,14 +594,14 @@
|
|
|
return '';
|
|
|
}
|
|
|
}},
|
|
|
- /*{align:'center', title: '线下归档状态', width:70,templet:function(d){
|
|
|
+ {align:'center', title: '线下归档状态', width:70,templet:function(d){
|
|
|
var st = getRuralProjectArchiveState(""+d.filingProjectStatus);
|
|
|
if(st.action)
|
|
|
var xml = "<span onclick=\"openDialogView('流程追踪', '${ctx}/ruralProject/ruralProjectMessage/getProcess?filingProcessinstanceId=" + d.filingProcessinstanceId+"&id="+d.id + "','95%','95%')\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
else
|
|
|
var xml = "<span style=\"cursor:default;\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
return xml;
|
|
|
- }},*/
|
|
|
+ }},
|
|
|
{align:'center', title: '上报状态', width:90,templet:function(d){
|
|
|
var st = getReportedState(""+d.reportedState);
|
|
|
if(d.pid ==0){
|