<%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.name!''} ${tempDate.createDate!''} <%if(tempDate.state == 0){%> 保存 <%}else if(tempDate.state == 1){%> 待审核 <%}else if(tempDate.state == 2){%> 企业拒绝 <%}else if(tempDate.state == 3){%> 待联盟审核 <%}else if(tempDate.state == 4){%> 联盟拒绝 <%}else if(tempDate.state == 5){%> 确认立项 <%}%>
没有记录!
<%include("/ace/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/TechnicalDemandSolutionAudit/getDemandSolutionList?pageNumber=", "urlParas": urlParas!''}){}%>
<%}%>