This commit is contained in:
@@ -843,6 +843,26 @@ async function createTableHeaders(vm) {
|
||||
align: "start",
|
||||
value: "quantityOrdered"
|
||||
});
|
||||
vm.headers.push({
|
||||
text: vm.$ay.t("PurchaseOrderItemQuantityReceived"),
|
||||
align: "start",
|
||||
value: "quantityReceived"
|
||||
});
|
||||
|
||||
vm.headers.push({
|
||||
text: vm.$ay.t("Part"),
|
||||
align: "start",
|
||||
value: "partName"
|
||||
});
|
||||
|
||||
if (vm.showWarehouses) {
|
||||
vm.headers.push({
|
||||
text: vm.$ay.t("Part"),
|
||||
align: "start",
|
||||
value: "partWarehouseName"
|
||||
});
|
||||
}
|
||||
//--------------
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user