|
@@ -383,7 +383,7 @@
|
|
|
<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<% } %>>
|
|
|
- <label class="form-check-label" for="inlineRadio1">退回上报 <%- ctx.stage.user.name %></label>
|
|
|
+ <label class="form-check-label" for="inlineRadio1">退回原报 <%- ctx.stage.user.name %></label>
|
|
|
</div>
|
|
|
<% if (auditors[iA].order > 1 && auditors[iA].aid !== auditors[0].aid) { %>
|
|
|
<% const auditorIndex = ctx.stage.auditors2.findIndex(function (item) { return item.aid === auditors[iA].aid }) %>
|
|
@@ -1404,7 +1404,7 @@
|
|
|
<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<% } %>>
|
|
|
- <label class="form-check-label" for="inlineRadio1">退回上报 <%- ctx.stage.user.name %></label>
|
|
|
+ <label class="form-check-label" for="inlineRadio1">退回原报 <%- ctx.stage.user.name %></label>
|
|
|
</div>
|
|
|
<% if (auditors[iA].order > 1 && auditors[iA].aid !== auditors[0].aid) { %>
|
|
|
<% const auditorIndex = ctx.stage.auditors2.findIndex(function (item) { return item.aid === auditors[iA].aid }) %>
|
|
@@ -1553,4 +1553,4 @@
|
|
|
$('#hide-all').hide();
|
|
|
return false;
|
|
|
});
|
|
|
-</script>
|
|
|
+</script>
|