<%= @follow_up.business.name %>

<%= @follow_up.business.department&.school&.name %>
<%if @follow_up.business.number.present?%>
<%= @follow_up.business.number %>
<%end %>
<%= @follow_up.business.department&.name %>

<%= @follow_up.clazz.name %>
<%= @follow_up.stage.name %>

<%= @follow_up.invitation_at.to_s %>
<%= @follow_up.bidded_date.to_s %>

<%= @follow_up.signed_date.to_s %>
<%= @follow_up.reception_at.to_s %>

<%if @follow_up.clazz_id == EducodeSales::Common.find_by(extras: EducodeSales::Common::OTYPE)&.id %>
<%= @follow_up.service_start_time.to_s + "-" + @follow_up.service_end_time.to_s %>
<%end %> <%if @follow_up.clazz_id == EducodeSales::Common.find_by(extras: EducodeSales::Common::OTYPE)&.id %>
<%=@show_follow_recored_deployment%>
<% end %>
<%= @follow_up.total_amount.to_f.round(6) %>万
<%= @follow_up.actual_amount.to_f.round(6) %>万

<%= @follow_up.place&.name %>
<%= @follow_up.divide_amount.to_f.round(6) %>万

<%= @follow_up.budget_amount.to_f.round(6) %>万
<%= @follow_up.divide_rate.to_f.round(2) %>%
<%= @follow_up&.year %>年
<%= @follow_up&.funding_source %>
<%= @follow_up.signed_department&.school&.name || '' %>
<%= @business.assign_staffs.map{|d| d.staff.user.full_name}.join("、") %>
<%= @trend.content %>
<%= @follow_up.created_at.to_s %>
<%= @follow_up.staff.user.real_name %>