show warehouseorderrequest note from now on
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user