|
@@ -228,8 +228,8 @@
|
|
|
return
|
|
|
}
|
|
|
if(this.form.amountMoney>this.form.money||this.form.amountMoney<0||String(this.form.amountMoney).indexOf('.')!= -1 &&
|
|
|
- String(this.deptBudgetList.weight).length -
|
|
|
- (String(this.deptBudgetList.weight).indexOf('.') + 1) >
|
|
|
+ String(this.form.amountMoney).length -
|
|
|
+ (String(this.form.amountMoney).indexOf('.') + 1) >
|
|
|
2){
|
|
|
this.$message({
|
|
|
message: '抵粮款金额输入错误',
|