|
@@ -469,7 +469,7 @@ export default {
|
|
|
this.dataList.warehouseName = this.$route.query.warehouseName
|
|
|
this.dataList.binNumber = this.$route.query.binNumber
|
|
|
this.dataList.tare = this.$route.query.tare
|
|
|
- this.dataList.netWeight = this.$route.query.netWeight
|
|
|
+ this.dataList.netWeight = this.$route.query.netWeight.toFixed(2)
|
|
|
this.dataList.grade = this.$route.query.grade
|
|
|
this.dataList.agent = this.$route.query.agent
|
|
|
this.dataList.carNo = this.$route.query.carNo
|