This commit is contained in:
2022-01-25 20:12:54 +00:00
parent 213b84cbf3
commit 3fff9e456a
4 changed files with 149 additions and 121 deletions

View File

@@ -61,7 +61,7 @@
</v-col>
<v-col
v-if="
form().showMe(this, 'LastStatusId') &&
form().showMe(this, 'WorkOrderStatus') &&
!(
value.userIsSubContractorFull ||
value.userIsSubContractorRestricted
@@ -80,6 +80,7 @@
data-cy="woState"
:all-states="pvm.selectLists.wostatus"
:allowed-states="pvm.selectLists.allowedwostatus"
:error-messages="form().serverErrors(this, 'LastStatusId')"
/>
</v-col>