BUG 28300

This commit is contained in:
aixianling
2022-03-17 10:48:22 +08:00
parent 0ba94de45d
commit 39ac5d3d2f

View File

@@ -102,7 +102,7 @@
<div class="value">
<u-input type="number" placeholder="请输入" v-model="form[item.formDbName]" input-align="right"
placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="item.maxlength"
:clearable="false" @input="changeMoney" style="font-size: 16px"/>
:clearable="false" style="font-size: 16px"/>
</div>
</div>
@@ -440,12 +440,6 @@ export default {
this.form.birth = people.birthday
this.form.gender = people.gender
},
changeMoney() {
let moneyReg = /^([0-9]{1,5})(\.[0-9]{1,3}){0,1}$/
if (!moneyReg.test(this.form.income)) {
return this.$u.toast('输入的数字不能超过10万')
}
},
confirmGirdSelect(e) {
this.form.girdId = e[0].value