|
@@ -991,7 +991,7 @@
|
|
|
}
|
|
|
return xml;
|
|
|
}}
|
|
|
- ,{field:'op',align:'center',title:"操作",width:200,templet:function(d) {
|
|
|
+ ,{field:'op',align:'center',title:"操作",width:330,templet:function(d) {
|
|
|
////对操作进行初始化
|
|
|
var xml = '<div class=\"layui-btn-group\">';
|
|
|
|
|
@@ -1050,7 +1050,7 @@
|
|
|
<shiro:hasPermission name="ruralProject:RuralProjectRecordsCaseBase:selectCaseBase">
|
|
|
if(d.reportedState == 5 && d.projectReportRecordStatus == 5){
|
|
|
if (d.caseType != 1 && d.caseStatus !=2 && d.caseStatus !=5 ){
|
|
|
- xml+="<a href=\"javascript:void(0)\" onclick=\"openDialogreCaseBase('${ctx}/ruralProject/RuralProjectRecordsCaseBase/selectCaseBase?projectId=" + d.id + " ')\" class=\"layui-btn layui-btn-xs layui-bg-green\" style='height: 32px;margin-top: 5px;margin-bottom: 5px;' > 选定为案例项目</a>";
|
|
|
+ xml+="<a href=\"javascript:void(0)\" onclick=\"openDialogreCaseBase('${ctx}/ruralProject/RuralProjectRecordsCaseBase/selectCaseBase?projectId=" + d.id + " ')\" class=\"layui-btn layui-btn-xs layui-bg-green\" > 选定为案例项目</a>";
|
|
|
}
|
|
|
}
|
|
|
</shiro:hasPermission>
|