Kaynağa Gözat

页面修改

user5 3 yıl önce
ebeveyn
işleme
28d48ef99a

+ 1 - 0
src/main/resources/mappings/modules/sealApplyFor/SealApplyForDao.xml

@@ -191,6 +191,7 @@
 			   update_by = #{updateBy.id},
 			   update_date = #{updateDate},
 			   status = #{status},
+			   remarks = #{remarks},
 			   process_instance_id = #{processInstanceId},
 			   project_id = #{projectId},
 			   seal_company = #{sealCompany}

+ 2 - 0
src/main/webapp/webpage/modules/sealApplyFor/sealApplyForList.jsp

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