This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user