case 4025 replaced partnumber with partname and changed partname to partdescription
This commit is contained in:
@@ -1218,7 +1218,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Part"),
|
||||
align: "left",
|
||||
value: "partNumber"
|
||||
value: "partName"
|
||||
});
|
||||
|
||||
if (this.obj.hasSelectableWarehouses) {
|
||||
@@ -1261,7 +1261,7 @@ export default {
|
||||
index: i,
|
||||
partId: x.partId,
|
||||
partWarehouseId: x.partWarehouseId,
|
||||
partNumber: x.partNumber,
|
||||
partName: x.partName,
|
||||
warehouseViz: x.warehouseViz,
|
||||
|
||||
minimumQuantity: window.$gz.locale.decimalLocalized(
|
||||
@@ -1288,7 +1288,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Part"),
|
||||
align: "left",
|
||||
value: "partNumber"
|
||||
value: "partName"
|
||||
});
|
||||
|
||||
if (this.obj.hasSelectableWarehouses) {
|
||||
@@ -1340,7 +1340,7 @@ export default {
|
||||
requestedByUserViz: x.requestedByUserName,
|
||||
partId: x.partId,
|
||||
partWarehouseId: x.partWarehouseId,
|
||||
partNumber: x.partNumber,
|
||||
partName: x.partName,
|
||||
partWarehouseName: x.partWarehouseName,
|
||||
serial: x.serial,
|
||||
wholesalerName: x.wholesalerName,
|
||||
|
||||
Reference in New Issue
Block a user