Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sistema_mcid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marcio neto
sistema_mcid
Commits
6cba7067
Commit
6cba7067
authored
Dec 05, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inclusao consulta cruzamento transferegov
parent
c05f436e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
2 deletions
+52
-2
DadosPropostaTransferegovVerificar.blade.php
...oposta/admin/DadosPropostaTransferegovVerificar.blade.php
+52
-2
No files found.
resources/views/modulo_propostas/proposta/admin/DadosPropostaTransferegovVerificar.blade.php
View file @
6cba7067
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment