This commit is contained in:
2021-05-03 17:11:31 +00:00
parent 05052d98c3
commit 6be9d05214
6 changed files with 27 additions and 28 deletions

View File

@@ -85,7 +85,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'Sequence')"
v-if="form().showMe(this, 'WorkOrderItemSequence')"
cols="12"
sm="6"
lg="4"
@@ -119,7 +119,10 @@
</v-col>
<GzWoItemScheduledUsers
v-if="pvm.subRights.scheduledUsers.visible"
v-if="
pvm.subRights.scheduledUsers.visible &&
form().showMe(this, 'WorkOrderItemScheduledUserList')
"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"