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