feat(resumen/tablero): persistencia de acciones, grafica mixta de progresion y habilitacion de penalizar

This commit is contained in:
2026-07-29 22:09:07 -06:00
parent 47d53f1528
commit 9cd050f180
6 changed files with 783 additions and 415 deletions
+18
View File
@@ -71,6 +71,24 @@ function cargarDatosDesdeServidor() {
if (typeof arregloGeneral.trimestre4 === 'undefined') {
arregloGeneral.trimestre4 = 0
}
if (typeof arregloGeneral.objetivoT1 === 'undefined') {
arregloGeneral.objetivoT1 = 100000
}
if (typeof arregloGeneral.objetivoT2 === 'undefined') {
arregloGeneral.objetivoT2 = 100000
}
if (typeof arregloGeneral.objetivoT3 === 'undefined') {
arregloGeneral.objetivoT3 = 100000
}
if (typeof arregloGeneral.objetivoT4 === 'undefined') {
arregloGeneral.objetivoT4 = 100000
}
if (typeof arregloGeneral.bAccion1 === 'undefined') {
arregloGeneral.bAccion1 = 0
}
if (typeof arregloGeneral.bAccion2 === 'undefined') {
arregloGeneral.bAccion2 = 0
}
// --- FIN DEL PARCHE ---
arreglosCapacitaciones = data.data.arreglosCapacitaciones
arreglosActivos = data.data.arreglosActivos