|
@@ -600,7 +600,7 @@
|
|
|
<% if (auditor.status === auditConst.status.checking && auditor.aid === ctx.session.sessionUser.accountId) { %>
|
|
|
<div class="col-12 py-1 bg-light">
|
|
|
<textarea class="form-control form-control-sm" name="opinion">不同意</textarea>
|
|
|
- <div class="alert alert-warning mt-1 mb-0 p-2">
|
|
|
+ <div class="alert alert-warning mt-1 mb-0 p-2" id="reject-process">
|
|
|
<div class="form-check form-check-inline">
|
|
|
<input class="form-check-input" type="radio" name="checkType" id="inlineRadio1" value="<%- auditConst.status.checkNo %>">
|
|
|
<label class="form-check-label" for="inlineRadio1">退回原报 <%- ctx.material.user.name %></label>
|