corregidos errores en logica

This commit is contained in:
2024-10-08 14:07:29 +02:00
parent 4045771c2d
commit dfd915e47f
4 changed files with 34 additions and 15 deletions

View File

@ -40,7 +40,7 @@ class PresupuestoCliente {
this.disenioInterior.init();
this.disenioCubierta.init();
//this.RELLENAR_PRESUPUESTO();
this.RELLENAR_PRESUPUESTO();
}
@ -51,7 +51,7 @@ class PresupuestoCliente {
$("#titulo").trigger('change');
const clienteId = $("#clienteId");
const newOption = new Option("Cliente 1", "1", true, true);
const newOption = new Option("Cliente Potencial", "1", true, true);
clienteId.append(newOption).trigger('change');
const papelFormatoId = $("#papelFormatoId");