Przeglądaj źródła

修改竣工类型

user7 4 lat temu
rodzic
commit
cb3f41e396

+ 1 - 1
src/main/webapp/webpage/modules/projectreportnum/projectReportNumStageForm.jsp

@@ -88,7 +88,7 @@
 									<optgroup label="项目实施阶段"/>
 										<form:options items="${fns:getContentTypeByProjectType('3')}" itemLabel="typeName" itemValue="typeId"></form:options>
 									<optgroup label="项目竣工阶段"/>
-										<form:options items="${fns:getContentTypeByProjectType('4')}" itemLabel="typeName" itemValue="typeId"></form:options>
+										<form:options items="${fns:getContentTypeByProjectType('5')}" itemLabel="typeName" itemValue="typeId"></form:options>
 									</c:otherwise>
 							</c:choose>
 						</form:select>

+ 1 - 1
src/main/webapp/webpage/modules/projectreportnum/projectTemplateFileForm.jsp

@@ -50,7 +50,7 @@
 				<div class="layui-item layui-col-sm6"  style="width:50%">
 					<label class="layui-form-label double-line">阶段报告前缀:</label>
 					<div class="layui-input-block">
-						<input htmlEscape="false" name="num" readonly="true" class="form-control layui-input" value="${num}"/>
+						<input htmlEscape="false" name="typeName" readonly="true" class="form-control layui-input" value="${typeName}"/>
 					</div>
 				</div>
 				<div class="layui-item layui-col-sm6"  style="width:50%">