<% 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()) { %> <% } %> <% } %>
次数 划拨年月 本次划拨金额 截止上次划拨金额 截止本次划拨金额 填报人 填报单位 填报时间 填报备注 附件 操作
<%- pageInfo.total_num - ((pageInfo.page-1)*pageInfo.pageSize + i) %> <%- t.t_time %> <% if (ctx.session.sessionUser.is_admin) { %> <% } %> <%- t.total_price %> <%- t.pre_hb_tp %> <%- ctx.helper.add(t.total_price, t.pre_hb_tp) %> <%- 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) { %>删除<% } %>
<% include ../layout/page.ejs %>