mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminada revision de pedidos
This commit is contained in:
@ -30,7 +30,29 @@
|
||||
|
||||
<input type="hidden" name="POD" id="POD" class="form-control"
|
||||
value="<?= $POD ?>"></input>
|
||||
|
||||
|
||||
<?php if (isset($orden__id) || isset($pedido_id)): ?>
|
||||
<div class="row mt-1 justify-content-end">
|
||||
<?php if (isset($pedido_id)): ?>
|
||||
<div class="col-auto">
|
||||
<div class="btn mt-3 btn-warning waves-effect waves-light ml-2"
|
||||
onclick="window.location.href='<?= route_to("editarPedido", $pedido_id) ?>'" >
|
||||
<span class="align-middle d-sm-inline-block d-none me-sm-1"><?= lang('Pedidos.pedido') ?></span>
|
||||
<i class="ti ti-file-description ti-xs"></i>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($orden_id)): ?>
|
||||
<div class="col-auto">
|
||||
<div class="btn mt-3 btn-warning waves-effect waves-light ml-2"
|
||||
onclick="window.location.href='<?= route_to("viewOrdenTrabajoEdit", $orden_id) ?>'" >
|
||||
<span class="align-middle d-sm-inline-block d-none me-sm-1">Orden</span>
|
||||
<i class="ti ti-building-factory-2 ti-xs"></i>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?= view("themes/vuexy/form/presupuestos/admin/_datosPresupuestoItems") ?>
|
||||
<?= view("themes/vuexy/form/presupuestos/admin/_datosLibroItems") ?>
|
||||
<?php if (str_contains($formAction, 'edit')): ?>
|
||||
|
||||
Reference in New Issue
Block a user