<%= Gon::Base.render_data %>

<%= @business.name %>

<%= @business.department.school.name %>
<%= @business.department.name %>

<%if @last_follow_up&.clazz&.name == @o_name %>
<%= select_tag "clazz_id", options_for_select([[@o_name, EducodeSales::Common.find_by(name: @o_name).id]]), { 'lay-filter': 'clazz_id', class: 'required', :disabled => true } %>
<%else %>
<%= select_tag "clazz_id", options_for_select(@clazz, @last_follow_up&.clazz_id), { 'lay-filter': 'clazz_id', class: 'required', } %>
<%end %>
<%= select_tag "stage_id", options_for_select(@stages, @last_follow_up&.stage_id), class: 'required' %>



">
<%= select_tag "o_business_deployment", options_for_select(@deployment_type, @last_follow_up&.o_business_deployment), class: 'required' %>

客户采购支出的费用。总额的生命历程:1.在最初阶段,是商机的预算总额;2.在挂网阶段,是项目的挂网预算总额;3.在中标阶段,是项目的中标总额。

客户签给头歌的费用。合同额的生命历程:1.在中标之前,合同额都是0;2.在中标之后,实际与头歌签合同的金额。


总额里,渠道拿到的部分。
指定跟进人和商机创建者,同时拥有对该商机的管理权限