mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en servicios acabado
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user