trabajando en servicios acabado

This commit is contained in:
2025-01-10 00:05:35 +01:00
parent 7e7c686f79
commit 7bb7b807a5
13 changed files with 82 additions and 1154 deletions

View File

@ -244,6 +244,8 @@ class Comparador {
this.sobrecubierta.on('change', () => {
if (this.sobrecubierta.val() == 1) {
$('#solapas_sobrecubierta').prop('checked', true);
$('#div_solapas_ancho_sobrecubierta').removeClass('d-none');
$('#solapas_ancho_sobrecubierta').val(60);
$('#compPapelSobrecubierta').prop('disabled', false);
$('#compGramajeSobrecubierta').prop('disabled', false);
}