% include ./sub_menu.ejs %>
序号 | 标段名称 | 计量期数 | 合同金额 | 本期合同计量 | 本期变更计量 | 本期完成计量 | 本期应付 | 本期实付 | 本次划拨金额 | 附件 | <% 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.uid === ctx.session.sessionUser.accountId) { %><% if (!transferInfo.is_lock) { %>移除<% } %> | <% } %>