mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'main' into 'mod/exceso_solapas_cubierta_sobrecubierta'
Main See merge request jjimenez/safekat!493
This commit is contained in:
@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user