Arreglo en la fecha del reporte
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 129 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 129 KiB |
@@ -32,7 +32,7 @@ const reporte = async (body) => {
|
||||
confirmacion: res[i].confirmacion,
|
||||
folio: res[i].folio,
|
||||
monto: res[i].monto,
|
||||
fechaInscripcion: res[i].fechaInscripcion,
|
||||
fechaInscripcion: moment(res[i].fechaInscripcion).format('L'),
|
||||
idArea: res[i].idArea,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ const Usuario = require(`${dbPath}/Usuario`);
|
||||
const Inscripcion = require(`${dbPath}/Inscripcion`);
|
||||
|
||||
const todasInscripciones = async (body) => {
|
||||
const numeroCuenta = validar.validarNumeroCuenta(body.numeroCuenta);
|
||||
// const numeroCuenta = validar.validarNumeroCuenta(body.numeroCuenta);
|
||||
return Inscripcion.findAll({
|
||||
where: { validacion: body.validacion },
|
||||
include: [
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
idInscripcion,validacion,confirmacion,folio,monto,fechaInscripcion,idArea
|
||||
1,"",false,7410,1,Wed Feb 09 2022 21:28:01 GMT-0600 (hora estándar central),3
|
||||
2,"",false,8555,98,Wed Feb 09 2022 21:30:16 GMT-0600 (hora estándar central),1
|
||||
3,"",false,5555,6,Wed Feb 09 2022 21:30:48 GMT-0600 (hora estándar central),1
|
||||
4,"",false,7899,63,Wed Feb 09 2022 21:31:00 GMT-0600 (hora estándar central),3
|
||||
5,"",false,7778,8,Wed Feb 09 2022 21:45:45 GMT-0600 (hora estándar central),1
|
||||
6,"",false,9898,6633,Wed Feb 09 2022 21:46:01 GMT-0600 (hora estándar central),3
|
||||
1,1,false,8520,65,Wed Feb 16 2022 10:37:15 GMT-0600 (hora estándar central),1
|
||||
2,2,false,9630,65,Wed Feb 16 2022 10:48:43 GMT-0600 (hora estándar central),3
|
||||
3,2,false,8563,7,Wed Feb 16 2022 17:30:47 GMT-0600 (hora estándar central),1
|
||||
|
||||
|
Reference in New Issue
Block a user