<% include ./stage_sub_mini_menu.ejs %>
<% if (!ctx.stage.readOnly) { %>
<% if (ctx.stage.check_detail) { %>
完成本期中间计量
<% } else { %>
<% if (ctx.stage.user_id = ctx.session.sessionUser.accountId) {%>
请继续完成上报审批。如需修改计量,点击 编辑
<% } else { %>
已完成,请继续完成「上报审批」 解锁编辑
<% } %>
<% } %>
<% } %>