<% include ../tender/tender_sub_menu.ejs %>
<% include ../tender/tender_sub_mini_menu.ejs %>
<% if (addValid) { %> <% } %>
<% for (const lr of ledgerRevise) { %> <% if (!lr.valid) {%> <% } else { %> <% } %> <% } %>
创建时间 提交人 状态 完成时间 操作
<%- lr.corder %> <%- lr.in_time ? ctx.moment(lr.in_time).format('YYYY-MM-DD') : '' %> <%- lr.user_name %> 作废 <% if (lr.curAuditor) { %> <%- lr.curAuditor.name %><%if (lr.curAuditor.role !== '' && lr.curAuditor.role !== null) { %>-<%- lr.curAuditor.role %><% } %> <% } %> <%- auditConst.auditProgress[lr.status] %> <%- lr.end_time ? ctx.moment(lr.end_time).format('YYYY-MM-DD') : '' %> <% if (lr.valid) { %> <% if (lr.status === auditConst.status.uncheck && lr.uid === ctx.session.sessionUser.accountId) { %> 修订 作废 <% } else if (lr.status === auditConst.status.checking && lr.curAuditor.audit_id === ctx.session.sessionUser.accountId) { %> 审批 <% } else if (lr.status === auditConst.status.checkNo && lr.uid === ctx.session.sessionUser.accountId) { %> 重新上报 作废 <% } else if (lr.status !== auditConst.status.checked) { %> 查看修订内容 <% } %> <% } %> <% if (lr.lastest) { %> 查看修订内容 <% } %>
<% include ../layout/page.ejs %>