设置其他标段
设置其他流程
<% if (sp.code === 'stage' && !revising && ctx.tender.data.ledger_status === auditConst.ledger.status.checked) { %>
style="display: none"<% } %> data-name="<%- sp.name %>" data-code="<%- sp.code %>" href="#cooperation" data-toggle="modal" data-target="#cooperation">多人协同 <%- cooperationNum %>
<% } %>
<%- sp.name %>
<%- shenpi.sp_status_list[sp.status].name %>:<%- shenpi.sp_status_list[sp.status].msg %>
<% if (sp.status === shenpi.sp_status.gdspl) { %>
<% if (sp.auditList.length > 0) { %>
<% for (const [i, audit] of sp.auditList.entries()) { %>
-
<%- ctx.helper.transFormToChinese(i+1) %>审
<%- audit.name %>
<% } %>
- 添加流程
<% } else { %>
-
一审
<% } %>
<% } else if (sp.status === shenpi.sp_status.gdzs) { %>
-
授权审批人
<% if (sp.audit) { %>
-
终审
<%- sp.audit.name %>
<% } else { %>
-
终审
<% } %>
<% } %>