Files
safekat/ci4/app/Views/themes/vuexy/form/produccion/viewOrdenTrabajoEdit.php
amazuecos 294bee54ab ots
2024-11-10 19:35:05 +01:00

78 lines
2.9 KiB
PHP

<?= $this->include('themes/_commonPartialsBs/select2bs5') ?>
<?= $this->include('themes/_commonPartialsBs/datatables') ?>
<?= $this->include('themes/_commonPartialsBs/sweetalert') ?>
<?= $this->include('themes/_commonPartialsBs/_confirm2delete') ?>
<?= $this->extend('themes/vuexy/main/defaultlayout') ?>
<?= $this->section('content'); ?>
<div class="row">
<div class="col-md-12">
<div class="alert alert-primary" role="alert">
<div class="row">
<div class="col-md-4">
<div class="d-flex flex-row bd-highlight">
<div class="p-2 bd-highlight">
<span><i class="tf-icons ti-md ti ti-building-factory-2"></i></span>
</div>
<div class="p-2 bd-highlight">
<h4>Title</h4>
</div>
</div>
</div>
<div class="col-md-8">
<div class="d-flex flex-row bd-highlight justify-content-end">
<button class="btn btn-sm btn-primary">Presupuesto</button>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="d-flex flex-row bd-highlight">
<div class="p-1 bd-highlight">
<h4>100%</h4>
</div>
<div class="p-1 bd-highlight">
<h4>Cliente</h4>
</div>
</div>
</div>
<div class="col-md-8">
<div class="d-flex flex-row bd-highlight justify-content-end">
<button class="btn btn-sm btn-primary">Pedido</button>
</div>
</div>
</div>
</div>
</div><!--//.col -->
</div><!--//.row -->
<div class="row">
<div class="col-md-12">
<?= view("themes/vuexy/form/produccion/ot/otDates") ?>
</div>
<div class="col-md-12">
<?= view("themes/vuexy/form/produccion/ot/otDetails") ?>
</div>
<div class="col-md-12">
<?= view("themes/vuexy/form/produccion/ot/otProgress") ?>
</div>
<div class="col-md-12">
<?= view("themes/vuexy/form/produccion/ot/otTask") ?>
</div>
<div class="col-md-12">
<?= view("themes/vuexy/form/produccion/ot/otCosts") ?>
</div>
<div class="col-md-12">
<?= view("themes/vuexy/form/produccion/ot/otComments") ?>
</div>
<div class="col-md-12 mt-3">
<div class="d-grip gap-2">
<button type="button" class="btn btn-primary btn-block w-100 mb-1"><?= @lang("ot.imprimir_ferro") ?></button>
<button type="button" class="btn btn-secondary btn-block w-100 mb-1"><?= @lang("ot.imprimir_codigo_safekat") ?></button>
</div>
</div>
</div>
<?= $this->endSection() ?>