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
3fb75153
Commit
3fb75153
authored
Nov 23, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
consulta de proposta pelo num transferegov
parent
2dbd0c02
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
AuthServiceProvider.php
app/Providers/AuthServiceProvider.php
+1
-1
nav_sistema.blade.php
resources/views/layouts/nav/nav_sistema.blade.php
+5
-0
dados_contrato_saci.blade.php
resources/views/modulo_saci/dados_contrato_saci.blade.php
+2
-1
No files found.
app/Providers/AuthServiceProvider.php
View file @
3fb75153
...
...
@@ -48,7 +48,7 @@ class AuthServiceProvider extends ServiceProvider
});
Gate
::
define
(
'eMaster'
,
function
(
$user
)
{
if
((
$user
->
tipo_usuario_id
==
1
)
||
(
$user
->
tipo_usuario_id
==
2
)){
if
((
$user
->
tipo_usuario_id
==
1
)
||
(
$user
->
tipo_usuario_id
==
2
)
||
(
$user
->
tipo_usuario_id
==
6
)
){
return
true
;
}
return
false
;
...
...
resources/views/layouts/nav/nav_sistema.blade.php
View file @
3fb75153
...
...
@@ -62,6 +62,11 @@
@endcan
@can('eGestao')
<li><a
class=
"menu-item"
href=
"{{ url('/admin/selecao/propostas/selecionar') }}"
title=
"Selecionar Propostas"
><span
class=
"icon"
>
<i
class=
"fas fa-file fa-lg"
></i></span><span
class=
"content"
>
Selecionar Propostas
</span></a>
</li>
<li><a
class=
"menu-item"
href=
"{{ url('/selecao/resultados/consultar') }}"
title=
"Resultados"
><span
class=
"icon"
>
<i
class=
"fas fa-file fa-lg"
></i></span><span
class=
"content"
>
Resultados
</span></a>
</li>
...
...
resources/views/modulo_saci/dados_contrato_saci.blade.php
View file @
3fb75153
@
extends
(
'layouts.app'
)
@
section
(
'scriptscss'
)
<!--
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"
{
{URL::asset('css/saci/AdminLTE.min.css')}
}
"
media
=
"screen"
/>
-->
@
endsection
...
...
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