<% include ../tender/tender_sub_mini_menu.ejs %>
<% if(auditStatus === auditConst.status.uncheck || auditStatus === auditConst.status.back) { %>
<% } %>
<% if (auditStatus === 1 || auditStatus === 2) { %>
<% } %>
<% if (auditStatus === 3 || auditStatus === 4 || auditStatus === 5 || auditStatus === 7) { %>
<% } %>
<% if (auditStatus === 1) { %>
上报审批
<% } else if (auditStatus === 2) { %>
重新上报
<% } else if (auditStatus === 3) { %>
审批退回
<% } else if (auditStatus === 4) { %>
审批完成
<% } else if (auditStatus === 5) { %>
审批终止
<% } else if (auditStatus === 6) { %>
审批通过
审批退回
<% } else if (auditStatus === 7) { %>
审批中
<% } %>
<% if (auditStatus === 4 && ctx.session.sessionUser.accountId === auditList[auditList.length-1].uid) { %>
<% if (stageChangeNum === 0) { %>
重新审批
<% } else { %>
<% } %>
<% } %>
<% if (auditStatus === 1 || auditStatus === 2) { %>
您修改了变更信息,记得保存修改。
<% } %>