<%if(StringUtils.isNotBlank(historicTaskInstance.getDescription())&&historicTaskInstance.getDescription().equals("multitask")){out.print("style='display:none'"); out.print("groupid="+historicTaskInstance.getTopExecutionId());} %>>
<%=StringUtils.replaceNull(historicTaskInstance.getPreTaskDefName())%> |
<%=processDetailLog.getSendUserName()!=null?processDetailLog.getSendUserName()+"("+StringUtils.replaceNull(processDetailLog.getSendOrgName())+")":""%>
|
<%=DateUtil.convertDateToString("yyyy-MM-dd HH:mm:ss",
historicTaskInstance.getStartTime())%> |
<%
String fullCommentMsg = (comment!=null&&comment.getMessage()!=null? comment.getMessage() : "");
if(!StringUtils.isEmpty(historicTaskInstance.getDeleteReason())&&"cancel_process".equals(historicTaskInstance.getActionType())){
String cancelCommentMsg="当前流程已作废";
fullCommentMsg=StringUtils.isEmpty(fullCommentMsg)?cancelCommentMsg:(cancelCommentMsg+",意见为:"+fullCommentMsg);
}
int length = fullCommentMsg.length();
String shortCommentMsg=fullCommentMsg;
if(length>21){
shortCommentMsg=shortCommentMsg.substring(0,21);
}
%>
<%if(StringUtils.isNotBlank(processDetailLog.getMultiCommentMsg())){ %>
转
<%} %>
<%=shortCommentMsg%>
|
<%if(StringUtils.isNotBlank(processDetailLog.getMultiCommentMsg())){ %>
转
<%} %><%=fullCommentMsg%> |
<%=StringUtils.replaceNull(historicTaskInstance.getName())%> |
<%=processDetailLog.getReiceiveUserName()!=null?processDetailLog.getReiceiveUserName()+"("+StringUtils.replaceNull(processDetailLog.getReceiveOrgName())+")":""%>
<%if(processDetailLog.getOwnerName()!=null&&!"".equals(processDetailLog.getOwnerName())){%>
委
<%}%>
|
<%i++;} %>