|
@@ -120,6 +120,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<% } %>
|
|
|
+ <% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
+ <% const auditorIndex = advance.auditors2.findIndex(function (item) { return item.audit_id === auditors[iA].audit_id }) %>
|
|
|
+ <span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleDateString() %></small>审批退回 <%- advance.auditors2[auditorIndex-1].name %></span>
|
|
|
+ <h5 class="card-title"><i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down text-warning' : 'fa fa-stop-circle text-warning') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small></h5>
|
|
|
+ <p class="card-text"><%- auditors[iA].opinion %></p>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checkNo) { %>
|
|
|
<span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleDateString() %></small>审批退回</span>
|
|
|
<h5 class="card-title"><i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down text-warning' : 'fa fa-stop-circle text-warning') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small></h5>
|