Commit 6cba7067 authored by sandroresende's avatar sandroresende

inclusao consulta cruzamento transferegov

parent c05f436e
......@@ -30,9 +30,59 @@
barracompartilhar="false">
</cabecalho-relatorios>
<!--
,
, , ,
uf_transferegov, municipio_transferegov, identif_proponente_transferegov,
, , ,
situacao_ajustada, sistema_x_transferegov, valida_cnpj, num_propostas_cnpj_transferegov
-->
<div class="form-group">
<div class="form-group">
<div class="titulo"><h3>Proposta Transferegov</h3> </div>
<div class="row">
<div class="col col-xs-12 col-sm-3 br-input input-highlight">
<p><strong>1. Número Proposta</strong></p>
<input id="input-highlight-labeless" type="text" placeholder="Placeholder" value="{{$propostaTransferegov->num_proposta_transferegov}}" />
<span class="br-divider my-3">
</div>
<div class="col col-xs-12 col-sm-3 br-input input-highlight">
<p><strong>2. Programa</strong></p>
<input id="input-highlight-labeless" type="text" placeholder="Placeholder" value="{{$propostaTransferegov->programa_transferegov}}" />
<span class="br-divider my-3">
</div>
<div class="col col-xs-12 col-sm-3 br-input input-highlight">
<p><strong>3. Ação Orçamentária</strong></p>
<input id="input-highlight-labeless" type="text" placeholder="Placeholder" value="{{$propostaTransferegov->acao_orcamentaria}}" />
<span class="br-divider my-3">
</div>
<div class="col col-xs-12 col-sm-3 br-input input-highlight">
<p><strong>4. RP</strong></p>
<input id="input-highlight-labeless" type="text" placeholder="Placeholder" value="{{$propostaTransferegov->rp_transferegov}}" />
<span class="br-divider my-3">
</div>
</div>
<div class="row">
<div class="col col-xs-12 col-sm-12 br-textarea input-highligh">
<p><strong>5. Objeto da Intervenção</strong></p>
<textarea id="input-highlight-labeless" placeholder="Placeholder" >{{$propostaTransferegov->objeto_proposta_transferegov}}</textarea>
<span class="br-divider my-3">
</div>
</div><!-- div row -->
<div class="row">
<div class="col col-xs-12 col-sm-6 br-input input-highlight">
<p><strong>6. Valor do Repasse</strong></p>
<input id="input-highlight-labeless" type="text" placeholder="Placeholder" value="{{number_format( ($propostaTransferegov->vlr_repasse_transferegov), 2, ',' , '.')}}" />
<span class="br-divider my-3">
</div>
<div class="col col-xs-12 col-sm-6 br-input input-highlight">
<p><strong>7. Valor da Contrapartida</strong></p>
<input id="input-highlight-labeless" type="text" placeholder="Placeholder" value="{{number_format( ($propostaTransferegov->vlr_contrapartida_transferegov), 2, ',' , '.')}}" />
<span class="br-divider my-3">
</div>
</div><!-- div row -->
@if(count($propostas) > 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment