设置其他标段
设置其他流程
<% 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">多人协同
<% } %>
<%- sp.name %>
<% if (!shenpi.sp_status_list[sp.status]) console.log(sp) %>
<%- shenpi.sp_status_list[sp.status].name %>:<%- shenpi.sp_status_list[sp.status].msg %>
<% if (sp.status === shenpi.sp_status.gdspl) { %>
<% if (sp.groupList && sp.groupList.length > 0) { %>
当前审批组:
编辑审批组
添加审批组
<% } %>
<% if (sp.auditGroupList.length > 0) { %>
<% for (const [i, auditGroup] of sp.auditGroupList.entries()) { %>
-
<%- ctx.helper.transFormToChinese(i+1) %>审
<% for (const audit of auditGroup) { %>
<%- audit.name %>
<% } %>
<% if (auditGroup[0].audit_type !== auditType.key.common) { %>
<% } %>
<% } %>
-
添加流程
<% if (sp.code === 'change' && (!sp.groupList || (sp.groupList && sp.groupList.length === 0))) { %>
存为审批组
<% } %>
<% } else { %>
-
一审
<% } %>
<% } else if (sp.status === shenpi.sp_status.gdzs) { %>
-
授权审批人
<% if (sp.audit) { %>
-
终审
<%- sp.audit.name %>
<% } else { %>
-
终审
<% } %>
<% } %>