|
计量期 第<%= 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) %> <% } else { %>建筑增值税 <%- material.rate %>% <% } %> |
|
信息价本期金额 ¥<%= material.m_tp !== null ? ctx.helper.round(material.m_tp, material.decimal.tp) : 0 %> |
信息价截止本期金额 ¥<%= material.m_tp !== null || material.pre_tp !== null ? ctx.helper.add(material.pre_tp, ctx.helper.round(material.m_tp, material.decimal.tp)) : 0 %> |
|
指数法本期金额 ¥<%= material.ex_tp !== null ? ctx.helper.round(material.ex_tp, material.decimal.tp) : 0 %> |
指数法截止本期金额 ¥<%= 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)) : 0 %> |
|
信息价本期金额(含材料税) <%= 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.m_tax_pre_tp: null) %> |
|
信息价本期金额(含建筑税) <%= !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 ? '¥' + pre_tp_hs : '-') %> |
|
指数法本期金额(含建筑税) ¥<%= material.ex_tp !== null ? ctx.helper.round(ctx.helper.mul(material.ex_tp, 1+material.exponent_rate/100), material.decimal.tp) : 0 %> |
指数法截止本期金额(含建筑税) ¥<%= 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)) : 0 %> |
<%- audit.opinion %>
<% } %> <% } %>