This commit is contained in:
2021-05-24 22:32:44 +00:00
parent ec32b2736e
commit d202d4eb0b

View File

@@ -355,12 +355,14 @@
></gz-attachments
></v-col>
<v-col cols="12">
<v-col
cols="12"
v-if="
pvm.subRights.scheduledUsers.visible &&
form().showMe(this, 'WorkOrderItemScheduledUserList')
"
>
<GzWoItemScheduledUsers
v-if="
pvm.subRights.scheduledUsers.visible &&
form().showMe(this, 'WorkOrderItemScheduledUserList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
@@ -368,12 +370,14 @@
@change="$emit('change')"
/>
</v-col>
<v-col cols="12">
<v-col
cols="12"
v-if="
pvm.subRights.tasks.visible &&
form().showMe(this, 'WorkOrderItemTasks')
"
>
<GzWoItemTasks
v-if="
pvm.subRights.tasks.visible &&
form().showMe(this, 'WorkOrderItemTaskList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
@@ -381,12 +385,14 @@
@change="$emit('change')"
/>
</v-col>
<v-col cols="12">
<v-col
cols="12"
v-if="
pvm.subRights.labors.visible &&
form().showMe(this, 'WorkOrderItemLaborList')
"
>
<GzWoItemLabors
v-if="
pvm.subRights.labors.visible &&
form().showMe(this, 'WorkOrderItemLaborList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
@@ -394,12 +400,14 @@
@change="$emit('change')"
/>
</v-col>
<v-col cols="12">
<v-col
cols="12"
v-if="
pvm.subRights.travels.visible &&
form().showMe(this, 'WorkOrderItemTravelList')
"
>
<GzWoItemTravels
v-if="
pvm.subRights.travels.visible &&
form().showMe(this, 'WorkOrderItemTravelList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
@@ -407,12 +415,14 @@
@change="$emit('change')"
/>
</v-col>
<v-col cols="12">
<v-col
cols="12"
v-if="
pvm.subRights.expenses.visible &&
form().showMe(this, 'WorkOrderItemExpenseList')
"
>
<GzWoItemExpenses
v-if="
pvm.subRights.expenses.visible &&
form().showMe(this, 'WorkOrderItemExpenseList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"