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
83cafdfa
Commit
83cafdfa
authored
Dec 20, 2023
by
sandroresende
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inclusao num proposta transferegov lista selec
parent
2e938a75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ListaPropostasSelecionadas.blade.php
...o_propostas/proposta/ListaPropostasSelecionadas.blade.php
+4
-4
No files found.
resources/views/modulo_propostas/proposta/ListaPropostasSelecionadas.blade.php
View file @
83cafdfa
...
...
@@ -51,9 +51,9 @@
<th>Ação</th>
<th>Situação</th>
<th>Valor Repasse</th>
<!--
<th>Nº Proposta Transferegov</th>
-->
<th>Valor Transferegov</th>
</tr>
</thead>
...
...
@@ -69,13 +69,13 @@
<td>
{
{$dados->acao_programa_id}
}
</td>
<td>
{
{$dados->txt_situacao_proposta}
}
</td>
<td class="
text
-
center
">{{number_format( (
$dados->vlr_repasse
), 2, ',' , '.')}}</td>
<!--
<td class="
text
-
center
">
<a class="
menu
-
item
" target="
_blank
" href='{{ url("
https
://
discricionarias
.
transferegov
.
sistema
.
gov
.
br
/
voluntarias
/
ConsultarProposta
/
ResultadoDaConsultaDePropostaDetalharProposta
.
do
?
idProposta
=
$dados
->
cod_proposta
&
Usr
=
guest
&
Pwd
=
guest
/
")}}'>
{
{$dados->num_proposta_transferegov}
}
</a>
</td>
-->
<td class="
text
-
center
">{{number_format( (
$dados->vlr_final_transferegov
), 2, ',' , '.')}}</td>
</tr>
...
...
Sandro Gonçalves de Sousa Resende
@sandro.resende
mentioned in commit
0e79db8c
·
Dec 27, 2023
mentioned in commit
0e79db8c
mentioned in commit 0e79db8c622b71be0dd3ac41f71c0c2c444540e0
Toggle commit list
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