Merge branch 'fix/WarehouseOrderRequest' into 'master'

show warehouseorderrequest note from now on

See merge request fronk/thetool!1077
This commit is contained in:
Luca Haid
2025-03-06 12:21:06 +00:00
@@ -201,6 +201,9 @@ Vue.component('warehouse-order-request', {
<template #expandedRow="{row}">
<warehouse-order-request-detail :positions="JSON.parse(row['positions'])"/>
<order-request-log :orderRequestId="row.id"/>
<hr>
<h4>Notiz</h4>
<span>{{ row.note }}</span>
</template>
</tt-table-crud>
<warehouse-history-modal :show.sync="historyModal" :id="historyModalId"/>