Commit 01801e82 by Billy Larru

[EDIT detalleMontos dentro de la carpeta modals, con errores]

parent 3530877d
......@@ -9,12 +9,13 @@ const PATH_SERVICIO_REST = 'http://app9.sacooliveros.edu.pe:8080/security-rest/a
//<editor-fold> SERVICIOS REST
const baseURLRest = 'http://sistem16:666/';
const baseURLModals = `http://localhost:7070/Asistencia/vistas/modals/`;
const ajaxWebService = axios.create({
baseURL: baseURLRest
});
const ajaxModal = axios.create({
baseURL: `http://localhost:7070/Asistencia/vistas/modals/`
baseURL: baseURLModals
});
//<editor-fold>
......
......@@ -144,6 +144,10 @@ const listarSedes = (selectorName) => {
});
};
const mostrarModalVerDetalleDescuentoAsistencia = (data) => {
location.href = `${baseURLModals}administrativos/montosAdministrativos/detalleMontosAdministrativos.jsp`
}
const listarDescuentoMensualAdministrativos = (objParams = {}) => {
ajaxWebService.get(URI_ADMINISTRATIVOS_DESCUENTO_MENSUAL, objParams).then((response) => {
......
......@@ -10,7 +10,7 @@
<!--css-->
</head>
<body>
<%@include file="templates/header-body.jsp" %>
<%@include file="../../templates/header-body.jsp" %>
<!-- content -->
<div class="col-md-4 col-md-offset-4">
<div class="panel panel-primary">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment