| INSTRUÇÕES : |
|
||
|---|---|---|---|
| Status * : | <%= select_tag("form[status_pedido][]", options_for_select(Pedido::LISTA_STATUS, ''), {:multiple=>true, :size=>6}) %> | Ano * : | <%= select_tag("form[ano]", options_for_select(['2010','2011','2012','2013','2014','2015','2016','2017'])) %> |
| Representante : | <%= collection_select 'form', 'colaborador', Colaborador.find(:all, :order => "nome"), :id, :nome, {}, :multiple => true, :size => 6 %> | <%= submit_tag 'Gerar Relatório', :name => "submit" %> | |