|
@@ -759,7 +759,7 @@
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
this.deptBudgetList.grossWeight < 100 ||
|
|
this.deptBudgetList.grossWeight < 100 ||
|
|
- this.deptBudgetList.grossWeight > 500000 ||
|
|
|
|
|
|
+ this.deptBudgetList.grossWeight > 5000000 ||
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') != -1 &&
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') != -1 &&
|
|
String(this.deptBudgetList.grossWeight).length -
|
|
String(this.deptBudgetList.grossWeight).length -
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') + 1) >
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') + 1) >
|
|
@@ -1378,7 +1378,7 @@
|
|
if (
|
|
if (
|
|
this.information == '毛重检斤' &&
|
|
this.information == '毛重检斤' &&
|
|
(this.deptBudgetList.grossWeight < 0 ||
|
|
(this.deptBudgetList.grossWeight < 0 ||
|
|
- this.deptBudgetList.grossWeight > 2000000 ||
|
|
|
|
|
|
+ this.deptBudgetList.grossWeight > 10000000 ||
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') != -1 &&
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') != -1 &&
|
|
String(this.deptBudgetList.grossWeight).length -
|
|
String(this.deptBudgetList.grossWeight).length -
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') + 1) >
|
|
(String(this.deptBudgetList.grossWeight).indexOf('.') + 1) >
|