|
@@ -879,7 +879,7 @@ export default {
|
|
|
total += rowData.total*1;
|
|
|
}
|
|
|
}
|
|
|
- headData.totalBoxes = totalBoxes;
|
|
|
+ headData.totalBoxes = totalBoxes.toFixed(0);
|
|
|
headData.totalNetWeight = totalNetWeight;
|
|
|
headData.totalGrossWeight = totalGrossWeight;
|
|
|
headData.totalVolume = totalVolume.toFixed(3);
|