This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<GzWoState
|
||||
v-if="pvm.subRights.states.visible"
|
||||
v-if="
|
||||
pvm.subRights.states.visible &&
|
||||
form().showMe(this, 'WorkOrderStatus')
|
||||
"
|
||||
v-model="value"
|
||||
:form-key="formCustomTemplateKey"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -52,6 +55,7 @@
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<GzWoAddress
|
||||
v-if="form().showMe(this, 'Address')"
|
||||
v-model="value"
|
||||
:form-key="formCustomTemplateKey"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -60,7 +64,7 @@
|
||||
/>
|
||||
</v-col>
|
||||
|
||||
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
|
||||
<v-col v-if="form().showMe(this, 'WorkOrderSummary')" cols="12">
|
||||
<v-textarea
|
||||
v-model="value.notes"
|
||||
:readonly="formState.readOnly"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -191,7 +191,6 @@ export default {
|
||||
});
|
||||
|
||||
this.selectedStatus = null;
|
||||
//flag form dirty
|
||||
this.pvm.formState.dirty = true;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user