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
01ac70c2
Commit
01ac70c2
authored
Nov 22, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cadastro dados proposta transferegov
parent
032f321b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
22 deletions
+27
-22
DadosProposta.blade.php
...s/views/modulo_propostas/proposta/DadosProposta.blade.php
+27
-22
No files found.
resources/views/modulo_propostas/proposta/DadosProposta.blade.php
View file @
01ac70c2
...
...
@@ -144,13 +144,14 @@
</div>
</div>
<span class="
br
-
divider
my
-
3
"></span>
@if(
$totalValorTransferegov
<
$propostaSelecionada->vlr_final_transferegov
)
<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>
</div>
@endif
@can('eGestao')
@if(
$totalValorTransferegov
<
$propostaSelecionada->vlr_final_transferegov
)
<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>
</div>
@endif
@endcan
@if(
$totalValorTransferegov
> 0)
<div class="
table
-
responsive
-
sm
">
...
...
@@ -160,7 +161,9 @@
<th>#</th>
<th>Num Proposta</th>
<th>Valor Transferegov</th>
<th class="
text
-
center
">Excluir</th>
@can('eGestao')
<th class="
text
-
center
">Excluir</th>
@endcan
</tr>
</thead>
<tbody>
...
...
@@ -169,19 +172,21 @@
<td>
{
{$dados->id}
}
</td>
<td>
{
{$dados->num_proposta_transferegov}
}
</td>
<td>{{number_format( (
$dados->vlr_proposta_transferegov
), 2, ',' , '.')}}</td>
<td class="
text
-
center
">
<botao-acao-icone
:url="
'{{ url("proposta/transferegov/excluir")}}'
"
registro="
{{
$dados
->
id
}}
"
mensagem="
Deseja
excluir
a
proposta
?
"
titulo="
Atenção
!!!
"
txtbotaoconfirma="
Sim
"
txtbotaocancela="
Cancelar
"
cssbotao="
br
-
button
danger
circle
mr
-
3
small
"
cssicone="
fas
fa
-
trash
"
></botao-acao-icone>
</td>
@can('eGestao')
<td class="
text
-
center
">
<botao-acao-icone
:url="
'{{ url("proposta/transferegov/excluir")}}'
"
registro="
{{
$dados
->
id
}}
"
mensagem="
Deseja
excluir
a
proposta
?
"
titulo="
Atenção
!!!
"
txtbotaoconfirma="
Sim
"
txtbotaocancela="
Cancelar
"
cssbotao="
br
-
button
danger
circle
mr
-
3
small
"
cssicone="
fas
fa
-
trash
"
></botao-acao-icone>
</td>
@endcan
</tr>
@endforeach
</tbody><!-- fechar tbody-->
...
...
@@ -206,7 +211,7 @@
<button class="
br
-
button
primary
mr
-
3
" type="
button
" name="
imprimir
" value="
Imprimir
" onclick="
window
.
print
();
">Imprimir
</button>
<button class="
br
-
button
danger
mr
-
3
" type="
button
" onclick="
javascript
:
window
.
history
.
go
(
-
1
)
">Voltar
<button class="
br
-
button
danger
mr
-
3
" type="
button
" onclick="
window
.
location
.
href
=
'/selecao/propostas/consultar'
">Voltar
</button>
</div>
</div>
...
...
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