added pdf creation
This commit is contained in:
@@ -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>
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user