probando todo

This commit is contained in:
2025-03-26 20:59:04 +01:00
parent 77093e7311
commit 09e8af15cc
6 changed files with 111 additions and 19 deletions

View File

@ -56,7 +56,19 @@
</div>
</div><!--//.mb-3 -->
<?php if($pedidoEntity->estado == 'validacion' && (!(auth()->user()->inGroup('cliente-admin') || auth()->user()->inGroup('cliente-editor')))): ?>
<div class="col-md-12 col-lg-2 px-4"></div>
<div class="col-md-12 col-lg-4 px-4"></div>
<div class="col-md-12 col-lg-3 px-4"></div>
<div class="col-md-12 col-lg-3 px-4">
<label for="estadoText" class="form-label">
<?= lang('Pedidos.importePendiente') ?>
</label>
<input readonly id="importePendienteText" name="importePendienteText" tabindex="1" maxLength="11" class="form-control" value="<?= old('importePendienteText', $importePendiente) ?>" >
</div>
<?php endif; ?>
<?php if (!(auth()->user()->inGroup('cliente-admin') || auth()->user()->inGroup('cliente-editor'))) : ?>
<div class="accordion accordion mt-3 accordion-without-arrow" id="FechasPedido">
<div class="card accordion-item active mt-3 mx-2">