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
ad87c8a9
"resources/vscode:/vscode.git/clone" did not exist on "150c75eee3166d7200f776c127ba805a6c38d4b1"
Commit
ad87c8a9
authored
Sep 27, 2021
by
José Rômulo
Browse files
Modificando tela de substituição
parent
2b7168a6
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analiseSubstituicoes.blade.php
View file @
ad87c8a9
...
...
@@ -22,7 +22,7 @@
<
h5
style
=
"color:grey; font-size:medium"
>
{{
$trabalho
->
titulo
}}
</
h5
>
</
div
>
<
div
class
=
"card-body"
>
@
if
(
$subsPendentes
->
count
()
>
0
)
@
if
(
$subs
tituicoes
Pendentes
->
count
()
>
0
)
<
table
class
=
"table table-bordered"
>
<
thead
>
<
tr
>
...
...
@@ -33,11 +33,11 @@
</
tr
>
</
thead
>
<
tbody
>
@
foreach
(
$subsPendentes
as
$subs
)
@
foreach
(
$subs
tituicoes
Pendentes
as
$subs
)
<
tr
>
<
td
><
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituido->id}
}
"
class
=
"button"
>
{{
$subs
->
participanteSubstituido
->
user
->
name
}}
</
a
></
td
>
<
td
><
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituto->id}
}
"
class
=
"button"
>
{{
$subs
->
participanteSubstituto
->
user
->
name
}}
</
a
></
td
>
<
td
><
a
href
=
"{{ route('baixar.plano', ['id' =>
$subs->planoSubstituto
->id]) }}"
>
{{
$subs
->
planoSubstituto
->
titulo
}}
</
a
></
td
>
<
td
><
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituido
()->withTrashed()->first()
->id}
}
"
class
=
"button"
>
{{
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
a
></
td
>
<
td
><
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituto
()->withTrashed()->first()
->id}
}
"
class
=
"button"
>
{{
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
a
></
td
>
<
td
><
a
href
=
"{{ route('baixar.plano', ['id' =>
$subs->planoSubstituto
()->withTrashed()->first()
->id]) }}"
>
{{
$subs
->
planoSubstituto
()
->
withTrashed
()
->
first
()
->
titulo
}}
</
a
></
td
>
<
td
>
<
div
class
=
"row justify-content-around"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalResultadoSubst
{
{$subs->id}
}
"
class
=
"button"
><
i
class
=
"far fa-check-circle fa-2x"
></
i
></
a
>
...
...
@@ -129,7 +129,7 @@
</
div
>
<!--
Modal
vizualizar
info
participante
substituido
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->participanteSubstituido->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->participanteSubstituido
()->withTrashed()->first()
->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-lg"
>
<
div
class
=
"modal-content"
>
...
...
@@ -149,7 +149,7 @@
</
div
>
<!--
Modal
vizualizar
info
participante
substituto
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->participanteSubstituto->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->participanteSubstituto
()->withTrashed()->first()
->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-lg"
>
<
div
class
=
"modal-content"
>
...
...
@@ -175,29 +175,86 @@
<
h4
>
Nenhuma
substituição
Pendente
</
h4
>
@
endif
<
h4
style
=
"margin-top:
2
5px"
>
Histórico
de
participant
es
</
h4
>
<
h4
style
=
"margin-top: 5
0
px"
>
Substituiçõ
es
</
h4
>
<
div
style
=
"margin-top: 20px"
>
<
div
class
=
"card-header"
>
<
div
class
=
"row"
>
<
div
class
=
"col-4"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Participante
Substituido
</
h5
>
</
div
>
<
div
class
=
"col-4"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Participante
Substituto
</
h5
>
</
div
>
<
div
class
=
"col-2"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Tipo
</
h5
>
</
div
>
<
div
class
=
"col-2"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Nome
/
Periodo
Status
</
h5
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"card-body"
>
@
foreach
(
$
participantesExcluidos
as
$participante
)
@
foreach
(
$
substituicoesProjeto
as
$subs
)
<
div
class
=
"row"
style
=
"margin-bottom: 20px;"
>
<
div
class
=
"col-10"
>
<
h4
style
=
"font-size:20px"
>
{{
$participante
->
user
->
name
}}
</
h4
>
<
h5
style
=
"color:grey; font-size:medium"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$participante
->
created_at
))}}
-
{{
date
(
'd-m-Y'
,
strtotime
(
$participante
->
deleted_at
))}}
</
h5
>
<
div
class
=
"col-4"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituido()->withTrashed()->first()->id}
}
"
class
=
"button"
><
h4
style
=
"font-size:18px"
>
{{
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
h4
></
a
>
<
h5
style
=
"color:grey; font-size:medium"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
created_at
))}}
-
@
if
(
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
deleted_at
==
null
)
Atualmente
@
else
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
deleted_at
))}}
@
endif
</
h5
>
</
div
>
<
div
class
=
"col-4"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituto()->withTrashed()->first()->id}
}
"
class
=
"button"
><
h4
style
=
"font-size:18px"
>
{{
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
h4
></
a
>
<
h5
style
=
"color:grey; font-size:medium"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
created_at
))}}
-
@
if
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
deleted_at
==
null
)
Atualmente
@
else
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
deleted_at
))}}
@
endif
</
h5
>
</
div
>
<
div
class
=
"col-2"
>
@
if
(
$subs
->
tipo
==
'ManterPlano'
)
<
h5
>
Manter
Plano
</
h5
>
@
elseif
(
$subs
->
tipo
==
'TrocarPlano'
)
<
h5
>
Alterar
Plano
</
h5
>
@
elseif
(
$subs
->
tipo
==
'Completa'
)
<
h5
>
Completa
</
h5
>
@
endif
</
div
>
<
div
class
=
"col-2"
>
@
if
(
$subs
->
status
==
'Finalizada'
)
<
h5
>
Concluída
</
h5
>
@
elseif
(
$subs
->
status
==
'Negada'
)
<
h5
>
Negada
</
h5
>
@
elseif
(
$subs
->
status
==
'Em Aguardo'
)
<
h5
>
Pendente
</
h5
>
@
endif
</
div
>
</
div
>
<!--
Modal
vizualizar
info
participante
substituido
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->participanteSubstituido()->withTrashed()->first()->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-lg"
>
<
div
class
=
"modal-content"
>
<
div
class
=
"modal-header"
style
=
"overflow-x:auto"
>
<
h5
class
=
"modal-title"
id
=
"exampleModalLabel"
style
=
"color:#1492E6"
>
Informações
Participante
</
h5
>
<
button
type
=
"button"
class
=
"close"
data
-
dismiss
=
"modal"
aria
-
label
=
"Close"
style
=
"padding-top: 8px; color:#1492E6"
>
<
span
aria
-
hidden
=
"true"
>&
times
;
</
span
>
</
button
>
</
div
>
<
div
class
=
"modal-body"
>
@
include
(
'administrador.vizualizarParticipante'
,
[
'visualizarSubstituido'
=>
1
])
</
div
>
<
div
class
=
"col-2 align-self-center"
>
<
div
class
=
"row justify-content-center"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipanteExcluido
{
{$participante->id}
}
"
class
=
"button"
><
i
class
=
"far fa-eye fa-2x"
></
i
></
a
>
</
div
>
</
div
>
</
div
>
<!--
Modal
vi
s
ualizar
info
rmações
participante
excluid
o
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
Excluido
{
{$
participante->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<!--
Modal
vi
z
ualizar
info
participante
substitut
o
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->
participante
Substituto()->withTrashed()->first()
->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-lg"
>
<
div
class
=
"modal-content"
>
...
...
@@ -210,7 +267,7 @@
</
div
>
<
div
class
=
"modal-body"
>
@
include
(
'administrador.
substitui
rParticipante
Form'
,
[
'visualizarOnly'
=>
1
]
)
@
include
(
'administrador.
vizualiza
rParticipante
'
)
</
div
>
</
div
>
</
div
>
...
...
@@ -218,7 +275,6 @@
@
endforeach
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/administrador/substituirParticipante.blade.php
View file @
ad87c8a9
...
...
@@ -58,7 +58,7 @@
</
button
>
</
div
>
<
div
class
=
"modal-body"
>
<
div
class
=
"modal-body
px-1
"
>
@
include
(
'administrador.substituirParticipanteForm'
)
</
div
>
</
div
>
...
...
@@ -88,8 +88,7 @@
</
div
>
</
div
>
@
if
(
$substituicoesPendentes
->
count
()
>
0
)
<
h4
style
=
"margin-top: 50px"
>
Substituições
Pendentes
</
h4
>
<
h4
style
=
"margin-top: 50px"
>
Substituições
</
h4
>
<
div
style
=
"margin-top: 20px"
>
<
div
class
=
"card-header"
>
<
div
class
=
"row"
>
...
...
@@ -103,51 +102,6 @@
Participante
Substituto
</
h5
>
</
div
>
<
div
class
=
"col-4"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Tipo
</
h5
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"card-body"
>
@
foreach
(
$substituicoesPendentes
as
$substituicao
)
<
div
class
=
"row"
style
=
"margin-bottom: 20px;"
>
<
div
class
=
"col-4"
>
<
h4
style
=
"font-size:18px"
>
{{
$substituicao
->
participanteSubstituido
->
user
->
name
}}
</
h4
>
</
div
>
<
div
class
=
"col-4"
>
<
h4
style
=
"font-size:18px"
>
{{
$substituicao
->
participanteSubstituto
->
user
->
name
}}
</
h4
>
</
div
>
<
div
class
=
"col-4"
>
@
if
(
$substituicao
->
tipo
==
'ManterPlano'
)
<
h5
>
Manter
Plano
</
h5
>
@
elseif
(
$substituicao
->
tipo
==
'TrocarPlano'
)
<
h5
>
Alterar
Plano
</
h5
>
@
elseif
(
$substituicao
->
tipo
==
'Completa'
)
<
h5
>
Completa
</
h5
>
@
endif
</
div
>
</
div
>
@
endforeach
</
div
>
</
div
>
@
endif
@
if
(
$substituicoesNegadas
->
count
()
>
0
)
<
h4
style
=
"margin-top: 50px"
>
Substituições
Negadas
</
h4
>
<
div
style
=
"margin-top: 20px"
>
<
div
class
=
"card-header"
>
<
div
class
=
"row"
>
<
div
class
=
"col-3"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Participante
Substituido
</
h5
>
</
div
>
<
div
class
=
"col-3"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Participante
Substituto
</
h5
>
</
div
>
<
div
class
=
"col-2"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Tipo
...
...
@@ -155,74 +109,65 @@
</
div
>
<
div
class
=
"col-2"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Justificativa
</
h5
>
</
div
>
<
div
class
=
"col-2"
>
<
h5
class
=
"card-title"
style
=
"color:#1492E6"
>
Data
Status
</
h5
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"card-body"
>
@
foreach
(
$substituicoes
Negadas
as
$subs
tituicao
)
@
foreach
(
$substituicoes
Projeto
as
$subs
)
<
div
class
=
"row"
style
=
"margin-bottom: 20px;"
>
<
div
class
=
"col-3"
>
@
if
(
$substituicao
->
participanteSubstituido
()
->
first
()
!=
null
)
<
h4
style
=
"font-size:18px"
>
{{
$substituicao
->
participanteSubstituido
->
user
->
name
}}
</
h4
>
@
else
<
h4
style
=
"font-size:18px"
>
{{
$substituicao
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
h4
>
@
endif
<
div
class
=
"col-4"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituido()->withTrashed()->first()->id}
}
"
class
=
"button"
><
h4
style
=
"font-size:18px"
>
{{
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
h4
></
a
>
<
h5
style
=
"color:grey; font-size:medium"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
created_at
))}}
-
@
if
(
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
deleted_at
==
null
)
Atualmente
@
else
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituido
()
->
withTrashed
()
->
first
()
->
deleted_at
))}}
@
endif
</
h5
>
</
div
>
<
div
class
=
"col-3"
>
<
h4
style
=
"font-size:18px"
>
{{
$substituicao
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
h4
>
<
div
class
=
"col-4"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$subs->participanteSubstituto()->withTrashed()->first()->id}
}
"
class
=
"button"
><
h4
style
=
"font-size:18px"
>
{{
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
user
->
name
}}
</
h4
></
a
>
<
h5
style
=
"color:grey; font-size:medium"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
created_at
))}}
-
@
if
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
deleted_at
==
null
)
Atualmente
@
else
{{
date
(
'd-m-Y'
,
strtotime
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
deleted_at
))}}
@
endif
</
h5
>
</
div
>
<
div
class
=
"col-2"
>
@
if
(
$subs
tituicao
->
tipo
==
'ManterPlano'
)
@
if
(
$subs
->
tipo
==
'ManterPlano'
)
<
h5
>
Manter
Plano
</
h5
>
@
elseif
(
$subs
tituicao
->
tipo
==
'TrocarPlano'
)
@
elseif
(
$subs
->
tipo
==
'TrocarPlano'
)
<
h5
>
Alterar
Plano
</
h5
>
@
elseif
(
$subs
tituicao
->
tipo
==
'Completa'
)
@
elseif
(
$subs
->
tipo
==
'Completa'
)
<
h5
>
Completa
</
h5
>
@
endif
</
div
>
<
div
class
=
"col-2"
>
<
p
style
=
"max-height: 60px; overflow:auto"
>
{{
$subst
i
tu
icao
->
justificativa
}}
</
p
>
</
div
>
<
div
class
=
"col-2"
>
<
p
>
{{
$substituicao
->
concluida_em
}}
</
p
>
</
div
>
</
div
>
@
endforeach
@
if
(
$subs
->
s
t
a
tu
s
==
'Finalizada'
)
<
h5
>
Concluída
</
h5
>
@
elseif
(
$subs
->
status
==
'Negada'
)
<
h5
>
Negada
</
h5
>
@
elseif
(
$subs
->
status
==
'Em Aguardo'
)
<
h5
>
Pendente
</
h5
>
@
endif
</
div
>
</
div
>
@
endif
<!--
Modal
vizualizar
info
participante
substituido
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->participanteSubstituido()->withTrashed()->first()->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-lg"
>
<
div
class
=
"modal-content"
>
<
h4
style
=
"margin-top: 50px"
>
Histórico
de
participantes
</
h4
>
<
div
style
=
"margin-top: 20px"
>
<
div
class
=
"card-header"
>
<
h5
class
=
"card-title"
style
=
"
color:#1492E6"
>
Nome
/
Periodo
</
h5
>
<
div
class
=
"modal-header"
style
=
"overflow-x:auto"
>
<
h5
class
=
"modal-title"
id
=
"exampleModalLabel"
style
=
"color:#1492E6"
>
Informações
Participante
</
h5
>
<
button
type
=
"button"
class
=
"close"
data
-
dismiss
=
"modal"
aria
-
label
=
"Close"
style
=
"padding-top: 8px;
color:#1492E6"
>
<
span
aria
-
hidden
=
"true"
>&
times
;
</
span
>
</
button
>
</
div
>
<
div
class
=
"card-body"
>
@
foreach
(
$participantesExcluidos
as
$participante
)
<
div
class
=
"row"
style
=
"margin-bottom: 20px;"
>
<
div
class
=
"col-10"
>
<
h4
style
=
"font-size:20px"
>
{{
$participante
->
user
->
name
}}
</
h4
>
<
h5
style
=
"color:grey; font-size:medium"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$participante
->
created_at
))}}
-
{{
date
(
'd-m-Y'
,
strtotime
(
$participante
->
deleted_at
))}}
</
h5
>
<
div
class
=
"modal-body"
>
@
include
(
'administrador.vizualizarParticipante'
,
[
'visualizarSubstituido'
=>
1
])
</
div
>
<
div
class
=
"col-2 align-self-center"
>
<
div
class
=
"row justify-content-center"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipanteExcluido
{
{$participante->id}
}
"
class
=
"button"
><
i
class
=
"far fa-eye fa-2x"
></
i
></
a
>
</
div
>
</
div
>
</
div
>
<!--
Modal
vi
s
ualizar
info
rmações
participante
excluid
o
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
Excluido
{
{$
participante->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<!--
Modal
vi
z
ualizar
info
participante
substitut
o
-->
<
div
class
=
"modal fade"
id
=
"modalVizuParticipante
{
{$subs->
participante
Substituto()->withTrashed()->first()
->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-lg"
>
<
div
class
=
"modal-content"
>
...
...
@@ -235,7 +180,7 @@
</
div
>
<
div
class
=
"modal-body"
>
@
include
(
'administrador.
substitui
rParticipante
Form'
,
[
'visualizarOnly'
=>
1
]
)
@
include
(
'administrador.
vizualiza
rParticipante
'
)
</
div
>
</
div
>
</
div
>
...
...
@@ -243,6 +188,7 @@
@
endforeach
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
@@ -345,6 +291,8 @@
inputsForm
.
push
(
document
.
getElementById
(
'anexoTermoCompromisso'
+
idParticipante
));
inputsForm
.
push
(
document
.
getElementById
(
'anexoComprovanteMatricula'
+
idParticipante
));
inputsForm
.
push
(
document
.
getElementById
(
'anexoCurriculoLattes'
+
idParticipante
));
inputsForm
.
push
(
document
.
getElementById
(
'anexoAutorizacaoPais'
+
idParticipante
));
if
(
checkboxInput
.
checked
){
inputsForm
.
forEach
(
function
(
item
,
indice
,
array
){
...
...
resources/views/administrador/vizualizarParticipante.blade.php
View file @
ad87c8a9
This diff is collapsed.
Click to expand it.
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