mirror of
https://github.com/cheveguerra/Colaborando.git
synced 2026-08-19 00:46:37 +00:00
feat(resumen/tablero): persistencia de acciones, grafica mixta de progresion y habilitacion de penalizar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user