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
01801e82
Commit
01801e82
authored
Sep 14, 2018
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[EDIT detalleMontos dentro de la carpeta modals, con errores]
parent
3530877d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
general.js
src/main/webapp/js/general.js
+2
-1
montos_administrativos.js
src/main/webapp/js/pages/montos_administrativos.js
+4
-0
detalleMontosAdministrativos.jsp
...os/montosAdministrativos/detalleMontosAdministrativos.jsp
+1
-1
No files found.
src/main/webapp/js/general.js
View file @
01801e82
...
@@ -9,12 +9,13 @@ const PATH_SERVICIO_REST = 'http://app9.sacooliveros.edu.pe:8080/security-rest/a
...
@@ -9,12 +9,13 @@ const PATH_SERVICIO_REST = 'http://app9.sacooliveros.edu.pe:8080/security-rest/a
//<editor-fold> SERVICIOS REST
//<editor-fold> SERVICIOS REST
const
baseURLRest
=
'http://sistem16:666/'
;
const
baseURLRest
=
'http://sistem16:666/'
;
const
baseURLModals
=
`http://localhost:7070/Asistencia/vistas/modals/`
;
const
ajaxWebService
=
axios
.
create
({
const
ajaxWebService
=
axios
.
create
({
baseURL
:
baseURLRest
baseURL
:
baseURLRest
});
});
const
ajaxModal
=
axios
.
create
({
const
ajaxModal
=
axios
.
create
({
baseURL
:
`http://localhost:7070/Asistencia/vistas/modals/`
baseURL
:
baseURLModals
});
});
//<editor-fold>
//<editor-fold>
...
...
src/main/webapp/js/pages/montos_administrativos.js
View file @
01801e82
...
@@ -144,6 +144,10 @@ const listarSedes = (selectorName) => {
...
@@ -144,6 +144,10 @@ const listarSedes = (selectorName) => {
});
});
};
};
const
mostrarModalVerDetalleDescuentoAsistencia
=
(
data
)
=>
{
location
.
href
=
`
${
baseURLModals
}
administrativos/montosAdministrativos/detalleMontosAdministrativos.jsp`
}
const
listarDescuentoMensualAdministrativos
=
(
objParams
=
{})
=>
{
const
listarDescuentoMensualAdministrativos
=
(
objParams
=
{})
=>
{
ajaxWebService
.
get
(
URI_ADMINISTRATIVOS_DESCUENTO_MENSUAL
,
objParams
).
then
((
response
)
=>
{
ajaxWebService
.
get
(
URI_ADMINISTRATIVOS_DESCUENTO_MENSUAL
,
objParams
).
then
((
response
)
=>
{
...
...
src/main/webapp/vistas/detalleMontosAdministrativos.jsp
→
src/main/webapp/vistas/
modals/administrativos/montosAdministrativos/
detalleMontosAdministrativos.jsp
View file @
01801e82
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<!--css-->
<!--css-->
</head>
</head>
<body>
<body>
<
%@
include
file=
"templates/header-body.jsp"
%
>
<
%@
include
file=
"
../../
templates/header-body.jsp"
%
>
<!-- content -->
<!-- content -->
<div
class=
"col-md-4 col-md-offset-4"
>
<div
class=
"col-md-4 col-md-offset-4"
>
<div
class=
"panel panel-primary"
>
<div
class=
"panel panel-primary"
>
...
...
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