This commit is contained in:
@@ -1086,7 +1086,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
index: i,
|
index: i,
|
||||||
id: x.id,
|
id: x.id,
|
||||||
partViz: x.partViz,
|
partNameViz: x.partNameViz,
|
||||||
partWarehouseViz: x.partWarehouseViz,
|
partWarehouseViz: x.partWarehouseViz,
|
||||||
quantity: window.$gz.locale.decimalLocalized(
|
quantity: window.$gz.locale.decimalLocalized(
|
||||||
x.quantity,
|
x.quantity,
|
||||||
@@ -1096,7 +1096,7 @@ export default {
|
|||||||
x.suggestedQuantity,
|
x.suggestedQuantity,
|
||||||
this.pvm.languageName
|
this.pvm.languageName
|
||||||
),
|
),
|
||||||
partNameViz: x.partNameViz,
|
partDescriptionViz: x.partDescriptionViz,
|
||||||
upcViz: x.upcViz,
|
upcViz: x.upcViz,
|
||||||
description: x.description,
|
description: x.description,
|
||||||
serials: window.$gz.util.truncateString(
|
serials: window.$gz.util.truncateString(
|
||||||
|
|||||||
@@ -1033,13 +1033,13 @@ export default {
|
|||||||
return {
|
return {
|
||||||
index: i,
|
index: i,
|
||||||
id: x.id,
|
id: x.id,
|
||||||
partViz: x.partViz,
|
partNameViz: x.partNameViz,
|
||||||
partWarehouseViz: x.partWarehouseViz,
|
partWarehouseViz: x.partWarehouseViz,
|
||||||
quantity: window.$gz.locale.decimalLocalized(
|
quantity: window.$gz.locale.decimalLocalized(
|
||||||
x.quantity,
|
x.quantity,
|
||||||
this.pvm.languageName
|
this.pvm.languageName
|
||||||
),
|
),
|
||||||
partNameViz: x.partNameViz,
|
partDescriptionViz: x.partDescriptionViz,
|
||||||
upcViz: x.upcViz,
|
upcViz: x.upcViz,
|
||||||
description: x.description,
|
description: x.description,
|
||||||
serials: window.$gz.util.truncateString(
|
serials: window.$gz.util.truncateString(
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ export default {
|
|||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("WorkOrderItemPartRequestPartID"),
|
text: this.$ay.t("WorkOrderItemPartRequestPartID"),
|
||||||
align: "left",
|
align: "left",
|
||||||
value: "partViz"
|
value: "partNameViz"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -257,6 +257,14 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.form().showMe(this, "PartDescription")) {
|
||||||
|
headers.push({
|
||||||
|
text: this.$ay.t("PartDescription"),
|
||||||
|
align: "left",
|
||||||
|
value: "partDescriptionViz"
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
if (this.form().showMe(this, "PartRequestPartUPC")) {
|
if (this.form().showMe(this, "PartRequestPartUPC")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("PartUPC"),
|
text: this.$ay.t("PartUPC"),
|
||||||
@@ -322,12 +330,13 @@ export default {
|
|||||||
return {
|
return {
|
||||||
index: i,
|
index: i,
|
||||||
id: x.id,
|
id: x.id,
|
||||||
partViz: x.partViz,
|
partNameViz: x.partNameViz,
|
||||||
partWarehouseViz: x.partWarehouseViz,
|
partWarehouseViz: x.partWarehouseViz,
|
||||||
quantity: window.$gz.locale.decimalLocalized(
|
quantity: window.$gz.locale.decimalLocalized(
|
||||||
x.quantity,
|
x.quantity,
|
||||||
this.pvm.languageName
|
this.pvm.languageName
|
||||||
),
|
),
|
||||||
|
partDescriptionViz: x.partDescriptionViz,
|
||||||
upcViz: x.upcViz,
|
upcViz: x.upcViz,
|
||||||
purchaseOrderViz: x.purchaseOrderViz,
|
purchaseOrderViz: x.purchaseOrderViz,
|
||||||
purchaseOrderIdViz: x.purchaseOrderIdViz,
|
purchaseOrderIdViz: x.purchaseOrderIdViz,
|
||||||
|
|||||||
@@ -1106,7 +1106,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
index: i,
|
index: i,
|
||||||
id: x.id,
|
id: x.id,
|
||||||
partViz: x.partViz,
|
partNameViz: x.partNameViz,
|
||||||
partWarehouseViz: x.partWarehouseViz,
|
partWarehouseViz: x.partWarehouseViz,
|
||||||
quantity: window.$gz.locale.decimalLocalized(
|
quantity: window.$gz.locale.decimalLocalized(
|
||||||
x.quantity,
|
x.quantity,
|
||||||
@@ -1116,7 +1116,7 @@ export default {
|
|||||||
x.suggestedQuantity,
|
x.suggestedQuantity,
|
||||||
this.pvm.languageName
|
this.pvm.languageName
|
||||||
),
|
),
|
||||||
partNameViz: x.partNameViz,
|
partDescriptionViz: x.partDescriptionViz,
|
||||||
upcViz: x.upcViz,
|
upcViz: x.upcViz,
|
||||||
description: x.description,
|
description: x.description,
|
||||||
serials: window.$gz.util.truncateString(
|
serials: window.$gz.util.truncateString(
|
||||||
|
|||||||
@@ -1017,14 +1017,22 @@ export default {
|
|||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("Part"),
|
text: this.$ay.t("Part"),
|
||||||
align: "left",
|
align: "left",
|
||||||
value: "partViz"
|
value: "partNameViz"
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.form().showMe(this, "Items.PartName")) {
|
if (this.form().showMe(this, "Items.PartDescription")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("PartName"),
|
text: this.$ay.t("PartDescription"),
|
||||||
align: "left",
|
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
|
this.hour12
|
||||||
),
|
),
|
||||||
vendorPartNumber: x.vendorPartNumber,
|
vendorPartNumber: x.vendorPartNumber,
|
||||||
partViz: x.partViz,
|
partDescriptionViz: x.partDescriptionViz,
|
||||||
partNameViz: x.partNameViz,
|
partNameViz: x.partNameViz,
|
||||||
|
upcViz: x.upcViz,
|
||||||
warehouseViz: x.warehouseViz,
|
warehouseViz: x.warehouseViz,
|
||||||
partUnitOfMeasureViz: x.partUnitOfMeasureViz,
|
partUnitOfMeasureViz: x.partUnitOfMeasureViz,
|
||||||
partRequestedByViz: x.partRequestedByViz,
|
partRequestedByViz: x.partRequestedByViz,
|
||||||
|
|||||||
Reference in New Issue
Block a user