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