BUG 28300
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
<div class="value">
|
<div class="value">
|
||||||
<u-input type="number" placeholder="请输入" v-model="form[item.formDbName]" input-align="right"
|
<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"
|
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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -440,12 +440,6 @@ export default {
|
|||||||
this.form.birth = people.birthday
|
this.form.birth = people.birthday
|
||||||
this.form.gender = people.gender
|
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) {
|
confirmGirdSelect(e) {
|
||||||
this.form.girdId = e[0].value
|
this.form.girdId = e[0].value
|
||||||
|
|||||||
Reference in New Issue
Block a user