cargando presu

This commit is contained in:
2024-10-19 09:36:48 +02:00
parent 464e136025
commit 3c48d88357
8 changed files with 700 additions and 25 deletions

View File

@ -452,12 +452,12 @@ class DatosGenerales {
#handleFormatoLibro() {
if (this.checkFormatoPersonalizado.is(':checked')) {
this.formatoLibro.hide();
this.formatoLibro.item.hide();
this.formatoPersonalizado.show();
this.formValidation.revalidateField('papel_formato_id');
}
else {
this.formatoLibro.show();
this.formatoLibro.item.show();
this.formatoPersonalizado.hide();
this.formValidation.revalidateField('papel_formato_ancho');
this.formValidation.revalidateField('papel_formato_alto');