modificaciones

This commit is contained in:
2025-01-09 18:35:24 +01:00
parent 642b445cd2
commit 130457f0ef
5 changed files with 67 additions and 25 deletions

View File

@ -243,6 +243,7 @@ class Comparador {
this.papelSobrecubierta.onChange(() => this.gramajeSobrecubierta.setVal(0))
this.sobrecubierta.on('change', () => {
if (this.sobrecubierta.val() == 1) {
$('#solapas_sobrecubierta').prop('checked', true);
$('#compPapelSobrecubierta').prop('disabled', false);
$('#compGramajeSobrecubierta').prop('disabled', false);
}