<% 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) %> <% } %>
增值税税率
本期金额截止本期金额
材料价差费用<%= material.m_tp !== null ? ctx.helper.round(material.m_tp, 2) : null %><%= material.m_tp !== null || material.pre_tp !== null ? ctx.helper.round(ctx.helper.add(material.pre_tp, material.m_tp), 2) : null %>
材料价差费用(含税)<%= material.m_tp !== null ? ctx.helper.round(ctx.helper.mul(material.m_tp, 1+material.rate/100), 2) : null %><%= material.m_tp !== null || pre_tp_hs !== null ? ctx.helper.round(ctx.helper.add(pre_tp_hs, ctx.helper.round(ctx.helper.mul(material.m_tp, 1+material.rate/100), 2)), 2) : null %>
<% if ((material.status === auditConst.status.uncheck || material.status === auditConst.status.checkNo) && ctx.session.sessionUser.accountId === material.user_id) {%> <% } %>