|
@@ -651,7 +651,7 @@ export default {
|
|
|
if (dataRow.outerBoxLength != "" && dataRow.outerBoxLength != undefined &&
|
|
|
dataRow.outerBoxWidth != "" && dataRow.outerBoxWidth != undefined &&
|
|
|
dataRow.outerBoxHeight != "" && dataRow.outerBoxHeight != undefined){
|
|
|
- dataRow.totalVolume = (dataRow.outerBoxLength * dataRow.outerBoxWidth * dataRow.outerBoxHeight * dataRow.boxNumber).toFixed(3)
|
|
|
+ dataRow.totalVolume = (dataRow.outerBoxLength * dataRow.outerBoxWidth * dataRow.outerBoxHeight * dataRow.boxNumber/1000000).toFixed(3)
|
|
|
}
|
|
|
if (dataRow.unitPrice != undefined && dataRow.unitPrice != ""){
|
|
|
dataRow.totalPrice = (dataRow.unitPrice*dataRow.total).toFixed(2)
|