#modal_relatorio_de_centro.modal.fade[role="dialog"] .modal-dialog[role="document"] .modal-content .modal-header button.close[type="button" data-dismiss="modal" aria-label="Close"] span[aria-hidden="false"] | × h4.modal-title.titulo_do_modal = simple_form_for( Tableless::RelatorioDoPatrimonio.new, url: url_for(controller: 'relatorios_do_patrimonio', action: 'imprimir'), method: :get, role: "form", html: { target: "_blank", multipart: true , id: 'form_relatorio_centro', class: "form-relatorio"} ) do |f| = f.hidden_field :relatorio, class: 'relatorio_centro' = f.hidden_field :button, class: 'botao_padrao', id: 'button_centro' .modal-body .row.data_unica.relacao_de_centros.div-form.form-pdf .col-sm-6 = f.input :data, as: :string, wrapper: :calendar_field, input_html: { class: "date-picker data_obrigatoria", placeholder: Date.today, autocomplete: "off", id: "data_unica_centro"}, required: true p.erro_data.text-danger.bold .row .col-sm-6.unidade.relacao_de_centros.div-form.form-pdf = f.input :unidade_gestora, label: 'Unidade Gestora', collection: @unidades_gestoras, label_method: :codigo_e_nome, include_blank: 'Selecione', input_html: {id: 'unidade_gestora_centro', class: 'form-control s2 unidade_gestora_obrigatoria combobox-modal', style: 'width: 100%'}, required: true p.erro_unidade_gestora.text-danger.bold .relacao_de_centros.div-form.form-pdf .row .col-sm-12 = f.input :ordem, label: 'Sequência', collection: @ordem, label_method: :first, label_value: :second, include_blank: 'Selecione', input_html: {class: 'form-control s2 sequencia', style: 'width: 100%', id: 'sequencia_centro'} .form-actions = f.button :button, 'PDF', type: 'button', name: "button", value: "pdf", class: "btn btn-primary submit-pdf botao_de_envio", id: 'botao_de_centro'