resumen lateral terminado

This commit is contained in:
2024-11-13 08:44:31 +01:00
parent a53f85f35c
commit a6bff58793
7 changed files with 189 additions and 20 deletions

View File

@ -113,8 +113,8 @@ class PresupuestoCliente {
#processResumenLateral() {
this.datosGenerales.processMenuLateral();
this.disenioInterior.processMenuLateral();
this.disenioCubierta.processMenuLateral();
}
@ -225,7 +225,11 @@ class PresupuestoCliente {
else {
this.#goToForm(nextElement);
}
this.#processResumenLateral();
if(!nextElement.includes('resumen-libro'))
this.#processResumenLateral();
else{
$(".rl-item").addClass('d-none');
}
}
#goToForm(form) {