This commit is contained in:
@@ -852,16 +852,22 @@ async function createTableHeaders(vm) {
|
|||||||
vm.headers.push({
|
vm.headers.push({
|
||||||
text: vm.$ay.t("Part"),
|
text: vm.$ay.t("Part"),
|
||||||
align: "start",
|
align: "start",
|
||||||
value: "partName"
|
value: "displayPartNumber"
|
||||||
});
|
});
|
||||||
|
|
||||||
if (vm.showWarehouses) {
|
if (vm.showWarehouses) {
|
||||||
vm.headers.push({
|
vm.headers.push({
|
||||||
text: vm.$ay.t("Part"),
|
text: vm.$ay.t("Part"),
|
||||||
align: "start",
|
align: "start",
|
||||||
value: "partWarehouseName"
|
value: "displayWarehouse"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vm.headers.push({
|
||||||
|
text: vm.$ay.t("VendorPartNumber"),
|
||||||
|
align: "start",
|
||||||
|
value: "vendorPartNumber"
|
||||||
|
});
|
||||||
//--------------
|
//--------------
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -902,6 +908,7 @@ async function createTableHeaders(vm) {
|
|||||||
"id": 1, "concurrency": 7252069, "purchaseOrderId": 1, "partId": 5, "partWarehouseId": 3, "quantityOrdered": 74,
|
"id": 1, "concurrency": 7252069, "purchaseOrderId": 1, "partId": 5, "partWarehouseId": 3, "quantityOrdered": 74,
|
||||||
"quantityReceived": 74, "purchaseOrderCost": 3.8921, "receivedCost": 10, "receivedDate": "2020-06-30T17:14:19.446974Z",
|
"quantityReceived": 74, "purchaseOrderCost": 3.8921, "receivedCost": 10, "receivedDate": "2020-06-30T17:14:19.446974Z",
|
||||||
"partRequestedById": null, "workorderItemPartRequestId": null, "purchaseTaxCodeId": null, "vendorPartNumber": "aws-188369"
|
"partRequestedById": null, "workorderItemPartRequestId": null, "purchaseTaxCodeId": null, "vendorPartNumber": "aws-188369"
|
||||||
|
"displayPartNumber": "182799", "displayWarehouse": "WHS- Jaron River", "displayRequestUser": null, "displayRequestWorkorder": null, "displayTaxCode": null
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user