MaiXinRong 2 years ago
parent
commit
b20b93d326
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/view/wap/shenpi_stage.ejs

+ 1 - 1
app/view/wap/shenpi_stage.ejs

@@ -132,7 +132,7 @@
                                 <% } %>
                                 <% } %>
                             <% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
                             <% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
                                 <% const auditorIndex = stage.auditors2.findIndex(function (item) { return item.aid === auditors[iA].aid }) %>
                                 <% const auditorIndex = stage.auditors2.findIndex(function (item) { return item.aid === auditors[iA].aid }) %>
-                                <span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleDateString() %></small>审批退回 <%- stage.auditors2[auditorIndex-1].name %></span>
+                                <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>
                                 <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>
                                 <p class="card-text"><%- auditors[iA].opinion %></p>
                             <% } else if (auditors[iA].status === auditConst.status.checkNo) { %>
                             <% } else if (auditors[iA].status === auditConst.status.checkNo) { %>