<% if (curAuditor && curAuditor.audit_id === ctx.session.sessionUser.accountId) { %>
台帐清单右键,添加至"清单意见"
请填写审批内容。
至少需要一条清单。
<% } %>
<% for (const c of content) { %>
<% const bills = JSON.parse(c.rela_bills); %>
<% for (const b of bills) { %>
<%- b.code ? b.code : b.b_code %> | <%- b.name %> |
<% } %>
<%- c.content %>
<%- c.in_time.toLocaleString() %>
<% } %>