<%var cssParam = {%> <%};%> <%var jsParam = {%> <%};%> <%layout("/ace/commonPage/_layout.html", {nav: "技术需求信息管理",meunsel:"technicalDemandManage",jsParam:jsParam,cssParam:cssParam}) {%>
查询名称: 添加需求
<%for(tempDate in dateList!){%> <%}elsefor{%> <%}%>
序号 联盟名称 需求名称 方案截止日期 解决方案数量 创建时间 状态 操作
${tempDateLP.index} ${tempDate.allianceName!''} ${tempDate.name!''} ${tempDate.endDate!''} ${tempDate.solutionAmount!''} ${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+"/technicalDemand/getTechnicalDemandList?pageNumber=", "urlParas": urlParas!''}){}%>
<%}%>