This commit is contained in:
2022-01-23 20:31:22 +00:00
parent 0135a57caa
commit d649147967
2 changed files with 4 additions and 5 deletions

View File

@@ -324,8 +324,7 @@
<v-col
v-if="
form().showMe(this, 'RequestDate') &&
!value.userIsRestrictedType
form().showMe(this, 'RequestDate') && !value.userIsRestrictedType
"
cols="12"
sm="6"
@@ -348,7 +347,7 @@
<v-col
v-if="
form().showMe(this, 'WorkOrderItemWorkOrderStatusID') &&
form().showMe(this, 'WorkOrderItemStatusId') &&
!value.userIsRestrictedType
"
cols="12"
@@ -792,7 +791,7 @@ export default {
});
if (
this.form().showMe(this, "WorkOrderItemWorkOrderStatusID") &&
this.form().showMe(this, "WorkOrderItemStatusId") &&
!this.value.userIsRestrictedType
) {
headers.push({