<% 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) %>
<% } %>