|
@@ -61,6 +61,7 @@
|
|
<div class="container view-form">
|
|
<div class="container view-form">
|
|
<form:form id="inputForm" modelAttribute="reportNum" action="${ctx}/projectreportnum/projectReportNum/saveReportNumOnStage" method="post" class="form-horizontal">
|
|
<form:form id="inputForm" modelAttribute="reportNum" action="${ctx}/projectreportnum/projectReportNum/saveReportNumOnStage" method="post" class="form-horizontal">
|
|
<input type="hidden" id="parentId" name="parentId" value="${reportNum.parentId}">
|
|
<input type="hidden" id="parentId" name="parentId" value="${reportNum.parentId}">
|
|
|
|
+ <input type="hidden" id="projectId" name="projectId" value="${reportNum.projectId}">
|
|
<sys:message content="${message}"/>
|
|
<sys:message content="${message}"/>
|
|
<div class="form-group layui-row first">
|
|
<div class="form-group layui-row first">
|
|
<div class="form-group-label"><h2>阶段报告信息</h2></div>
|
|
<div class="form-group-label"><h2>阶段报告信息</h2></div>
|
|
@@ -73,7 +74,7 @@
|
|
<div class="layui-item layui-col-sm6" style="width:50%">
|
|
<div class="layui-item layui-col-sm6" style="width:50%">
|
|
<label class="layui-form-label double-line"><span class="require-item">*</span>选择阶段信息:</label>
|
|
<label class="layui-form-label double-line"><span class="require-item">*</span>选择阶段信息:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
- <%--<form:select id="stageId" path="stageId" htmlEscape="false" class="form-control simple-select required">
|
|
|
|
|
|
+ <form:select id="stageId" path="stageId" htmlEscape="false" class="form-control simple-select required">
|
|
<form:option value=""></form:option>
|
|
<form:option value=""></form:option>
|
|
<optgroup label="项目实施前期"/>
|
|
<optgroup label="项目实施前期"/>
|
|
<form:options items="${fns:getContentTypeByProjectType('2')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<form:options items="${fns:getContentTypeByProjectType('2')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
@@ -81,8 +82,8 @@
|
|
<form:options items="${fns:getContentTypeByProjectType('3')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<form:options items="${fns:getContentTypeByProjectType('3')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<optgroup label="项目竣工阶段"/>
|
|
<optgroup label="项目竣工阶段"/>
|
|
<form:options items="${fns:getContentTypeByProjectType('5')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<form:options items="${fns:getContentTypeByProjectType('5')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
- </form:select>--%>
|
|
|
|
- <form:select id="stageId" path="stageId" htmlEscape="false" class="form-control simple-select required">
|
|
|
|
|
|
+ </form:select>
|
|
|
|
+ <%--<form:select id="stageId" path="stageId" htmlEscape="false" class="form-control simple-select required">
|
|
<form:option value=""></form:option>
|
|
<form:option value=""></form:option>
|
|
<optgroup label="决策阶段"/>
|
|
<optgroup label="决策阶段"/>
|
|
<form:options items="${fns:getContentTypeList('1')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<form:options items="${fns:getContentTypeList('1')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
@@ -96,7 +97,7 @@
|
|
<form:options items="${fns:getContentTypeList('5')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<form:options items="${fns:getContentTypeList('5')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<optgroup label="运营阶段"/>
|
|
<optgroup label="运营阶段"/>
|
|
<form:options items="${fns:getContentTypeList('6')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
<form:options items="${fns:getContentTypeList('6')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
- </form:select>
|
|
|
|
|
|
+ </form:select>--%>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<%--<div class="layui-item layui-col-sm6" style="width:50%">
|
|
<%--<div class="layui-item layui-col-sm6" style="width:50%">
|