zxz 1 年之前
父节点
当前提交
93eac1b8d3
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/reimbursement/request_funds.vue

+ 4 - 0
pages/reimbursement/request_funds.vue

@@ -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