Merge branch 'feat/ot-messages' into feat/sk-38+messages+dates

This commit is contained in:
amazuecos
2025-04-15 01:32:20 +02:00
17 changed files with 445 additions and 14 deletions

View File

@ -26,6 +26,10 @@
<div class="col-md-12 section-block">
<?= view("themes/vuexy/form/produccion/ot/otTask") ?>
</div>
<div class="col-md-12 section-block">
<?= view("themes/vuexy/components/chat_internal_orden_trabajo", data: ["modelId" => $modelId, "type" => "orden_trabajo"]) ?>
</div>
<div class="col-md-12 section-block">
<?= view("themes/vuexy/form/produccion/ot/otFiles") ?>
</div>