<% layout("/layouts/blank.html",{title:"流程历史"}){ %> <% for(his in data.histoicFlowList) { %>
${hisLP.size-hisLP.index+1}. ${his.activityName}
<%if(his.endTime==null){ %>
办理中
<% }else{ %>
已完成
<%}%>
${his.activityType!='endEvent'?"办理人:"} ${his.assigneeName}    开始时间:${his.startTime!, dateFormat='yyyy-MM-dd HH:mm:ss'} <%if(his.endTime!=null){ %>     处理时间:${his.endTime!,dateFormat='yyyy-MM-dd HH:mm:ss'} <%}%> <%if(Strings.isNotBlank(his.timeConsuming)){ %>     任务历时:${his.timeConsuming!} <%}%>
<% if(his.flowComments!=null) { %>
    <% for(comment in his.flowComments!) { %>
  • ${comment.fullMessage}
    ${comment.userDesc}     ${comment.time!,dateFormat='yyyy-MM-dd HH:mm:ss'} <%if(comment.handWritingSignatureAttachment!=null){%>
    查看签字
    <%}%> <%if(comment.flowAttachments.~size>0){%>
    查看附件
    <%}%>
  • <%}%>
<%}%>
<%}%> <%}%>