<%_.each(obj,function(temp, i){%> <%if(temp.operState == "9" || temp.operState == "2"){%>
  • <%=temp.cnShortName%>
    <%=utils.date.formatTime(temp.buildDateTime).format("yyyy-MM-dd")%>
    申请失败
  • <%=(temp.operState == "2")?"撤销":temp.operResultRemark%>
  • <%}else{%>
  • <%=temp.cnShortName%>
    <%=utils.date.formatTime(temp.buildDateTime).format("yyyy-MM-dd")%>
    <%if(temp.operState == "0"){%> 申请中<% }else if(temp.operState == "1"){%> 申请成功<% }else{%> 未知 <%}%>
  • <%}%> <%});%>