| З/П Мастера: |
<%= text_field :report, :sum, :size => 5, :readonly => true, :class => "required number", :onchange =>"$('#report_sum2').val($(this).val())" %>
|
| Стоимость парковки: |
<%= text_field :report, :transport_sum, :readonly => !@boss, :size => 5 %>
|
| Полученные деньги с клиента: |
<%= text_field :report, :total_sum_get_money, :size => 5 %> |
| Обоснование не взятия денег: |
<%= select_tag "total_sum_comment_example", options_for_select(total_sum_comment), :onchange => "$('#report_total_sum_comment').val((this.value!='- Примеры -') ? this.value : $('report_total_sum_comment').value)" %>
<%= text_field :report, :total_sum_comment %>
|
| Стоимость всех работ: |
<%= text_field :report, :total_sum_works, :readonly => true, :size => 5 %>
|
| Стоимость всех расходников: |
<%= text_field :report, :total_sum_materials, :readonly => true, :size => 5 %>
|