This commit is contained in:
2021-05-27 19:33:42 +00:00
parent ce4b4cb32e
commit 69ec70acdb

View File

@@ -501,8 +501,21 @@
@change="$emit('change')"
/>
</v-col>
<!--
//todo WorkOrderItemOutsideServiceList here -->
<v-col
cols="12"
v-if="
pvm.subRights.expenses.visible &&
form().showMe(this, 'WorkOrderItemOutsideServiceList')
"
>
<GzWoItemOutsideServices
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
data-cy="woItemOutsideServices"
@change="$emit('change')"
/>
</v-col>
</template>
</v-row>
</div>
@@ -521,6 +534,7 @@ 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";
import GzWoItemOutsideServices from "../components/work-order-item-outside-services.vue";
export default {
components: {
@@ -532,7 +546,8 @@ export default {
GzWoItemTasks,
GzWoItemParts,
GzWoItemPartRequests,
GzWoItemLoans
GzWoItemLoans,
GzWoItemOutsideServices
},
created() {
this.setDefaultView();