added pdf creation

This commit is contained in:
Luca Haid
2025-04-28 14:41:55 +02:00
parent 3390deb336
commit 948fe74254
5 changed files with 681 additions and 32 deletions
@@ -233,7 +233,10 @@ Vue.component('warehouse-offer', {
<tt-table-crud emit-edit @edit="offerModalId = $event.id" ref="table">
<tt-table-crud emit-edit @edit="offerModalId = $event.id" ref="table"
@openpdf="window.open(window.TT_CONFIG['BASE_PATH'] + '/WarehouseOffer/createPDF?id=' + $event.id)"
>
</tt-table-crud>
</tt-card>
`,