|
@@ -468,16 +468,16 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (
|
|
|
- this.freightspace[i].unloadNetWeight > 200 ||
|
|
|
- this.freightspace[i].unloadNetWeight < 0
|
|
|
- ) {
|
|
|
- this.$message({
|
|
|
- message: '装车净重输入错误',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (
|
|
|
+ // this.freightspace[i].unloadNetWeight > 200 ||
|
|
|
+ // this.freightspace[i].unloadNetWeight < 0
|
|
|
+ // ) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '装车净重输入错误',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
}
|
|
|
tranCarInfoList1=this.freightspace
|
|
|
}
|