<% if @flag == true%> $("#search_div").html('<%= escape_javascript( render :partial => 'resource_search_form',:locals => {:user=>@user,:type=>@type} ) %>'); $("#resources_list").html('<%= escape_javascript( render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments})%>'); $("#res_count").html(0); $("#checkboxAll").attr('checked',false); $("#res_all_count").html(<%= @atta_count%>); <% if @ori and @ori.quotes.present? %> $("#reference_number_<%= @ori.id %>").text("<%= @ori.quotes %>"); <% end %> hideModal(); alert("发送成功"); <% else%> <% end %>