2014-11-04 14:53:49 +08:00
|
|
|
<% if @statue == 1%>
|
|
|
|
alert('启动成功');
|
2014-11-04 19:51:24 +08:00
|
|
|
$("#<%= @bid.id %>_start_anonymous_comment").remove();
|
2014-11-07 10:02:13 +08:00
|
|
|
$("#<%= @bid.id %>_anonymous_comment").append('<%= link_to "关闭匿评", alert_anonymous_comment_bid_path(@bid), remote: true, id:"#{@bid.id}_stop_anonymous_comment" %>');
|
2014-11-04 14:53:49 +08:00
|
|
|
<% elsif @statue == 2 %>
|
2014-11-05 09:16:06 +08:00
|
|
|
alert('启动失败\n作业总数大于等于2份时才能启动匿评');
|
2014-11-04 14:53:49 +08:00
|
|
|
<% elsif @statue == 3%>
|
|
|
|
alert("已开启匿评,请务重复开启");
|
|
|
|
<% end %>
|