|
@@ -843,7 +843,7 @@
|
|
<form:input placeholder="请输入合同价" id="contractFee" path="projectReportData.contractFee" htmlEscape="false" class="form-control required layui-input number"/>
|
|
<form:input placeholder="请输入合同价" id="contractFee" path="projectReportData.contractFee" htmlEscape="false" class="form-control required layui-input number"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <c:choose>
|
|
|
|
|
|
+ <%--<c:choose>
|
|
<c:when test="${not empty projectcontentinfo.projectReportData.bzshbUserId}">
|
|
<c:when test="${not empty projectcontentinfo.projectReportData.bzshbUserId}">
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
<label class="layui-form-label"><span class="require-item">*</span>审核人员:</label>
|
|
<label class="layui-form-label"><span class="require-item">*</span>审核人员:</label>
|
|
@@ -870,7 +870,18 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</c:otherwise>
|
|
</c:otherwise>
|
|
- </c:choose>
|
|
|
|
|
|
+ </c:choose>--%>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label"><span class="require-item">*</span>审核人员:</label>
|
|
|
|
+ <div class="layui-input-block">
|
|
|
|
+ <select class="form-control required layui-input" id="bzshbUserId" name="projectReportData.bzshbUserId">
|
|
|
|
+ <option value=""/>
|
|
|
|
+ <c:forEach items="${projectRecords.bzshbUserList}" var="user" varStatus="status">
|
|
|
|
+ <option value="${user.id}" <c:if test="${projectcontentinfo.projectReportData.bzshbUserId eq user.id }">selected</c:if>>${user.name}</option>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<div class="layui-item layui-col-sm6">
|
|
<div class="layui-item layui-col-sm6">
|
|
<label class="layui-form-label">核增核减额(元):</label>
|
|
<label class="layui-form-label">核增核减额(元):</label>
|
|
<div class="layui-input-block with-icon">
|
|
<div class="layui-input-block with-icon">
|