#modal_relatorios_retorno.modal.fade role="dialog" style="height: 100%" aria-hidden="true" .modal-dialog role="document" .modal-content .modal-header button.close aria-label="Close" data-dismiss="modal" type="button" span aria-hidden="true" × h4 Relatório de Retorno Bancário = simple_form_for( Contabilidade::RetornoBancario.new, url: contabilidade_relatorios_imprimir_path(), method: :get, html: {id: "form_relatorio_retorno", target: "_blank"} ) do |f| = f.input :relatorio, as: :hidden, input_html: { value: "retorno_bancario" } = f.input :orcamento_id, as: :hidden, input_html: { value: "#{contexto_atual.id}" } = f.input :id, as: :hidden, input_html: { value: "#{@retorno_bancario.id}" } .modal-body .form-group .row .col-sm-12 = f.input :itens_do_retorno_bancario, label: "Itens do Retorno Bancário", collection: @itens_do_retorno_bancario, label_method: :numero_da_ob, include_blank: "Selecione", input_html: {class: "s2" , id: "unidades_orcamentarias_para_relatorio", style: 'width: 100%'} .modal-footer .row .col-sm-4 p Campos Obrigatórios(*) .row .col-sm-9 .col-sm-3 = f.button :button, 'Gerar PDF', type: 'button', name: "tipo_de_relatorio", value: "pdf", class: "btn btn-success", id: "botao_retorno_bancario_pdf"