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
035df21c
Commit
035df21c
authored
Dec 05, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alteracao lista propostas transferegov
parent
c42c5d38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
SelecaoController.php
app/Http/Controllers/Propostas/SelecaoController.php
+7
-3
ListaPropostasTransferegov.blade.php
...ostas/proposta/admin/ListaPropostasTransferegov.blade.php
+2
-2
No files found.
app/Http/Controllers/Propostas/SelecaoController.php
View file @
035df21c
...
...
@@ -936,14 +936,18 @@ class SelecaoController extends Controller
$where
[]
=
[
'situacao_ajustada'
,
$request
->
situacaoPropostaAjustada
];
}
$validaCnpj
=
'Nào'
;
if
(
$request
->
sistemaVsTransferegov
){
$where
[]
=
[
'sistema_x_transferegov'
,
$request
->
sistemaVsTransferegov
];
$where
[]
=
[
'sistema_x_transferegov'
,
$request
->
sistemaVsTransferegov
];
if
(
$request
->
validaCnpj
==
'Verificar'
||
$request
->
sistemaVsTransferegov
==
'Proposta Não Selecionada e Cadastrada no TransfereGOV'
)
$validaCnpj
=
'Sim'
;
}
$validaCnpj
=
''
;
if
(
$request
->
validaCnpj
){
$where
[]
=
[
'valida_cnpj'
,
$request
->
validaCnpj
];
$validaCnpj
=
$request
->
validaCnpj
;
if
(
$request
->
validaCnpj
==
'Verificar'
||
$request
->
sistemaVsTransferegov
==
'Proposta Não Selecionada e Cadastrada no TransfereGOV'
)
$validaCnpj
=
'Sim'
;
}
$propostasTransferegov
=
ViewSysRelatorioGeralDiscricionarioSistema
::
where
(
$where
)
->
get
();
...
...
resources/views/modulo_propostas/proposta/admin/ListaPropostasTransferegov.blade.php
View file @
035df21c
...
...
@@ -44,7 +44,7 @@
<tr class="
text
-
center
">
<th>#</th>
<th>ID</th>
@if(
$validaCnpj
!= '
Verificar
')
@if(
$validaCnpj
!= '
Sim
')
<th>UF Sistema</th>
<th>Município Sistema</th>
<th>CNPJ Sistema</th>
...
...
@@ -76,7 +76,7 @@
@endif
<td>
{
{$loop->index+1}
}
<td>
{
{$dados->id_sistema}
}
</td>
@if(
$validaCnpj
!= '
Verificar
')
@if(
$validaCnpj
!= '
Sim
')
<td>
{
{$dados->uf_sistema}
}
</td>
<td>
{
{$dados->municipio_sistema}
}
</td>
<td>
{
{$dados->cnpj_sistema}
}
</td>
...
...
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