<%var cssParam = {%> <%};%> <%var jsParam = {%> <%};%> <%layout("/ace/commonPage/_layout.html", {nav: "交易申请审核",meunsel:"transactionApplyAuditManage",jsParam:jsParam,cssParam:cssParam}) {%>
<%for(tempDate in datelist!){%> <%}elsefor{%> <%}%>
序号 交易信息 交易信息发布用户 申请用户 创建时间 交易申请说明 状态 操作
${tempDateLP.index} ${tempDate.productname!tempDate.supplydemandname} ${tempDate.fbusername!''} ${tempDate.squsername!''} ${tempDate.createDate!''} ${tempDate.description!''} <%if(tempDate.state == 0){%> 未开始 <%}else if(tempDate.state == 1){%> 交易中 <%}else if(tempDate.state == 2){%> 交易成功 <%}else if(tempDate.state == 2){%> 交易失败 <%}%>
没有记录!
<%include("/ace/commonPage/_paginate.html",{"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/admin/transactionApplyAudit/toReview?pageNumber=", "urlParas": urlParas!''}){}%>
<%}%>