This commit is contained in:
2021-07-09 17:12:40 +00:00
parent 91245adc36
commit 1baad68240
2 changed files with 35 additions and 3 deletions

View File

@@ -687,6 +687,37 @@ export default {
});
}
if (this.form().showMe(this, "UnitModelModelNumber")) {
headers.push({
text: this.$ay.t("UnitModelModelNumber"),
align: "left",
value: "unitModelModelNumberViz"
});
}
if (this.form().showMe(this, "UnitModelVendorID")) {
headers.push({
text: this.$ay.t("UnitModelVendorID"),
align: "left",
value: "unitModelVendorViz"
});
}
if (this.form().showMe(this, "UnitModelName")) {
headers.push({
text: this.$ay.t("UnitModelName"),
align: "left",
value: "unitModelNameViz"
});
}
if (this.form().showMe(this, "UnitDescription")) {
headers.push({
text: this.$ay.t("UnitDescription"),
align: "left",
value: "unitDescriptionViz"
});
}
if (this.form().showMe(this, "WorkOrderItemUnitNotes")) {
headers.push({
text: this.$ay.t("WorkOrderItemUnitNotes"),