@@ -513,6 +513,10 @@
this.$api.msg('金额不能为空')
return
}
+ if (this.detailData.amountMoney < 0.01 || this.detailData.amountMoney > 100000000) {
+ this.$api.msg('金额输入错误')
+ return
+ }
var that = this
var title
var theInterface