|
@@ -123,8 +123,9 @@
|
|
|
<span class="col-auto">一审</span>
|
|
|
<span class="col-7 spr-span">
|
|
|
<span class="d-inline-block">
|
|
|
- <select class="form-control form-control-sm audit-type-key" data-type="<%- auditType.key.common %>" <% if (['stage', 'change'].indexOf(sp.code) === -1) { %> style="display: none;" <% } %>>
|
|
|
+ <select class="form-control form-control-sm audit-type-key" data-type="<%- auditType.key.common %>">
|
|
|
<% for (const at of auditType.types) { %>
|
|
|
+ <% if (at.valid && at.valid.indexOf(sp.code) < 0) continue; %>
|
|
|
<option value="<%- at.value %>" <% if (auditType.key.common === at.value) { %>selected<%} %>><%- at.name %></option>
|
|
|
<% } %>
|
|
|
</select>
|