@@ -1285,8 +1285,8 @@
(String(this.weighingList.grossWeight).indexOf('.') + 1) >
1) ||
this.weighingList.grossWeight < 1 ||
- this.weighingList.grossWeight > 100000
- ) {
+ this.weighingList.grossWeight > 120000
+ ) {3
this.$message({
message: '毛重输入错误!',
type: 'warning',