This commit is contained in:
@@ -1017,14 +1017,22 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Part"),
|
||||
align: "left",
|
||||
value: "partViz"
|
||||
value: "partNameViz"
|
||||
});
|
||||
|
||||
if (this.form().showMe(this, "Items.PartName")) {
|
||||
if (this.form().showMe(this, "Items.PartDescription")) {
|
||||
headers.push({
|
||||
text: this.$ay.t("PartName"),
|
||||
text: this.$ay.t("PartDescription"),
|
||||
align: "left",
|
||||
value: "partNameViz"
|
||||
value: "partDescriptionViz"
|
||||
});
|
||||
}
|
||||
|
||||
if (this.form().showMe(this, "PartUPC")) {
|
||||
headers.push({
|
||||
text: this.$ay.t("PartUPC"),
|
||||
align: "left",
|
||||
value: "upcViz"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1182,8 +1190,9 @@ export default {
|
||||
this.hour12
|
||||
),
|
||||
vendorPartNumber: x.vendorPartNumber,
|
||||
partViz: x.partViz,
|
||||
partDescriptionViz: x.partDescriptionViz,
|
||||
partNameViz: x.partNameViz,
|
||||
upcViz: x.upcViz,
|
||||
warehouseViz: x.warehouseViz,
|
||||
partUnitOfMeasureViz: x.partUnitOfMeasureViz,
|
||||
partRequestedByViz: x.partRequestedByViz,
|
||||
|
||||
Reference in New Issue
Block a user