falta calcular maximo solapas

This commit is contained in:
2025-01-23 14:26:51 +01:00
parent 98d8d45899
commit 0d3ea391d7
6 changed files with 146 additions and 91 deletions

View File

@ -113,6 +113,9 @@ class PresupuestoAdminEdit {
$(document).on('update-presupuesto', this.updatePresupuesto.bind(this));
this.guardar.on('click', this.guardarPresupuesto.bind(this));
$('#lomo_cubierta').on('change', this.datosLibro.changeAnchoSolapasCubierta);
$('#lomo_sobrecubierta').on('change', this.datosLibro.changeAnchoSolapasSobrecubierta);
}