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
2cbe112d
Commit
2cbe112d
authored
Oct 25, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filtro usuário por tipo e modulo
parent
a8c3ac6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
DadosSelecaoPropostas.blade.php
..._propostas/proposta/admin/DadosSelecaoPropostas.blade.php
+5
-3
ListaPropostasSelecionadas.blade.php
...ostas/proposta/admin/ListaPropostasSelecionadas.blade.php
+1
-0
SelecionarProposta.blade copy.php
...ropostas/proposta/admin/SelecionarProposta.blade copy.php
+1
-1
SelecionarProposta.blade.php
...ulo_propostas/proposta/admin/SelecionarProposta.blade.php
+1
-1
No files found.
resources/views/modulo_propostas/proposta/admin/DadosSelecaoPropostas.blade.php
View file @
2cbe112d
...
...
@@ -51,9 +51,11 @@
Este formulário permite que você adicione novas propostas ou edite os dados da proposta selecionada.
</p>
<div class="
scrimutilexemplo
">
<button type="
button
" class="
br
-
button
block
secondary
mr
-
3
" aria-label="
Ícone
ilustrativo
" data-bs-toggle="
modal
" data-bs-target="
#novaProposta">
<
i
class
="
fas
fa
-
plus
" aria-hidden="
true
"></i>Adicionar Proposta
</button>
@if(!
$selecaoProposta->bln_selecao_concluida
)
<button type="
button
" class="
br
-
button
block
secondary
mr
-
3
" aria-label="
Ícone
ilustrativo
" data-bs-toggle="
modal
" data-bs-target="
#novaProposta">
<
i
class
="
fas
fa
-
plus
" aria-hidden="
true
"></i>Adicionar Proposta
</button>
@endif
</div>
<span class="
br
-
divider
my
-
3
"></span>
...
...
resources/views/modulo_propostas/proposta/admin/ListaPropostasSelecionadas.blade.php
View file @
2cbe112d
...
...
@@ -26,6 +26,7 @@
<cabecalho-relatorios
:titulo="
'Propostas Selecionadas'
"
:subtitulo2="
' {{count($propostas)}} propostas'
"
barracompartilhar="
false
">
...
...
resources/views/modulo_propostas/proposta/admin/SelecionarProposta.blade copy.php
View file @
2cbe112d
...
...
@@ -32,7 +32,7 @@
:subtitulo3="
'Valor Intervenção Cadastrado R$ {{number_format( ($proposta->vlr_intervencao), 2, '
,
' , '
.
')}}'
"
:subtitulo4="
'{{$proposta->selecao->txt_selecao}} - Seleção nº {{$proposta->selecao->num_selecao}}'
"
@if(
$proposta->usuario
):subtitulo3="
'Cadastrada por: {{$proposta->usuario->name}}'
" @endif
@if(
$proposta->updated_at
)
:dataatualizacao="
'{{date('
d
/
m
/
Y
',strtotime($proposta->updated_at))}}'
"
@elseif(
$proposta->created_at
)
...
...
resources/views/modulo_propostas/proposta/admin/SelecionarProposta.blade.php
View file @
2cbe112d
...
...
@@ -64,7 +64,7 @@
<td>
{
{date('d/m/Y',strtotime($dados->dte_resultado))}
}
</td>
<td>{{number_format( (
$dados->num_propostas
), 0, ',' , '.')}}</td>
<td>@if(
$dados->bln_selecao_concluida
) Concluída @else Em Andamento @endif</td>
<td>
{
{$dados->user->name}
}
</td>
<td>
@if(
$dados->user
)
{
{$dados->user->name}
}
@endif
</td>
<td>
@if(
$dados->bln_selecao_concluida
)
<button type="
button
" class="
br
-
button
circle
secondary
small
mr
-
3
" aria-label="
Ícone
ilustrativo
" title="
Visualizar
"
...
...
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