arreglado problemas despues de merge conflictivo

This commit is contained in:
Jaime Jiménez Ortega
2024-05-08 23:28:44 +02:00
parent e04c978c38
commit eec9ac60de
4 changed files with 3076 additions and 20 deletions

View File

@ -103,7 +103,7 @@ class Js_loader extends BaseController
function presupuestoClienteDirecciones_js()
{
$this->response->setHeader('Content-Type', 'text/javascript');
return view('themes/backend/vuexy/form/presupuestos/cliente/direcciones.js');
return view('themes/vuexy/form/presupuestos/cliente/direcciones.js');
}
}

View File

@ -6,6 +6,7 @@
<?= $this->section("content") ?>
<?= view("themes/vuexy/form/clientes/cliente/_clienteDireccionesForm") ?>
<div class="container-xxl flex-grow-1 container-p-y">
<div class="col-12">
<h3 class="card-title"><?= $boxTitle ?? $pageTitle ?></h3>
@ -62,20 +63,15 @@
</div>
<div id="errorGeneral" class="fv-plugins-message-container invalid-feedback" style="display: none;">
<p>Se ha producido un error al calcular el presupuesto. Póngase en contacto con el administrador</p>
<p>Se ha producido un error <br>
al calcular el presupuesto. <br>
Póngase en contacto con el <br>
administrador.</p>
</div>
<table id="precios" class="table table-sm" style="display: none;">
<caption>Precio/Unidad por tirada</caption>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<div id='divTiradasPrecio'>
</div>
</div>
@ -87,9 +83,10 @@
<div id="tipo-libro" class="content active dstepper-block fv-plugins-bootstrap5 fv-plugins-framework">
<div class="row g-3">
<?= view("themes/vuexy/form/presupuestos/cliente/_tipoLibroItems") ?>
<?= view("themes/vuexy/form/presupuestos/cliente/_tipoLibroItems") ?>
<?php /*
<?= view("themes/vuexy/form/presupuestos/cliente/_direccionesItems") ?>
*/?>
<div class="col-12 d-flex justify-content-between mt-4">
<button class="btn btn-label-secondary btn-prev waves-effect">
<i class="ti ti-arrow-left ti-xs me-sm-1 me-0"></i>
@ -122,11 +119,11 @@
</div>
</div>
<!-- Deal Usage -->
<!-- Direcciones -->
<div id="direcciones-libro" class="content fv-plugins-bootstrap5 fv-plugins-framework">
<div class="row g-3">
<?= view("themes/vuexy/form/presupuestos/cliente/_direccionesItems") ?>
<div class="col-12 d-flex justify-content-between mt-4">
<button class="btn btn-label-secondary btn-prev waves-effect">
@ -237,4 +234,5 @@ initDisenioLibro();
<script src="<?= site_url('js_loader/presupuestoCliente_js') ?>"></script>
<script src="<?= site_url('js_loader/presupuestoClienteTipoLibro_js') ?>"></script>
<script src="<?= site_url('js_loader/presupuestoClienteDisenioLibro_js') ?>"></script>
<script src="<?= site_url('js_loader/presupuestoClienteDirecciones_js') ?>"></script>
<?= $this->endSection() ?>

View File

@ -59,7 +59,7 @@
/**
* JJO
*/
--->
<li class="menu-header small text-uppercase">
<span class="menu-header-text">Test JJO</span>
</li>
@ -69,7 +69,7 @@
<div data-i18n="Test">Test</div>
</a>
</li>
--->
</ul>

3058
xdebug.log

File diff suppressed because it is too large Load Diff