fixed issue in bill of production
This commit is contained in:
@@ -338,9 +338,8 @@ const totals = computed(() => {
|
|||||||
|
|
||||||
const effectiveCost = rawCost * rrrFactor
|
const effectiveCost = rawCost * rrrFactor
|
||||||
const rrrSavings = rawCost - effectiveCost
|
const rrrSavings = rawCost - effectiveCost
|
||||||
const totalJournals = Math.ceil(totalCrafts / CRAFTS_PER_JOURNAL)
|
|
||||||
|
|
||||||
return { rawCost, effectiveCost, rrrSavings, totalCrafts, totalItems, totalJournals }
|
return { rawCost, effectiveCost, rrrSavings, totalCrafts, totalItems }
|
||||||
})
|
})
|
||||||
|
|
||||||
const journalRows = computed(() => {
|
const journalRows = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user