审批通过 审批退回
<% if (curAuditor && curAuditor.audit_id === ctx.session.sessionUser.accountId) { %>
添加清单意见
台帐清单右键,添加至"清单意见"
请填写审批内容。
至少需要一条清单。
<% } %> <%- auditors[0].name %> 清单意见 <% 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() %>
<% } %>
  • 签约清单
  • 清单意见