|
@@ -872,7 +872,7 @@ export default {
|
|
|
headData.totalBoxes = totalBoxes;
|
|
|
headData.totalNetWeight = totalNetWeight;
|
|
|
headData.totalGrossWeight = totalGrossWeight;
|
|
|
- headData.totalVolume = totalVolume;
|
|
|
+ headData.totalVolume = totalVolume.toFixed(3);
|
|
|
headData.totalPrice = totalPrice.toFixed(2);
|
|
|
headData.total = total
|
|
|
this.addAdpacking = headData;
|