This commit is contained in:
@@ -122,7 +122,10 @@
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="!value.userIsRestrictedType"
|
||||
v-if="
|
||||
form().showMe(this, 'WorkOrderItemLoanRate') &&
|
||||
!value.userIsRestrictedType
|
||||
"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
@@ -453,7 +456,10 @@ export default {
|
||||
value: "loanUnitViz"
|
||||
});
|
||||
|
||||
if (!this.value.userIsRestrictedType) {
|
||||
if (
|
||||
!this.value.userIsRestrictedType &&
|
||||
this.form().showMe(this, "WorkOrderItemLoanRate")
|
||||
) {
|
||||
headers.push({
|
||||
text: this.$ay.t("WorkOrderItemLoanRate"),
|
||||
align: "left",
|
||||
|
||||
Reference in New Issue
Block a user