|
@@ -240,26 +240,26 @@
|
|
|
<div style=" clear:both;"></div>
|
|
|
</div>
|
|
|
<div id="moresees" style="clear:both;display:none;" class="lw9">
|
|
|
- <div class="layui-item query athird">
|
|
|
- <label class="layui-form-label">工作内容类型:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <form:select path="projectReportData.type" htmlEscape="false" class="form-control simple-select">
|
|
|
- <form:option value="" label=""/>
|
|
|
- <optgroup label="决策阶段"/>
|
|
|
- <form:options items="${fns:getContentTypeList('1')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
|
- <optgroup label="设计阶段"/>
|
|
|
- <form:options items="${fns:getContentTypeList('2')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
|
- <optgroup label="发承包阶段"/>
|
|
|
- <form:options items="${fns:getContentTypeList('3')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
|
- <optgroup label="实施阶段"/>
|
|
|
- <form:options items="${fns:getContentTypeList('4')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
|
- <optgroup label="竣工阶段"/>
|
|
|
- <form:options items="${fns:getContentTypeList('5')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
|
- <optgroup label="运营阶段"/>
|
|
|
- <form:options items="${fns:getContentTypeList('6')}" itemLabel="typeName" itemValue="typeId"></form:options>
|
|
|
- </form:select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <%--<div class="layui-item query athird">--%>
|
|
|
+ <%--<label class="layui-form-label">工作内容类型:</label>--%>
|
|
|
+ <%--<div class="layui-input-block">--%>
|
|
|
+ <%--<form:select path="projectReportData.type" htmlEscape="false" class="form-control simple-select">--%>
|
|
|
+ <%--<form:option value="" label=""/>--%>
|
|
|
+ <%--<optgroup label="决策阶段"/>--%>
|
|
|
+ <%--<form:options items="${fns:getContentTypeList('1')}" itemLabel="typeName" itemValue="typeId"></form:options>--%>
|
|
|
+ <%--<optgroup label="设计阶段"/>--%>
|
|
|
+ <%--<form:options items="${fns:getContentTypeList('2')}" itemLabel="typeName" itemValue="typeId"></form:options>--%>
|
|
|
+ <%--<optgroup label="发承包阶段"/>--%>
|
|
|
+ <%--<form:options items="${fns:getContentTypeList('3')}" itemLabel="typeName" itemValue="typeId"></form:options>--%>
|
|
|
+ <%--<optgroup label="实施阶段"/>--%>
|
|
|
+ <%--<form:options items="${fns:getContentTypeList('4')}" itemLabel="typeName" itemValue="typeId"></form:options>--%>
|
|
|
+ <%--<optgroup label="竣工阶段"/>--%>
|
|
|
+ <%--<form:options items="${fns:getContentTypeList('5')}" itemLabel="typeName" itemValue="typeId"></form:options>--%>
|
|
|
+ <%--<optgroup label="运营阶段"/>--%>
|
|
|
+ <%--<form:options items="${fns:getContentTypeList('6')}" itemLabel="typeName" itemValue="typeId"></form:options>--%>
|
|
|
+ <%--</form:select>--%>
|
|
|
+ <%--</div>--%>
|
|
|
+ <%--</div>--%>
|
|
|
<div class="layui-item query athird">
|
|
|
<label class="layui-form-label">报告编号:</label>
|
|
|
<div class="layui-input-block">
|