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