|
@@ -282,6 +282,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
}}
|
|
}}
|
|
|
|
+ ,{field:'createBy',align:'center', title: '创建人', width:100}
|
|
,{field:'createDate',align:'center', title: '创建日期', width:100}
|
|
,{field:'createDate',align:'center', title: '创建日期', width:100}
|
|
,{align:'center', title: '状态', width:90,templet:function(d){
|
|
,{align:'center', title: '状态', width:90,templet:function(d){
|
|
var st = getruralProjectState(d.status);
|
|
var st = getruralProjectState(d.status);
|
|
@@ -338,6 +339,7 @@
|
|
,"createDate":"<fmt:formatDate value="${sealApplyFor.createDate}" pattern="yyyy-MM-dd"/>"
|
|
,"createDate":"<fmt:formatDate value="${sealApplyFor.createDate}" pattern="yyyy-MM-dd"/>"
|
|
,"status":"${sealApplyFor.status}"
|
|
,"status":"${sealApplyFor.status}"
|
|
,"procId":"${sealApplyFor.processInstanceId}"
|
|
,"procId":"${sealApplyFor.processInstanceId}"
|
|
|
|
+ ,"createBy":"${sealApplyFor.createBy.name}"
|
|
<c:choose><c:when test="${flag == '1' or fns:getUser().id == sealApplyFor.createBy.id}">
|
|
<c:choose><c:when test="${flag == '1' or fns:getUser().id == sealApplyFor.createBy.id}">
|
|
<shiro:hasPermission name="sealApplyFor:sealApplyFor:del">
|
|
<shiro:hasPermission name="sealApplyFor:sealApplyFor:del">
|
|
,"candel":<c:choose><c:when test="${(sealApplyFor.status == 1 or sealApplyFor.status == 3 or sealApplyFor.status == 4) && fns:getUser().id == sealApplyFor.createBy.id}">"1"</c:when><c:otherwise>"0"</c:otherwise></c:choose>
|
|
,"candel":<c:choose><c:when test="${(sealApplyFor.status == 1 or sealApplyFor.status == 3 or sealApplyFor.status == 4) && fns:getUser().id == sealApplyFor.createBy.id}">"1"</c:when><c:otherwise>"0"</c:otherwise></c:choose>
|