tr.nested-fields = f.input :dados_extras_do_bem_id, as: :hidden = f.input :item_do_recebimento_de_bem_id, as: :hidden = f.input :orcamento_id, as: :hidden = f.input :status, as: :hidden = f.input :sequencia, as: :hidden td = f.input :data_do_tombamento, label: false, as: :string, wrapper: :calendar_field, input_html: { class: 'date-picker' } td = f.input :cor, label: false td = f.input :chassi, label: false td = f.input :serie_do_veiculo, label: false td = f.input :renavam, label: false, input_html: { maxlength: '11' } td = f.input :ano_de_fabricacao, label: false td = f.input :placa, label: false td = f.input :tipo_de_combustivel, label: false, collection: Patrimonio::BemPatrimonial.tipos_de_combustivel_i18n, include_blank: 'Selecione', input_html: { class: 's2' } td = f.input :capacidade_de_combustivel, label: false, as: :string, input_html: { data: { autonumeric: true, 'a-sep'=> '.', 'a-dec'=>',', 'v-min'=> '0.0000', 'v-max'=> '9999999999.99' }} td = f.input :quilometragem, label: false, as: :string, input_html: { data: { autonumeric: true, 'a-sep'=> '.', 'a-dec'=>',', 'v-min'=> '0.0000', 'v-max'=> '9999999999.99' }}