<%var cssParam = {%> <%};%> <%var jsParam = {%> <%};%> <%layout("/ace/commonPage/_layout.html", {nav: "交易申请认证",meunsel:"TApplyAuthenticationManage",jsParam:jsParam,cssParam:cssParam}) {%>
<%for(tempDate in datelist!){%> <%}elsefor{%> <%}%>
序号 交易信息 交易信息发布用户 申请用户 创建时间 申请人交易结果标记 发布人交易结果标记 交易申请说明 当前交易状态 操作
${tempDateLP.index} ${tempDate.productname!tempDate.supplydemandname} ${tempDate.fbusername!''} ${tempDate.squsername!''} ${tempDate.createDate!''} <%if(tempDate.applicantStatus == 0){%> 未提交 <%}else if(tempDate.applicantStatus == 1){%> 成功 <%}else if(tempDate.applicantStatus == 2){%> 失败 <%}%> <%if(tempDate.publisherStatus == 0){%> 未提交 <%}else if(tempDate.publisherStatus == 1){%> 成功 <%}else if(tempDate.publisherStatus == 2){%> 失败 <%}%> ${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/tApplyAuthentication/tApplyAuthenticationlist?pageNumber=", "urlParas": urlParas!''}){}%>
<%}%>