Diferenciar naming en base a donde se invoca la descarga, OT vs PRESUPUESTO

This commit is contained in:
imnavajas
2025-07-17 14:17:42 +02:00
parent f73472c729
commit e804aa3768
9 changed files with 33 additions and 116 deletions

View File

@ -1,5 +1,9 @@
<div class="row">
<div class="col-md-12">
<?= view("themes/vuexy/components/dropzone",data: ['id' => 'dropzone-ot-files','modelId' => $presupuesto->id]) ?>
<?= view("themes/vuexy/components/dropzone", data: [
'id' => 'dropzone-ot-files',
'modelId' => $presupuesto->id,
'otId' => $ot->id
]) ?>
</div><!--//.col -->
</div><!--//.row -->