|  | @@ -282,11 +282,16 @@
 | 
												
													
														
															|  |                      }}
 |  |                      }}
 | 
												
													
														
															|  |                  ,{field:'createDate',align:'center', title: '创建日期',  width:80}
 |  |                  ,{field:'createDate',align:'center', title: '创建日期',  width:80}
 | 
												
													
														
															|  |                  ,{align:'center', title: '状态',  width:70,templet:function(d){
 |  |                  ,{align:'center', title: '状态',  width:70,templet:function(d){
 | 
												
													
														
															|  | -                        var st = getAuditState(d.projectReportStatus);
 |  | 
 | 
												
													
														
															|  | -                        if(st.action)
 |  | 
 | 
												
													
														
															|  | -                            var xml = "<span onclick=\"openDialogView('流程追踪', '${ctx}/ruralProject/ruralProjectMessage/getProcessOne?id=" + d.id + "&projectReportData.id=" + d.bid + "&type=2','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>";
 |  | 
 | 
												
													
														
															|  | 
 |  | +                        if(d.projectReportStatus !=5){
 | 
												
													
														
															|  | 
 |  | +                            var st = getAuditState(d.projectReportStatus);
 | 
												
													
														
															|  | 
 |  | +                            if(st.action)
 | 
												
													
														
															|  | 
 |  | +                                var xml = "<span onclick=\"openDialogView('流程追踪', '${ctx}/ruralProject/ruralProjectMessage/getProcessOne?id=" + d.id + "&projectReportData.id=" + d.bid + "&type=2','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>";
 | 
												
													
														
															|  | 
 |  | +
 | 
												
													
														
															|  | 
 |  | +                        }else {
 | 
												
													
														
															|  | 
 |  | +
 | 
												
													
														
															|  | 
 |  | +                        }
 | 
												
													
														
															|  |                          return xml;
 |  |                          return xml;
 | 
												
													
														
															|  |                      }}
 |  |                      }}
 | 
												
													
														
															|  |                  ,{field:'op',align:'center',title:"操作",width:130,templet:function(d){
 |  |                  ,{field:'op',align:'center',title:"操作",width:130,templet:function(d){
 |