Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
a375df36
Commit
a375df36
authored
Nov 02, 2021
by
Guilherme Silva
Browse files
Alteração no acesso a listagem de relatórios
parent
22127580
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
a375df36
...
@@ -224,16 +224,28 @@
...
@@ -224,16 +224,28 @@
<div id="
relatorios
">
<div id="
relatorios
">
<div class="
row
">
<div class="
row
">
<div class="
col
-
sm
-
4
">
<div class="
col
-
sm
-
4
">
<label for="
dt_inicioRelatorio
" class="
col
-
form
-
label
">{{ __('In
i
cio d
a Submissão
:') }}</label>
<label for="
dt_inicioRelatorio
Parcial
" class="
col
-
form
-
label
">{{ __('In
í
cio d
o Relatório Parcial
:') }}</label>
<input id="
dt_inicioRelatorio
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_inicioRelatorio
" value="
{{
$evento
->
dt_inicioRelatorio
}}
" required autocomplete="
dt_inicioRelatorio
" disabled autofocus>
<input id="
dt_inicioRelatorio
Parcial
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_inicioRelatorio
Parcial
" value="
{{
$evento
->
dt_inicioRelatorio
Parcial
}}
" required autocomplete="
dt_inicioRelatorio
Parcial
" disabled autofocus>
</div>
</div>
<div class="
col
-
sm
-
4
">
<div class="
col
-
sm
-
4
">
<label for="
dt_fimRelatorio
" class="
col
-
form
-
label
">{{ __('Fim d
a Submissão
:') }}</label>
<label for="
dt_fimRelatorio
Parcial
" class="
col
-
form
-
label
">{{ __('Fim d
o Relatório Parcial
:') }}</label>
<input id="
dt_fimRelatorio
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_fimRelatorio
" value="
{{
$evento
->
dt_fimRelatorio
}}
" required autocomplete="
dt_fimRelatorio
" disabled autofocus>
<input id="
dt_fimRelatorio
Parcial
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_fimRelatorio
Parcial
" value="
{{
$evento
->
dt_fimRelatorio
Parcial
}}
" required autocomplete="
dt_fimRelatorio
Parcial
" disabled autofocus>
</div>
</div>
</div>
</div>
<div class="
row
">
<div class="
col
-
sm
-
4
">
<label for="
dt_inicioRelatorioFinal
" class="
col
-
form
-
label
">{{ __('Início do Relatório Final:') }}</label>
<input id="
dt_inicioRelatorioFinal
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_inicioRelatorioFinal
" value="
{{
$evento
->
dt_inicioRelatorioFinal
}}
" required autocomplete="
dt_inicioRelatorioFinal
" disabled autofocus>
</div>
<div class="
col
-
sm
-
4
">
<label for="
dt_fimRelatorioFinal
" class="
col
-
form
-
label
">{{ __('Fim do Relatório Final:') }}</label>
<input id="
dt_fimRelatorioFinal
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_fimRelatorioFinal
" value="
{{
$evento
->
dt_fimRelatorioFinal
}}
" required autocomplete="
dt_fimRelatorioFinal
" disabled autofocus>
</div>
</div>
</div>
</div>
<div>
<div>
<br>
<br>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
a375df36
...
@@ -116,14 +116,12 @@
...
@@ -116,14 +116,12 @@
<
a
href
=
"{{ route('trabalho.show', ['id' =>
$projeto->id
]) }}"
class
=
"dropdown-item"
style
=
"text-align: center"
>
<
a
href
=
"{{ route('trabalho.show', ['id' =>
$projeto->id
]) }}"
class
=
"dropdown-item"
style
=
"text-align: center"
>
Visualizar
Visualizar
</
a
>
</
a
>
@
if
((
$edital
->
dt_inicioRelatorio
!=
null
&&
$edital
->
dt_fimRelatorio
!=
null
)
&&
(
$edital
->
dt_inicioRelatorio
<=
$hoje
&&
$hoje
<=
$edital
->
dt_fimRelatorio
))
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('planos.listar', ['id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center"
>
<
a
href
=
"{{route('planos.listar', ['id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center"
>
Relatórios
Relatórios
</
a
>
</
a
>
@
endif
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
{{
--
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
{{
--
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
Recorrer
Recorrer
...
...
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