<% include ../tender/tender_sub_menu.ejs %>
<% include ../tender/tender_sub_mini_menu.ejs %>
<% if (tender.user_id === uid) { %> <% } %>
<% for (const c of changes) { %> <% } %>
变更申请编号创建人 创建时间状态立项编号 变更通知书通知书发出人操作
<%- c.code %> <%- apply_username %><%- ctx.helper.formatFullDate(c.in_time) %> <%- auditConst.statusString[c.status] %> <%- c.project_code %> <% if (c.notice_code) { %><%- c.notice_code %><% } %> <%- c.account_name %> <% if ((c.status === auditConst.status.uncheck || c.status === auditConst.status.checkNo) && c.uid === ctx.session.sessionUser.accountId) { %> <%- auditConst.statusButton[c.status] %> <% } else if (c.status === auditConst.status.checking && c.curAuditor && c.curAuditor.aid === ctx.session.sessionUser.accountId) { %> <%- auditConst.statusButton[c.status] %> <% } %> <% if (c.uid === uid && (c.status === auditConst.status.uncheck || c.status === auditConst.status.checkNo)) { %>删除<% } %>
<% include ../layout/page.ejs %>