家庭收入
This commit is contained in:
@@ -67,6 +67,7 @@ export default {
|
|||||||
this.forms.groupName = option.groupName
|
this.forms.groupName = option.groupName
|
||||||
this.typeList()
|
this.typeList()
|
||||||
uni.$on('goback', (res) => {
|
uni.$on('goback', (res) => {
|
||||||
|
console.log(res);
|
||||||
this.selectUser = res
|
this.selectUser = res
|
||||||
if(res.name) {
|
if(res.name) {
|
||||||
this.forms.name = res.name
|
this.forms.name = res.name
|
||||||
|
|||||||
@@ -495,6 +495,11 @@ export default {
|
|||||||
if (!this.form.areaName) {
|
if (!this.form.areaName) {
|
||||||
return this.$u.toast('请选择区域')
|
return this.$u.toast('请选择区域')
|
||||||
}
|
}
|
||||||
|
if (this.form.userType == 1) {
|
||||||
|
if (!/^([0-9]{1,5})(\.[0-9]{1,3}){0,1}$/.test(this.form.income)){
|
||||||
|
return this.$u.toast('输入的数字不能超过10万')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
var urlList = ['app/appspecialdisabled/addOrUpdate', 'app/appspecialmental/addOrUpdate', 'app/appspecialadjustment/addOrUpdate',
|
var urlList = ['app/appspecialdisabled/addOrUpdate', 'app/appspecialmental/addOrUpdate', 'app/appspecialadjustment/addOrUpdate',
|
||||||
'app/appspecialdrug/addOrUpdate','app/appspecialprison/addOrUpdate']
|
'app/appspecialdrug/addOrUpdate','app/appspecialprison/addOrUpdate']
|
||||||
|
|||||||
Reference in New Issue
Block a user