<% include ./tender_sub_menu.ejs %>
<% include ./tender_sub_mini_menu.ejs %>

审批流程设置

<% for (const sp of shenpi.sp_lc) { %>
<%- sp.name %>
<% for (const st in shenpi.sp_status_list) { %>
checked<% } %>>
<% } %>
<%- 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 { %>
  • 终审
  • <% } %>
<% } %>
<% } %>