This commit is contained in:
2022-01-23 22:25:31 +00:00
parent 7acf7acb71
commit c27f27b2e1
2 changed files with 11 additions and 5 deletions

View File

@@ -458,7 +458,7 @@
<v-col
v-if="
form().showMe(this, 'WorkOrderItemWarrantyService') &&
form().showMe(this, 'WarrantyService') &&
!value.userIsRestrictedType
"
cols="12"
@@ -802,7 +802,7 @@ export default {
}
if (
this.form().showMe(this, "WorkOrderItemRequestDate") &&
this.form().showMe(this, "RequestDate") &&
!this.value.userIsRestrictedType
) {
headers.push({
@@ -824,7 +824,7 @@ export default {
}
if (
this.form().showMe(this, "WorkOrderItemWarrantyService") &&
this.form().showMe(this, "WarrantyService") &&
!this.value.userIsRestrictedType
) {
headers.push({