|
@@ -653,15 +653,15 @@ export default {
|
|
|
for (var j=0; j<sizeTables.length;j++){
|
|
|
row['size-'+sizeTables[j].size] = sizeTables[j].proportion;
|
|
|
}
|
|
|
- totalNetWeight += row.totalNetWeight*1;
|
|
|
- totalGrossWeight += row.totalGrossWeight*1;
|
|
|
- totalVolume += row.totalVolume*1;
|
|
|
- totalPrice += row.totalPrice*1;
|
|
|
+ // totalNetWeight += row.totalNetWeight*1;
|
|
|
+ // totalGrossWeight += row.totalGrossWeight*1;
|
|
|
+ // totalVolume += row.totalVolume*1;
|
|
|
+ // totalPrice += row.totalPrice*1;
|
|
|
}
|
|
|
- res.result.totalNetWeight = totalNetWeight;
|
|
|
- res.result.totalGrossWeight = totalGrossWeight;
|
|
|
- res.result.totalVolume = totalVolume;
|
|
|
- res.result.totalPrice = totalPrice;
|
|
|
+ // res.result.totalNetWeight = totalNetWeight;
|
|
|
+ // res.result.totalGrossWeight = totalGrossWeight;
|
|
|
+ // res.result.totalVolume = totalVolume;
|
|
|
+ // res.result.totalPrice = totalPrice;
|
|
|
|
|
|
}else{
|
|
|
this.$message.error(res.message);
|