This commit is contained in:
@@ -368,6 +368,19 @@
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<GzWoItemTasks
|
||||
v-if="
|
||||
pvm.subRights.tasks.visible &&
|
||||
form().showMe(this, 'WorkOrderItemTaskList')
|
||||
"
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
data-cy="woItemTasks"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<GzWoItemLabors
|
||||
v-if="
|
||||
@@ -419,13 +432,15 @@ import GzWoItemScheduledUsers from "../components/work-order-item-scheduled-user
|
||||
import GzWoItemLabors from "../components/work-order-item-labors.vue";
|
||||
import GzWoItemTravels from "../components/work-order-item-travels.vue";
|
||||
import GzWoItemExpenses from "../components/work-order-item-expenses.vue";
|
||||
import GzWoItemTasks from "../components/work-order-item-tasks.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzWoItemScheduledUsers,
|
||||
GzWoItemExpenses,
|
||||
GzWoItemLabors,
|
||||
GzWoItemTravels
|
||||
GzWoItemTravels,
|
||||
GzWoItemTasks
|
||||
},
|
||||
created() {
|
||||
this.setDefaultView();
|
||||
|
||||
Reference in New Issue
Block a user