<% include ./material_sub_menu.ejs %>
<% include ./material_sub_mini_menu.ejs %>
<% if ((material.status === auditConst.status.uncheck || material.status === auditConst.status.checkNo) && ctx.session.sessionUser.accountId === material.user_id) { %>
<% } %>
本期调差计量期:第<%= material.s_order.split(',').join(',') %> <% if (months.length > 0) { %> /本期月信息价:<% let monthstr = ''; for (const m of months) { monthstr += parseInt(m.split('-')[1]) + '月,'} %><%- monthstr.substring(0,monthstr.length-1) %> <% } %>
<% if ((material.status === auditConst.status.uncheck || material.status === auditConst.status.checkNo) && ctx.session.sessionUser.accountId === material.user_id) { %> 导入信息价 <% } %>
<% if (ctx.subProject.page_show.openMaterialChecklist && material.order === material.highOrder) { %> 批量设置调差清单 <% } %>
<% if (material.is_stage_self) { %>
<% } else { %>
<% } %>
<% if ((material.status === auditConst.status.uncheck || material.status === auditConst.status.checkNo) && ctx.session.sessionUser.accountId === material.user_id) {%> <% } %>
<% if (!material.material_tax && !old_had_tax) { %>
信息价价格指数
本期金额截止本期金额 本期金额 截止本期金额
材料价差费用 <%= material.m_tp !== null ? ctx.helper.round(material.m_tp, material.decimal.tp) : null %> <%= material.m_tp !== null || material.pre_tp !== null ? ctx.helper.add(material.pre_tp, ctx.helper.round(material.m_tp, material.decimal.tp)) : null %> <%= material.ex_tp !== null ? ctx.helper.round(material.ex_tp, material.decimal.tp) : null %> <%= material.ex_tp !== null || material.ex_pre_tp !== null ? ctx.helper.add(material.ex_pre_tp, ctx.helper.round(material.ex_tp, material.decimal.tp)) : null %>
材料价差费用(含建筑税) <%= material.m_tp !== null ? material.rate_tp : null %> <%= material.m_tp !== null || pre_tp_hs !== null ? ctx.helper.add(pre_tp_hs, material.rate_tp) : null %> <%= material.ex_tp !== null ? ctx.helper.round(ctx.helper.mul(material.ex_tp, 1+material.exponent_rate/100), material.decimal.tp) : null %> <%= material.ex_tp !== null || ex_pre_tp_hs !== null ? ctx.helper.add(ex_pre_tp_hs, ctx.helper.round(ctx.helper.mul(material.ex_tp, 1+material.exponent_rate/100), material.decimal.tp)) : null %>
<% } else { %>
信息价价格指数
本期金额截止本期金额 本期金额 截止本期金额
材料价差费用 <%= material.m_tp !== null ? ctx.helper.round(material.m_tp, material.decimal.tp) : null %> <%= material.m_tp !== null || material.pre_tp !== null ? ctx.helper.add(material.pre_tp, ctx.helper.round(material.m_tp, material.decimal.tp)) : null %> <%= material.ex_tp !== null ? ctx.helper.round(material.ex_tp, material.decimal.tp) : null %> <%= material.ex_tp !== null || material.ex_pre_tp !== null ? ctx.helper.add(material.ex_pre_tp, ctx.helper.round(material.ex_tp, material.decimal.tp)) : null %>
材料价差费用(含材料税) <%= material.material_tax ? (material.m_tax_tp !== null ? material.m_tax_tp : null) : '-' %> <%= material.material_tax ? (material.m_tax_tp !== null || material.m_tax_pre_tp !== null ? ctx.helper.add(material.m_tax_pre_tp, material.m_tax_tp) : null) : material.m_tax_pre_tp %> - -
材料价差费用(含建筑税) <%= !material.material_tax ? material.rate_tp : '-' %> <%= !material.material_tax ? (material.m_tp !== null || pre_tp_hs !== null ? ctx.helper.add(pre_tp_hs, material.rate_tp) : null) : pre_tp_hs !== null ? pre_tp_hs : '-' %> <%= material.ex_tp !== null ? ctx.helper.round(ctx.helper.mul(material.ex_tp, 1+material.exponent_rate/100), material.decimal.tp) : null %> <%= material.ex_tp !== null || ex_pre_tp_hs !== null ? ctx.helper.add(ex_pre_tp_hs, ctx.helper.round(ctx.helper.mul(material.ex_tp, 1+material.exponent_rate/100), material.decimal.tp)) : null %>
<% } %>
<% if (material.is_stage_self) { %>
<% if (material.material_tax) { %> <% } else { %> <% } %> <% for (const ms of materialStageData) { %> <% if (material.material_tax) { %> <% } else { %> <% } %> <% } %> <% if (material.material_tax) { %> <% } else { %> <% } %>
期明细
期数 本期调差金额本期调差金额(材料税)本期调差金额(建筑税)
第<%- ms.order %>期<%- ms.m_tp !== null ? ms.m_tp : null %><%- ms.m_tax_tp !== null ? ms.m_tax_tp : null %><%= ms.m_tp !== null ? ctx.helper.round(ctx.helper.mul(ms.m_tp, 1+material.rate/100), material.decimal.tp) : null %>
合计<%- material.m_tp %><%- material.m_tax_tp %><%- material.rate_tp %>
<% } %>