<% include ./sub_menu.ejs %>
<% include ./sub_mini_menu.ejs %>

划拨列表

<% if (ctx.session.sessionUser.is_admin || financialPermission.transfer_add) { %> 新建划拨 <% } %>
<% if (transferList.length > 0) { %> <% for (const [i, t] of transferList.entries()) { %> <% } %> <% } %>
次数 划拨年月 划拨金额 填报人 填报单位 填报时间 填报备注 附件 操作
<%- (transferList.length - i) %> <%- t.t_time %> <%- t.total_price %> <%- t.username %> <%- t.company %> <%- moment(t.create_time).format('YYYY-MM-DD HH:mm:ss') %> <%- t.remark %> <% if (t.uid === ctx.session.sessionUser.accountId) { %><% } %> <%- t.files.length > 0 ? t.files.length : '' %> <% if (t.uid === ctx.session.sessionUser.accountId) { %>删除<% } %>