|
@@ -184,7 +184,7 @@
|
|
|
class="pull-right
|
|
|
<%- auditConst.statusClass[auditor.status] %>"><%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%>
|
|
|
<%- auditor.status === auditConst.status.checkNo ? advance.user.name : '' %>
|
|
|
- <%- auditor.status === auditConst.status.checkNoPre ? history[index-1].name : '' %>
|
|
|
+ <%- auditor.status === auditConst.status.checkNoPre ? history.find(item => item.sort === auditor.sort-1).name : '' %>
|
|
|
</span>
|
|
|
</p>
|
|
|
<p class="text-muted mb-0"><%- auditor.role %></p>
|
|
@@ -368,7 +368,7 @@
|
|
|
class="pull-right
|
|
|
<%- auditConst.statusClass[auditor.status] %>"><%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%>
|
|
|
<%- auditor.status === auditConst.status.checkNo ? advance.user.name : '' %>
|
|
|
- <%- auditor.status === auditConst.status.checkNoPre ? history[index-1].name : '' %>
|
|
|
+ <%- auditor.status === auditConst.status.checkNoPre ? history.find(item => item.sort === auditor.sort-1).name : '' %>
|
|
|
</span>
|
|
|
</p>
|
|
|
<p class="text-muted mb-0"><%- auditor.role %></p>
|
|
@@ -535,7 +535,7 @@
|
|
|
id="inlineRadio2"
|
|
|
value="<%- auditConst.status.checkNoPre %>">
|
|
|
<label class="form-check-label" for="inlineRadio2">退回上一审批人
|
|
|
- <%- auditors.find(item => item.order === auditor.sort-1).name %></label>
|
|
|
+ <%- history.find(item => item.sort === auditor.sort-1).name %></label>
|
|
|
</div>
|
|
|
<% } %>
|
|
|
</div>
|
|
@@ -581,7 +581,7 @@
|
|
|
class="pull-right
|
|
|
<%- auditConst.statusClass[auditor.status] %>"><%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%>
|
|
|
<%- auditor.status === auditConst.status.checkNo ? advance.user.name : '' %>
|
|
|
- <%- auditor.status === auditConst.status.checkNoPre ? history[index-1].name : '' %>
|
|
|
+ <%- auditor.status === auditConst.status.checkNoPre ? history.find(item => item.sort === auditor.sort-1).name : '' %>
|
|
|
</span>
|
|
|
</p>
|
|
|
<p class="text-muted mb-0"><%- auditor.role %></p>
|
|
@@ -609,7 +609,7 @@
|
|
|
id="inlineRadio2"
|
|
|
value="<%- auditConst.status.checkNoPre %>">
|
|
|
<label class="form-check-label" for="inlineRadio2">退回上一审批人
|
|
|
- <%- auditors.find(item => item.order === auditor.sort-1).name %></label>
|
|
|
+ <%- history.find(item => item.sort === auditor.sort-1).name %></label>
|
|
|
</div>
|
|
|
<% } %>
|
|
|
</div>
|