<% for (const w of works) { %> <% } %>
计量编号计量金额计量月份所属计量期状态当前处理人
<%- w.code %> <%- (w.deal_sum + w.qc_sum).toFixed(2) %> <%- w.in_time_str %> <%- w.sid %> <% if (w.curAuditor && w.curAuditor.audit_id === ctx.session.sessionUser.accountId) { %> 审批 <% } else {%> <%- auditConst.statusString[w.status] %> <% } %> <% if (w.curAuditor) { %> <%- w.curAuditor.role %>-<%- w.curAuditor.name %> <% } %>