|
@@ -219,7 +219,7 @@
|
|
|
class="pull-right
|
|
|
<%- auditConst.statusClass[auditor.status] %>"><%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%>
|
|
|
<%- auditor.status === auditConst.status.checkNo ? ctx.material.user.name : '' %>
|
|
|
- <%- auditor.status === auditConst.status.checkNoPre ? auditors[index-1].name : '' %>
|
|
|
+ <%- auditor.status === auditConst.status.checkNoPre ? ctx.material.auditors2.find(item => item.order === auditor.sort-1).name : '' %>
|
|
|
</span>
|
|
|
</p>
|
|
|
<p class="text-muted mb-0"><%- auditor.role %></p>
|
|
@@ -407,7 +407,7 @@
|
|
|
class="pull-right
|
|
|
<%- auditConst.statusClass[auditor.status] %>"><%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%>
|
|
|
<%- auditor.status === auditConst.status.checkNo ? ctx.material.user.name : '' %>
|
|
|
- <%- auditor.status === auditConst.status.checkNoPre ? auditors[index-1].name : '' %>
|
|
|
+ <%- auditor.status === auditConst.status.checkNoPre ? ctx.material.auditors2.find(item => item.order === auditor.sort-1).name : '' %>
|
|
|
</span>
|
|
|
</p>
|
|
|
<p class="text-muted mb-0"><%- auditor.role %></p>
|
|
@@ -620,7 +620,7 @@
|
|
|
class="pull-right
|
|
|
<%- auditConst.statusClass[auditor.status] %>"><%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%>
|
|
|
<%- auditor.status === auditConst.status.checkNo ? ctx.material.user.name : '' %>
|
|
|
- <%- auditor.status === auditConst.status.checkNoPre ? auditors[index-1].name : '' %>
|
|
|
+ <%- auditor.status === auditConst.status.checkNoPre ? ctx.material.auditors2.find(item => item.order === auditor.sort-1).name : '' %>
|
|
|
</span>
|
|
|
</p>
|
|
|
<p class="text-muted mb-0"><%- auditor.role %></p>
|