This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user