Merge branch 'fix/planning-plana-select-maquina-papel' into feat/maquinas-corte-ot

This commit is contained in:
amazuecos
2025-05-31 08:35:50 +02:00
7 changed files with 58 additions and 29 deletions

View File

@ -29,7 +29,7 @@
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="prot-datatables-container-rot" role="tabpanel">
<div class="tab-pane fade show active" id="prot-datatables-container-rot" role="tabpanel">
<div class="accordion accordion-bordered mt-3" id="accordionPapelGramaje">
<div class="card accordion-item active">
<h2 class="accordion-header" id="headingOne">
@ -86,7 +86,13 @@
<div class="d-none">
<?= view("themes/vuexy/components/tables/planning_papel_pliego_table.php", ["id" => "planning-pliego-datatable"]) ?>
</div>
<?= view("themes/vuexy/components/tables/planning_maquina_table.php", ["id" => "planning-maquina-datatable"]) ?>
<div class="row">
<div class="col-md-12 mb-2">
<label for="select-planning-maquina-padre"><?= lang('Produccion.select_maquina_padre') ?></label>
<select class="select2 form-select-sm planning-maquina-padre-select" id="select-planning-maquina-padre" name="lg_maquinas.padre_id"></select>
</div>
<?= view("themes/vuexy/components/tables/planning_maquina_table.php", ["id" => "planning-maquina-datatable"]) ?>
</div>
</div>
</div>
</div>