Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Asistencia
Overview
Overview
Details
Activity
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
Billy Larru
Asistencia
Commits
a8ff9c83
Commit
a8ff9c83
authored
Sep 04, 2018
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agregando el campo observacion en tolerancia individual
parent
97116cfe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
+17
-1
tolerancia_individual.js
src/main/webapp/js/pages/tolerancia_individual.js
+10
-1
registroTolerancia.jsp
...inistrativos/tolerancia/individual/registroTolerancia.jsp
+7
-0
No files found.
src/main/webapp/js/pages/tolerancia_individual.js
View file @
a8ff9c83
...
...
@@ -21,6 +21,15 @@ const inicializarInputsModalNuevaTolerancia = () => {
initDatePicker
(
"#dpFechaInicio"
,
"#dpFechaFin"
);
};
const
registrarNuevaTolerancia
=
()
=>
{
swal
({
type
:
'success'
,
title
:
'¡Tolerancia registrada exitosamente!'
,
showConfirmButton
:
false
,
timer
:
1500
})
};
const
mostrarModalNuevaTolerancia
=
()
=>
{
ajaxModal
.
get
(
"administrativos/tolerancia/individual/registroTolerancia.jsp"
).
then
((
response
)
=>
{
swal
({
...
...
@@ -41,7 +50,7 @@ const mostrarModalNuevaTolerancia = () => {
}
}).
then
((
result
)
=>
{
if
(
result
.
value
)
{
registrarNuevaTolerancia
();
}
});
});
...
...
src/main/webapp/vistas/modals/administrativos/tolerancia/individual/registroTolerancia.jsp
View file @
a8ff9c83
...
...
@@ -51,5 +51,11 @@
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<label>Observacion</label>
<textarea name="txtObservacion" id="txtObservacion" cols="30" rows="4" class="form-control"></textarea>
</div>
</div>
</div>
</form>
\ No newline at end of file
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