Merge branch 'main' into 'mod/exceso_solapas_cubierta_sobrecubierta'

Main

See merge request jjimenez/safekat!493
This commit is contained in:
2025-01-23 13:30:04 +00:00
6 changed files with 46 additions and 8 deletions

View File

@ -23,6 +23,7 @@ class PresupuestoCliente {
this.btnPrint = $('#btnPrint');
this.btnSave = $('#btnSave');
this.btnConfirm = $('#btnConfirm');
this.btnUploadFile = $('#btnUploadFile')
this.c = $("#c");
this.lc = $("#lc");
@ -91,7 +92,9 @@ class PresupuestoCliente {
this.btnSave.on('click', this.#savePresupuesto.bind(this));
this.btnConfirm.on('click', this.#confirmPresupuesto.bind(this));
this.btnPrint.on('click', this.#printPresupuesto.bind(this));
this.btnUploadFile.on('click', () => {
$('#dropzone-multi').trigger('click');
})
this.titulosMenu.on('click', this.#handleTitulosMenu.bind(this));
if (window.location.href.includes("edit")) {