% include ./sub_menu.ejs %>
次数 | 划拨年月 | 划拨金额 | 填报人 | 填报单位 | 填报时间 | 填报备注 | 附件 | 操作 |
---|---|---|---|---|---|---|---|---|
<%- (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) { %>删除<% } %> |