@@ -468,7 +468,7 @@
}
},
calculate() {
- this.netWeight = this.detailData.grossWeight - this.detailData.tare - this.detailData.deductionWeight
+ this.netWeight = (this.detailData.grossWeight - this.detailData.tare - this.detailData.deductionWeight).toFixed(2)
getImgUrl(res) {
this.detailData.addressUrl = res
@@ -459,7 +459,7 @@