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