This commit is contained in:
@@ -428,9 +428,10 @@ CURRENTLY DOING: Two items below for Joyce, then do a build and release
|
|||||||
todo 1: Add some hideable fields to wo form data tables to further identify parts and units beyond the picklist description
|
todo 1: Add some hideable fields to wo form data tables to further identify parts and units beyond the picklist description
|
||||||
|
|
||||||
woitemUnit
|
woitemUnit
|
||||||
Model
|
UnitModelModelNumber
|
||||||
Manufacturer
|
UnitModelVendorID
|
||||||
Description
|
UnitModelName
|
||||||
|
UnitDescription
|
||||||
|
|
||||||
todo: add new sample report templates emailed by Joyce
|
todo: add new sample report templates emailed by Joyce
|
||||||
|
|
||||||
|
|||||||
@@ -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")) {
|
if (this.form().showMe(this, "WorkOrderItemUnitNotes")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("WorkOrderItemUnitNotes"),
|
text: this.$ay.t("WorkOrderItemUnitNotes"),
|
||||||
|
|||||||
Reference in New Issue
Block a user