show warehouseorderrequest note from now on

This commit is contained in:
Luca Haid
2025-03-06 13:19:24 +01:00
parent b1038e542d
commit b2064c1ef5

View File

@@ -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"/>