From a069b4109c0580509d72fc7c83e00fc5bf141939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Wed, 9 Oct 2024 13:02:49 +0200 Subject: [PATCH] trabajando en el componente direccion --- .../components/direccion_presupuesto.php | 24 +++++++++++++++++++ .../pages/presupuestoCliente/direcciones.js | 1 + 2 files changed, 25 insertions(+) create mode 100644 ci4/app/Views/themes/vuexy/components/direccion_presupuesto.php diff --git a/ci4/app/Views/themes/vuexy/components/direccion_presupuesto.php b/ci4/app/Views/themes/vuexy/components/direccion_presupuesto.php new file mode 100644 index 00000000..7742225e --- /dev/null +++ b/ci4/app/Views/themes/vuexy/components/direccion_presupuesto.php @@ -0,0 +1,24 @@ +
+
+ +
+
\ No newline at end of file diff --git a/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js b/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js index 7ffb7b50..f785fcb6 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/direcciones.js @@ -19,6 +19,7 @@ class Direcciones { $("#clienteId").on('change', this.#handleChangeCliente.bind(this)); + this.domItem.load('../../components/direcciones.html'); this.direcciones.init(); }