terminadas tarifas cliente

This commit is contained in:
2024-12-03 22:59:57 +01:00
parent 65f179bdd8
commit 3fb37af0f8
11 changed files with 384 additions and 485 deletions

View File

@ -44,7 +44,8 @@ class PresupuestoCliente {
this.datos = {};
this.ajax_calcular = new Ajax('/presupuestocliente/calcular',
{}, this.datos,
this.datos,
{},
this.#procesarPresupuesto.bind(this),
() => { $('#loader').modal('hide'); });
@ -78,7 +79,7 @@ class PresupuestoCliente {
}
if ($('#divExcluirRotativa').hasClass('d-none')) {
if (this.datosGenerales.excluirRotativa.length == 0) {
this.direcciones.direccionesCliente.setParams({ 'cliente_id': $("#clienteId").val() })
}