mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 08:46:45 +08:00
【入司优化】---性别录入与家庭关系
This commit is contained in:
@@ -376,7 +376,7 @@ export default {
|
|||||||
if (true === valid) {
|
if (true === valid) {
|
||||||
this.userInfo.map(item => {
|
this.userInfo.map(item => {
|
||||||
//0 男 1 女 relationType:0 配偶 1 父亲 2 母亲
|
//0 男 1 女 relationType:0 配偶 1 父亲 2 母亲
|
||||||
if ((item.sex != 1 && item.relationType == 2) || (item.sex != 0 && item.relationType != 1)) {
|
if ((item.sex != 1 && item.relationType == 2) || (item.sex != 0 && item.relationType == 1)) {
|
||||||
return this.$toast(item.name+'性别录入与家庭关系不符')
|
return this.$toast(item.name+'性别录入与家庭关系不符')
|
||||||
}
|
}
|
||||||
if (item.idType == '1') {
|
if (item.idType == '1') {
|
||||||
|
|||||||
Reference in New Issue
Block a user