diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/direcciones.js b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/direcciones.js index ee4fd584..b2b70859 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/direcciones.js +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/direcciones.js @@ -220,6 +220,10 @@ $('#direcciones').on('change', function() { var $newAddDialog = $("#addressForm") $newAddDialog.modal('show') + + $newAddDialog.on('hidden.bs.modal', function (e) { + $('#direcciones').val(''); + }); } }) diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js index 2cbef969..d67ad7f7 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/disenioLibro.js @@ -671,7 +671,7 @@ async function calcularPresupuesto() { datos = Object.assign(datos, window.token_ajax) - + $('#divTiradasPrecio').empty(); $('#loader').show(); $.ajax({