terminados primeras modificaciones

This commit is contained in:
2026-02-26 12:11:21 +01:00
parent 27eabde40f
commit bc09810d30
12 changed files with 2792 additions and 32 deletions

View File

@ -44,18 +44,40 @@
<input type="hidden" id="presupuesto_id" th:value="${presupuesto.id}" />
<input type="hidden" id="ancho" th:value="${presupuesto.ancho}" />
<input type="hidden" id="alto" th:value="${presupuesto.alto}" />
<input type="hidden" id="lomo" th:value="${presupuesto.lomo}" />
<input type="hidden" id="tipoEncuadernacion" th:value="${presupuesto.tipoEncuadernacion}" />
<input type="hidden" id="tipoCubierta" th:value="${presupuesto.tipoCubierta}" />
<input type="hidden" id="solapasCubierta" th:value="${presupuesto.solapasCubierta}" />
<input type="hidden" id="tamanioSolapasCubierta" th:value="${presupuesto.tamanioSolapasCubierta}" />
<div class="row" id="card presupuesto-row animate-fadeInUpBounce">
<div class="card">
<div class="card-header">
<h4 id="titulo" class="card-title mb-0 text-uppercase" th:text="${resumen.titulo}">Resumen del
<h4 id="titulo" class="card-title mb-0 text-uppercase" th:text="${resumen.titulo}">
Resumen del
presupuesto</h4>
</div>
<div class="card-body">
<div th:if="${presupuesto.isReimpresion}" class="row">
<h6 th:text="#{presupuesto.reimpresion}" class="bg-danger py-2 text-center text-white text-uppercase">REIMPRESION</h6>
<h6 th:text="#{presupuesto.reimpresion}"
class="bg-danger py-2 text-center text-white text-uppercase">REIMPRESION</h6>
</div>
<div class="row justify-content-center mb-3">
<div class="col-auto">
<button type="button" id="btn-plantilla-cubierta"
class="btn btn-outline-primary btn-border">
<i class="ri-questionnaire-line label-icon align-middle fs-16 me-2"></i>
<span th:text="#{presupuesto.plantilla-cubierta}">
Plantilla de cubierta
</span>
</button>
</div>
</div>
<div class="card col-12 col-sm-9 mx-auto">
@ -207,7 +229,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
@ -234,6 +256,8 @@
<script type="module" th:src="@{/assets/js/pages/imprimelibros/presupuestos/resumen-view.js}"></script>
<script type="module" th:src="@{/assets/js/pages/imprimelibros/presupuestos/duplicate-reprint.js}"></script>
<script type="module" th:src="@{/assets/js/pages/imprimelibros/presupuestos/plantilla-cubierta.js}"></script>
</th:block>
</body>