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
63438568
Commit
63438568
authored
Jun 13, 2023
by
unknown
Browse files
correções visuais
parent
d21d3239
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/substituirParticipante.blade.php
View file @
63438568
...
...
@@ -439,13 +439,13 @@
</
div
>
<
form
method
=
"POST"
id
=
"SubParticForm"
action
=
"
{
{route('trabalho.infoTrocaParticipante')}
}
"
enctype
=
"multipart/form-data"
>
@
csrf
<
div
class
=
"col-
6
"
>
<
div
class
=
"col-
12
"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Data de Entrada'
])
<
input
type
=
"date"
class
=
"form-control"
value
=
""
name
=
"data_entrada"
placeholder
=
"Data de Entrada"
id
=
"dt_entradaManter
{
{$participante->id}
}
"
/>
@
error
(
'data_entrada'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
style
=
"overflow: visible; display:block"
>
<
strong
>
{{
$message
}}
</
strong
>
</
span
>
</
span
>
@
enderror
@
endcomponent
</
div
>
...
...
@@ -1104,6 +1104,7 @@
function exibirUsuarioAdicionado(data, integranteAntigoId) {
console.log(data)
$('#modalIntegrante').modal('hide');
$(`#modalSubParticipanteCompleto${integranteAntigoId}`).modal('hide');
document.getElementById(`nome${integranteAntigoId}`).value = data[0]['name'];
document.getElementById(`nome${integranteAntigoId}`).setAttribute("readonly", "");
...
...
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