This commit is contained in:
2021-05-11 16:37:36 +00:00
parent aba03e6795
commit 145d72c714

View File

@@ -361,6 +361,19 @@
@change="$emit('change')"
/>
</v-col>
<v-col cols="12">
<GzWoItemLabors
v-if="
pvm.subRights.labors.visible &&
form().showMe(this, 'WorkOrderItemLaborList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
data-cy="woItemLabors"
@change="$emit('change')"
/>
</v-col>
<v-col cols="12">
<GzWoItemExpenses
v-if="
@@ -383,12 +396,14 @@
/* XXXeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
import GzWoItemScheduledUsers from "../components/work-order-item-scheduled-users.vue";
import GzWoItemLabors from "../components/work-order-item-labors.vue";
import GzWoItemExpenses from "../components/work-order-item-expenses.vue";
export default {
components: {
GzWoItemScheduledUsers,
GzWoItemExpenses
GzWoItemExpenses,
GzWoItemLabors
},
created() {
this.setDefaultView();