From d2f5b77f16a6a4b1988a9905d84994e2bd7b99ab Mon Sep 17 00:00:00 2001 From: imnavajas Date: Thu, 6 Jun 2024 12:22:32 +0200 Subject: [PATCH] Corregido bug --- .../Presupuestos/Presupuestocliente.php | 6 ++ .../cliente/viewPresupuestoclienteForm.php | 79 +++++++++++-------- 2 files changed, 50 insertions(+), 35 deletions(-) diff --git a/ci4/app/Controllers/Presupuestos/Presupuestocliente.php b/ci4/app/Controllers/Presupuestos/Presupuestocliente.php index 9297a654..6cc24b8e 100755 --- a/ci4/app/Controllers/Presupuestos/Presupuestocliente.php +++ b/ci4/app/Controllers/Presupuestos/Presupuestocliente.php @@ -50,6 +50,12 @@ class Presupuestocliente extends \App\Controllers\BaseResourceController $this->viewData = ['usingServerSideDataTable' => true]; // JJO + // Breadcrumbs + $this->viewData['breadcrumb'] = [ + ['title' => lang("App.menu_presupuestos"), 'route' => "javascript:void(0);", 'active' => false], + ['title' => "Listado", 'route' => site_url('presupuestocliente/list'), 'active' => true] + ]; + parent::initController($request, $response, $logger); $this->model = new PresupuestoModel(); } diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php index 7441d4fd..247cd02b 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php @@ -178,49 +178,57 @@ - -
-
- +
+
+
+ +
- + -
-
- estado_id == 1) : ?> - - +
+
+ estado_id == 1) : ?> + + +
+
+ estado_id == 1) : ?> + + + + + + +
+
+
-
- estado_id == 1) : ?> - - - - - - - -
-
- +
+
+ + + + + @@ -282,6 +290,7 @@ window.token_ajax= {: v}; + endSection() ?>