This commit is contained in:
2021-05-08 14:02:43 +00:00
parent 6b4993e366
commit 9781dfe334
3 changed files with 21 additions and 12 deletions

View File

@@ -128,10 +128,7 @@
></v-text-field>
</v-col>
<v-col
v-if="form().showMe(this, 'Items.WorkOrderItemTechNotes')"
cols="12"
>
<v-col v-if="form().showMe(this, 'WorkOrderItemTechNotes')" cols="12">
<v-textarea
v-model="value.items[activeItemIndex].techNotes"
:readonly="formState.readOnly"
@@ -297,7 +294,7 @@
></v-checkbox>
</v-col>
<v-col v-if="form().showMe(this, 'Items.WorkOrderItemTags')" cols="12">
<v-col v-if="form().showMe(this, 'WorkOrderItemTags')" cols="12">
<gz-tag-picker
v-model="value.items[activeItemIndex].tags"
:readonly="formState.readOnly"
@@ -329,7 +326,7 @@
></gz-custom-fields>
</v-col>
<v-col v-if="form().showMe(this, 'Items.WorkOrderItemWiki')" cols="12">
<v-col v-if="form().showMe(this, 'WorkOrderItemWiki')" cols="12">
<gz-wiki
:aya-type="$ay.ayt().WorkOrderItem"
:aya-id="value.id"
@@ -341,9 +338,7 @@
></v-col>
<v-col
v-if="
form().showMe(this, 'Items.WorkOrderItemAttachments') && value.id
"
v-if="form().showMe(this, 'WorkOrderItemAttachments') && value.id"
cols="12"
>
<gz-attachments
@@ -357,7 +352,7 @@
<GzWoItemScheduledUsers
v-if="
pvm.subRights.scheduledUsers.visible &&
form().showMe(this, 'Items.WorkOrderItemScheduledUserList')
form().showMe(this, 'WorkOrderItemScheduledUserList')
"
v-model="value"
:pvm="pvm"