<%= Gon::Base.render_data(:namespace => 'gon_target') %>
<%= select_tag "staff_id", options_for_select(@staffs), { id: 'target_staff_id', include_blank: true} %>

<%= select_tag "staff_id", options_for_select(@staffs), { id: "add_staff_id", include_blank: true } %>
<% if can? :new_create, EducodeSales::SalePlan %> <% end %>