added totals to labor allocations

This commit is contained in:
jfrye122
2023-05-14 14:30:07 -04:00
parent 6d852453b0
commit be9d285ac9
2 changed files with 52 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ export const CalculateAllocationsTotals = (
) => {
// console.log("🚀 ~ file: adjustments", adjustments);
// console.log("🚀 ~ file: bodyshop", bodyshop);
console.log("🚀 ~ file: joblines", joblines);
// console.log("🚀 ~ file: joblines", joblines);
// console.log("🚀 ~ file: timetickets", timetickets);
const responsibilitycenters = bodyshop.md_responsibility_centers;
const jobCodes = joblines.map((item) => item.mod_lbr_ty);