This commit is contained in:
@@ -472,7 +472,22 @@
|
||||
/>
|
||||
</v-col>
|
||||
|
||||
<!-- //todo WorkOrderItemLoanList here
|
||||
<v-col
|
||||
cols="12"
|
||||
v-if="
|
||||
pvm.subRights.expenses.visible &&
|
||||
form().showMe(this, 'WorkOrderItemLoanList')
|
||||
"
|
||||
>
|
||||
<GzWoItemLoans
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
data-cy="woItemLoans"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
</v-col>
|
||||
<!--
|
||||
//todo WorkOrderItemOutsideServiceList here -->
|
||||
</template>
|
||||
</v-row>
|
||||
@@ -489,6 +504,7 @@ import GzWoItemExpenses from "../components/work-order-item-expenses.vue";
|
||||
import GzWoItemTasks from "../components/work-order-item-tasks.vue";
|
||||
import GzWoItemParts from "../components/work-order-item-parts.vue";
|
||||
import GzWoItemPartRequests from "../components/work-order-item-part-requests.vue";
|
||||
import GzWoItemLoans from "../components/work-order-item-loans.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -498,7 +514,8 @@ export default {
|
||||
GzWoItemTravels,
|
||||
GzWoItemTasks,
|
||||
GzWoItemParts,
|
||||
GzWoItemPartRequests
|
||||
GzWoItemPartRequests,
|
||||
GzWoItemLoans
|
||||
},
|
||||
created() {
|
||||
this.setDefaultView();
|
||||
|
||||
Reference in New Issue
Block a user