|
@@ -346,18 +346,13 @@
|
|
|
<div class="card-text p-2 py-3 row <%- ( i > 0 ? 'border-top' : '') %>">
|
|
<div class="card-text p-2 py-3 row <%- ( i > 0 ? 'border-top' : '') %>">
|
|
|
<div class="col-10">
|
|
<div class="col-10">
|
|
|
<span class="h6"><%- auditor.name %></span>
|
|
<span class="h6"><%- auditor.name %></span>
|
|
|
- <% if (group.audit_order === 0) { %>
|
|
|
|
|
- <% if (auditor.role && auditor.role.trim()) { %>
|
|
|
|
|
- <span class="text-muted ml-1"><%- auditor.role %></span>
|
|
|
|
|
- <% } %>
|
|
|
|
|
- <% } else { %>
|
|
|
|
|
|
|
+
|
|
|
<span class="text-muted ml-1">
|
|
<span class="text-muted ml-1">
|
|
|
<%- auditor.company %>
|
|
<%- auditor.company %>
|
|
|
<% if (auditor.role && auditor.role.trim()) { %>
|
|
<% if (auditor.role && auditor.role.trim()) { %>
|
|
|
- <%- auditor.role %>
|
|
- <%- auditor.role %>
|
|
|
<% } %>
|
|
<% } %>
|
|
|
</span>
|
|
</span>
|
|
|
- <% } %>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col">
|
|
<div class="col">
|
|
|
<% if (auditor.status === auditConst.status.checked || auditor.status === auditConst.status.cancelRevise) { %>
|
|
<% if (auditor.status === auditConst.status.checked || auditor.status === auditConst.status.cancelRevise) { %>
|
|
@@ -546,18 +541,13 @@
|
|
|
<div class="card-text p-2 py-3 row <%- ( i > 0 ? 'border-top' : '') %>">
|
|
<div class="card-text p-2 py-3 row <%- ( i > 0 ? 'border-top' : '') %>">
|
|
|
<div class="col-10">
|
|
<div class="col-10">
|
|
|
<span class="h6"><%- auditor.name %></span>
|
|
<span class="h6"><%- auditor.name %></span>
|
|
|
- <% if (group.audit_order === 0) { %>
|
|
|
|
|
- <% if (auditor.role && auditor.role.trim()) { %>
|
|
|
|
|
- <span class="text-muted ml-1"><%- auditor.role %></span>
|
|
|
|
|
- <% } %>
|
|
|
|
|
- <% } else { %>
|
|
|
|
|
|
|
+
|
|
|
<span class="text-muted ml-1">
|
|
<span class="text-muted ml-1">
|
|
|
<%- auditor.company %>
|
|
<%- auditor.company %>
|
|
|
<% if (auditor.role && auditor.role.trim()) { %>
|
|
<% if (auditor.role && auditor.role.trim()) { %>
|
|
|
- <%- auditor.role %>
|
|
- <%- auditor.role %>
|
|
|
<% } %>
|
|
<% } %>
|
|
|
</span>
|
|
</span>
|
|
|
- <% } %>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col">
|
|
<div class="col">
|
|
|
<% if (auditor.status === auditConst.status.checked || auditor.status === auditConst.status.cancelRevise) { %>
|
|
<% if (auditor.status === auditConst.status.checked || auditor.status === auditConst.status.cancelRevise) { %>
|
|
@@ -750,18 +740,13 @@
|
|
|
<div class="card-text p-2 py-3 row <%- ( i > 0 ? 'border-top' : '') %>">
|
|
<div class="card-text p-2 py-3 row <%- ( i > 0 ? 'border-top' : '') %>">
|
|
|
<div class="col">
|
|
<div class="col">
|
|
|
<span class="h6"><%- auditor.name %></span>
|
|
<span class="h6"><%- auditor.name %></span>
|
|
|
- <% if (group.audit_order === 0) { %>
|
|
|
|
|
- <% if (auditor.role && auditor.role.trim()) { %>
|
|
|
|
|
- <span class="text-muted ml-1"><%- auditor.role %></span>
|
|
|
|
|
- <% } %>
|
|
|
|
|
- <% } else { %>
|
|
|
|
|
|
|
+
|
|
|
<span class="text-muted ml-1">
|
|
<span class="text-muted ml-1">
|
|
|
<%- auditor.company %>
|
|
<%- auditor.company %>
|
|
|
<% if (auditor.role && auditor.role.trim()) { %>
|
|
<% if (auditor.role && auditor.role.trim()) { %>
|
|
|
- <%- auditor.role %>
|
|
- <%- auditor.role %>
|
|
|
<% } %>
|
|
<% } %>
|
|
|
</span>
|
|
</span>
|
|
|
- <% } %>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col">
|
|
<div class="col">
|
|
|
<% if (auditor.status === auditConst.status.checked || auditor.status === auditConst.status.cancelRevise) { %>
|
|
<% if (auditor.status === auditConst.status.checked || auditor.status === auditConst.status.cancelRevise) { %>
|