|
@@ -47,7 +47,6 @@
|
|
|
<li class="list-group-item" auditorId="<%- ctx.stage.auditorList[i].aid %>">
|
|
|
<% if ((ctx.tender.info.shenpi.stage === shenpiConst.sp_status.sqspr ||
|
|
|
(ctx.tender.info.shenpi.stage === shenpiConst.sp_status.gdzs && i+1 !== iLen)) && ctx.session.sessionUser.accountId === ctx.stage.user_id && !ctx.tender.isTourist) { %>
|
|
|
- <% console.log(ctx.session.sessionUser.accountId === ctx.stage.user_id && !ctx.tender.isTourist); %>
|
|
|
<a href="javascript: void(0)" class="text-danger pull-right">移除</a>
|
|
|
<% } %>
|
|
|
<span><%- ctx.stage.auditorList[i].order %> <%- ctx.stage.auditorList[i].name %></span>
|