|
@@ -129,14 +129,20 @@
|
|
|
<li class="list-group-item">
|
|
|
<% if (auditors[iA].status === auditConst.status.checked) { %>
|
|
|
<span class="text-success pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批通过</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down text-success' : 'fa fa-stop-circle text-success') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].stauts == auditConst.status.checking) { %>
|
|
|
<span class="pull-right">审批中</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批退回</span>
|
|
|
- <% } %>
|
|
|
<h5 class="card-title">
|
|
|
- <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ <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>
|
|
|
+ <% } %>
|
|
|
<% if (auditors[iA].status === auditConst.status.checked || auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<p class="card-text"><%- auditors[iA].opinion %></p>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checking) { %>
|
|
@@ -200,14 +206,20 @@
|
|
|
<li class="list-group-item">
|
|
|
<% if (auditors[iA].status === auditConst.status.checked) { %>
|
|
|
<span class="text-success pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批通过</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down text-success' : 'fa fa-stop-circle text-success') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].stauts == auditConst.status.checking) { %>
|
|
|
<span class="pull-right">审批中</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批退回</span>
|
|
|
- <% } %>
|
|
|
<h5 class="card-title">
|
|
|
<i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
</h5>
|
|
|
+ <% } %>
|
|
|
<% if (auditors[iA].status === auditConst.status.checked || auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<p class="card-text"><%- auditors[iA].opinion %></p>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checking) { %>
|
|
@@ -919,14 +931,20 @@
|
|
|
<li class="list-group-item">
|
|
|
<% if (auditors[iA].status === auditConst.status.checked) { %>
|
|
|
<span class="text-success pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批通过</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down text-success' : 'fa fa-stop-circle text-success') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].stauts == auditConst.status.checking) { %>
|
|
|
<span class="pull-right">审批中</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批退回</span>
|
|
|
- <% } %>
|
|
|
<h5 class="card-title">
|
|
|
- <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ <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>
|
|
|
+ <% } %>
|
|
|
<% if (auditors[iA].status === auditConst.status.checked || auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<p class="card-text"><%- auditors[iA].opinion %></p>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checking) { %>
|
|
@@ -990,14 +1008,20 @@
|
|
|
<li class="list-group-item">
|
|
|
<% if (auditors[iA].status === auditConst.status.checked) { %>
|
|
|
<span class="text-success pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批通过</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down text-success' : 'fa fa-stop-circle text-success') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].stauts == auditConst.status.checking) { %>
|
|
|
<span class="pull-right">审批中</span>
|
|
|
+ <h5 class="card-title">
|
|
|
+ <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ </h5>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleString() %></small> 审批退回</span>
|
|
|
- <% } %>
|
|
|
<h5 class="card-title">
|
|
|
- <i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down' : 'fa fa-stop-circle') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small>
|
|
|
+ <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>
|
|
|
+ <% } %>
|
|
|
<% if (auditors[iA].status === auditConst.status.checked || auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<p class="card-text"><%- auditors[iA].opinion %></p>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checking) { %>
|