返回<%- ctx.paymentTender.name %>
标段属性
<% if (ctx.session.sessionUser.accountId === trInfo.uid && trInfo.is_del === 0 && (rptMsg || trInfo.type === paymentConst.modes_value_object.safe)) { %> <% if (trDetailList.length === 0 || (trDetailList.length !== 0 && trDetailList[0].status === auditConst.status.checked)) { %> 新建审批 <% } %> <% if ((trDetailList.length === 0 || trDetailList[0].status === auditConst.status.checked || trDetailList[0].status === auditConst.status.uncheck || trDetailList[0].status === auditConst.status.checkNo) && trInfo.type !== paymentConst.modes_value_object.safe) { %> 绑定表单角色 style="display:none;" <% } %>>第一次新建审批,请点击右侧的“绑定表单角色”     <% } %> <% } %>
<% for (const tr of tenderRptList) { %> <%- tr.rpt_name %><% if (tr.have_notice) { %><% } %> <% } %>
<% for (const info of trDetailList) { %> <% if (info.type) { %> <% } else { %> <% } %> <% } %>
期数 编号 上报人 创建时间 审批进度 操作
第<%- info.order %>期<%- info.code %><%- info.code %><%- info.user_name %> <%- info.s_time %> <% if (info.curAuditor) { %> <%- info.curAuditor.name %><%if (info.curAuditor.role !== '' && info.curAuditor.role !== null) { %>-<%- info.curAuditor.role %><% } %> <% } %> <%- auditConst.auditProgress[info.status] %> <% if (info.status === auditConst.status.uncheck && info.uid === ctx.session.sessionUser.accountId) { %> <% if (info.type) { %> <%- auditConst.statusButton[info.status] %> <% } else { %> <%- auditConst.statusButton[info.status] %> <% } %> <% } else if (info.status === auditConst.status.checkNo && info.curAuditor && info.uid === ctx.session.sessionUser.accountId) { %> <% if (info.type) { %> <%- auditConst.statusButton[info.status] %> <% } else { %> <%- auditConst.statusButton[info.status] %> <% } %> <% } else if (info.status === auditConst.status.checking && info.curAuditor && info.curAuditor.aid === ctx.session.sessionUser.accountId) { %> <% if (info.type) { %> <%- auditConst.statusButton[info.status] %> <% } else { %> <%- auditConst.statusButton[info.status] %> <% } %> <% } else { %> <%- auditConst.auditProgress[info.status] %> <% } %> <% if ((ctx.session.sessionUser.is_admin || ((info.status === auditConst.status.uncheck || info.status === auditConst.status.checkNo) && info.uid === ctx.session.sessionUser.accountId)) && info.order === trDetailList.length) { %> 删除 <% } %>