This commit is contained in:
@@ -879,6 +879,14 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
if (this.form().showMe(this, "PartName")) {
|
||||
headers.push({
|
||||
text: this.$ay.t("PartName"),
|
||||
align: "left",
|
||||
value: "partNameViz"
|
||||
});
|
||||
}
|
||||
|
||||
if (this.form().showMe(this, "PartUPC")) {
|
||||
headers.push({
|
||||
text: this.$ay.t("PartUPC"),
|
||||
@@ -995,6 +1003,7 @@ export default {
|
||||
x.quantity,
|
||||
this.pvm.languageName
|
||||
),
|
||||
partNameViz: x.partNameViz,
|
||||
upcViz: x.upcViz,
|
||||
description: x.description,
|
||||
serials: window.$gz.util.truncateString(
|
||||
|
||||
Reference in New Issue
Block a user