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
14218785
Commit
14218785
authored
Nov 22, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cadastro dados proposta transferegov
parent
01ac70c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
DadosProposta.blade.php
...s/views/modulo_propostas/proposta/DadosProposta.blade.php
+4
-4
No files found.
resources/views/modulo_propostas/proposta/DadosProposta.blade.php
View file @
14218785
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
</div>
</div>
</div>
</div>
<span class="
br
-
divider
my
-
3
"></span>
<span class="
br
-
divider
my
-
3
"></span>
@can('e
Gestao
')
@can('e
Master
')
@if(
$totalValorTransferegov
<
$propostaSelecionada->vlr_final_transferegov
)
@if(
$totalValorTransferegov
<
$propostaSelecionada->vlr_final_transferegov
)
<div class="
scrimutilexemplo
">
<div class="
scrimutilexemplo
">
<button class="
br
-
button
block
secondary
mr
-
3
" type="
button
"><i class="
fas
fa
-
plus
" aria-hidden="
true
"></i>Cadastrar Proposta Transferegov
<button class="
br
-
button
block
secondary
mr
-
3
" type="
button
"><i class="
fas
fa
-
plus
" aria-hidden="
true
"></i>Cadastrar Proposta Transferegov
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
<th>#</th>
<th>#</th>
<th>Num Proposta</th>
<th>Num Proposta</th>
<th>Valor Transferegov</th>
<th>Valor Transferegov</th>
@can('e
Gestao
')
@can('e
Master
')
<th class="
text
-
center
">Excluir</th>
<th class="
text
-
center
">Excluir</th>
@endcan
@endcan
</tr>
</tr>
...
@@ -172,8 +172,8 @@
...
@@ -172,8 +172,8 @@
<td>
{
{$dados->id}
}
</td>
<td>
{
{$dados->id}
}
</td>
<td>
{
{$dados->num_proposta_transferegov}
}
</td>
<td>
{
{$dados->num_proposta_transferegov}
}
</td>
<td>{{number_format( (
$dados->vlr_proposta_transferegov
), 2, ',' , '.')}}</td>
<td>{{number_format( (
$dados->vlr_proposta_transferegov
), 2, ',' , '.')}}</td>
@can('e
Gestao
')
@can('e
Master
')
<td class="
text
-
center
">
<td class="
text
-
center
">
<botao-acao-icone
<botao-acao-icone
:url="
'{{ url("proposta/transferegov/excluir")}}'
"
:url="
'{{ url("proposta/transferegov/excluir")}}'
"
registro="
{{
$dados
->
id
}}
"
registro="
{{
$dados
->
id
}}
"
...
...
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