<%var cssParam = {%> <%};%> <%var jsParam = {%> <%};%> <%layout("/ace/commonPage/_layout.html", {nav: "技术需求审核",meunsel:"Manage",jsParam:jsParam,cssParam:cssParam}) {%>
查询名称:
<%for(tempDate in dateList!){%> <%}elsefor{%> <%}%>
序号 企业名称 联盟编码 需求名称 解决方案截止日期 创建时间 状态 操作
${tempDateLP.index} ${tempDate.enterpriseName!''} ${tempDate.alliancecode!''} ${tempDate.name!''} ${tempDate.endDate!''} ${tempDate.createDate!''} <%if(tempDate.state == 0){%> 待审核 <%}else if(tempDate.state == 1){%> 通过审核 <%}else if(tempDate.state == 2){%> 审核拒绝 <%}%>
没有记录!
<%include("/ace/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/technicalDemand/getTechnicalDemandList?pageNumber=", "urlParas": urlParas!''}){}%>
<%}%>