% include ../tender/tender_sub_menu.ejs %>
创建时间 | 提交人 | 状态 | 完成时间 | 操作 | |
---|---|---|---|---|---|
<%- lr.corder %> | <%- lr.in_time ? lr.in_time.toLocaleDateString() : '' %> | <%- lr.user_name %> | class="text-danger"<% } %>> <% if (lr.valid) { %> <%- auditConst.statusString[lr.status] %> <% } else { %> 作废 <% } %> | <%- lr.end_time ? lr.end_time.toLocaleDateString() : '' %> | <% if (lr.valid) { %> <% if (lr.status === auditConst.status.uncheck) { %> 修订 作废 <% } else if (lr.status === auditConst.status.checking) { %> 审批< <% } else if (lr.status === auditConst.status.checkNo) { %> 重新上报 作废 <% } else if (ledgerRevise.indexOf(lr) === ledgerRevise.length - 1) { %> 查看修订内容 <% } %> <% } %> |