|
@@ -1149,6 +1149,61 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <div class="form-group-label">
|
|
|
+ <h2>质量复核内容</h2>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <div class="layui-item layui-col-xs12" >
|
|
|
+ <table id="treeTable2" class="table table-bordered table-condensed reviews no-bottom-margin">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <%--<th width="25%">序号</th>--%>
|
|
|
+ <th width="40%">符合内容及评分标准</th>
|
|
|
+ <th width="10%">自校</th>
|
|
|
+ <%-- <th width="10%">最高分</th>--%>
|
|
|
+ <%-- <th width="10%">扣分</th>--%>
|
|
|
+ <th >意见</th>
|
|
|
+
|
|
|
+ <%--<th width="15%">操作</th>--%>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <c:forEach items="${workReviewList}" var="workReviewAudit" varStatus="index">
|
|
|
+ <tr id="${workReviewAudit.id}" pid="${workReviewAudit.parent.id}">
|
|
|
+ <%--<td title="${workReviewAudit.orderNum}">--%>
|
|
|
+ <%--${workReviewAudit.orderNum}--%>
|
|
|
+ <%--</td>--%>
|
|
|
+ <td title="${workReviewAudit.standardDetail}">
|
|
|
+ ${workReviewAudit.standardDetail}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <i class="fa fa-check"></i>
|
|
|
+ </td>
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
+ <%-- <input id="maxDeduct" readonly="true" htmlEscape="false" class="form-control layui-input" style="background-color: #fff;text-align: center" value="${workReviewAudit.maxDeduct}" />--%>
|
|
|
+ <%-- </td>--%>
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
+ <%-- <input id="deduct" style="text-align: center;background-color: #fff" htmlEscape="false" readonly="true" class="form-control layui-input" value="${workReviewAudit.deduct}">--%>
|
|
|
+ <%-- </td>--%>
|
|
|
+ <td class="input-td">
|
|
|
+ <input id="deductOpinion" style="text-align: center;background-color: #fff" title="${workReviewAudit.deductOption}" readonly="true" name="deductOpinion" value="${workReviewAudit.deductOption}" onclick="readOpenInfo(this.value)" class="form-control layui-input"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </c:forEach>
|
|
|
+ <%-- <tr>--%>
|
|
|
+ <%-- <td colspan="2" style="font-weight: bold">总分</td>--%>
|
|
|
+ <%-- <td id="maxTotal"></td>--%>
|
|
|
+ <%-- <td>(扣) <span id="total" style="color: red"></span></td>--%>
|
|
|
+ <%-- <td>(得) <span id="deTotal" style="color: red"></span></td>--%>
|
|
|
+ <%-- </tr>--%>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</c:if>
|
|
|
</div>
|
|
|
<div class="form-group layui-row first hide" id="AccessoryView">
|