31045
This commit is contained in:
@@ -476,14 +476,6 @@ export default {
|
|||||||
return this.$toast('请选择卡口')
|
return this.$toast('请选择卡口')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.form.phone) {
|
|
||||||
return this.$toast('请输入手机号码')
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!this.form.name) {
|
|
||||||
return this.$toast('请输入姓名')
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!this.form.idNumber) {
|
if (!this.form.idNumber) {
|
||||||
return this.$toast('请输入身份证号')
|
return this.$toast('请输入身份证号')
|
||||||
}
|
}
|
||||||
@@ -492,6 +484,14 @@ export default {
|
|||||||
return this.$toast('请输入正确的身份证账号')
|
return this.$toast('请输入正确的身份证账号')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!this.form.phone) {
|
||||||
|
return this.$toast('请输入手机号码')
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!this.form.name) {
|
||||||
|
return this.$toast('请输入姓名')
|
||||||
|
}
|
||||||
|
|
||||||
if (!this.form.highRiskIndustries) {
|
if (!this.form.highRiskIndustries) {
|
||||||
return this.$toast('请选择高危行业')
|
return this.$toast('请选择高危行业')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user