|
@@ -1405,7 +1405,8 @@
|
|
|
</div>
|
|
|
<div class="alert alert-warning">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="radio" name="checkType" id="inlineRadio1" value="<%- auditConst.status.checkNo %>" <% if (auditors[iA].order === 1 || auditors[iA].aid === auditors[0].aid) { %>checked<% } %>>
|
|
|
+ <input class="form-check-input" type="radio" name="checkType" id="inlineRadio1" value="<%- auditConst.status.checkNo %>">
|
|
|
+ <!-- <input class="form-check-input" type="radio" name="checkType" id="inlineRadio1" value="<%- auditConst.status.checkNo %>" <% if (auditors[iA].order === 1 || auditors[iA].aid === auditors[0].aid) { %>checked<% } %>> -->
|
|
|
<label class="form-check-label" for="inlineRadio1">退回原报 <%- ctx.stage.user.name %></label>
|
|
|
</div>
|
|
|
<% if (auditors[iA].order > 1 && auditors[iA].aid !== auditors[0].aid) { %>
|