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

<%- transferInfo.t_time %>

<% if (transferInfo.uid === ctx.session.sessionUser.accountId) { %> <% if (transferInfo.is_lock) { %> 解锁数据 <% } else { %> 锁定数据 添加标段 <% } %> <% } %>
<% if (transferInfo.uid === ctx.session.sessionUser.accountId) { %> <% } %> <% if (transferTenderList.length > 0) { %> <% for (const [i, t] of transferTenderList.entries()) { %> <% if (transferInfo.uid === ctx.session.sessionUser.accountId) { %><% } %> <% } %> <% } %>
序号 标段名称 计量期数 合同金额 本期合同计量 本期变更计量 本期完成计量 本期应付 本期实付 本次划拨金额 附件操作
<%- i+1 %> <%- t.name %> 第<%- t.sorder %>期 <%- t.total_price %> <%- t.contract_tp %> <%- t.qc_tp %> <%- ctx.helper.sum([t.contract_tp, t.qc_tp, t.pc_tp]) %> <%- t.yf_tp %> <%- t.sf_tp %> <% if (transferInfo.uid === ctx.session.sessionUser.accountId && !transferInfo.is_lock) { %><% } else { %><%- t.hb_tp %><% } %> <%- t.files.length > 0 ? t.files.length : '' %><% if (!transferInfo.is_lock) { %>移除<% } %>