This commit is contained in:
2021-05-03 18:31:38 +00:00
parent d5e5ae42d2
commit 11b88832f3

View File

@@ -293,7 +293,7 @@ and it's probably not a big list to fill anyway
*/ */
let headers = []; let headers = [];
if (this.form().showMe(this, "Items.Sequence")) { if (this.form().showMe(this, "WorkOrderItemSequence")) {
headers.push({ headers.push({
text: this.$ay.t("Sequence"), text: this.$ay.t("Sequence"),
align: "left", align: "left",
@@ -307,7 +307,7 @@ and it's probably not a big list to fill anyway
value: "notes" value: "notes"
}); });
if (this.form().showMe(this, "Items.WorkOrderItemWorkOrderStatusID")) { if (this.form().showMe(this, "WorkOrderItemWorkOrderStatusID")) {
headers.push({ headers.push({
text: this.$ay.t("WorkOrderItemWorkOrderStatusID"), text: this.$ay.t("WorkOrderItemWorkOrderStatusID"),
align: "left", align: "left",
@@ -315,7 +315,7 @@ and it's probably not a big list to fill anyway
}); });
} }
if (this.form().showMe(this, "Items.RequestDate")) { if (this.form().showMe(this, "WorkOrderItemRequestDate")) {
headers.push({ headers.push({
text: this.$ay.t("WorkOrderItemRequestDate"), text: this.$ay.t("WorkOrderItemRequestDate"),
align: "right", align: "right",
@@ -323,7 +323,7 @@ and it's probably not a big list to fill anyway
}); });
} }
if (this.form().showMe(this, "Items.WorkOrderItemPriorityID")) { if (this.form().showMe(this, "WorkOrderItemPriorityID")) {
headers.push({ headers.push({
text: this.$ay.t("WorkOrderItemPriorityID"), text: this.$ay.t("WorkOrderItemPriorityID"),
align: "left", align: "left",
@@ -331,7 +331,7 @@ and it's probably not a big list to fill anyway
}); });
} }
if (this.form().showMe(this, "Items.WorkOrderItemWarrantyService")) { if (this.form().showMe(this, "WorkOrderItemWarrantyService")) {
headers.push({ headers.push({
text: this.$ay.t("WorkOrderItemWarrantyService"), text: this.$ay.t("WorkOrderItemWarrantyService"),
align: "center", align: "center",
@@ -339,7 +339,7 @@ and it's probably not a big list to fill anyway
}); });
} }
if (this.form().showMe(this, "Items.Tags")) { if (this.form().showMe(this, "WorkOrderItemTags")) {
headers.push({ headers.push({
text: this.$ay.t("Tags"), text: this.$ay.t("Tags"),
align: "left", align: "left",