|
@@ -637,6 +637,7 @@
|
|
socialSecurityPictureFrontUrl: '',
|
|
socialSecurityPictureFrontUrl: '',
|
|
socialSecurityPictureOpposite: '',
|
|
socialSecurityPictureOpposite: '',
|
|
socialSecurityPictureOppositeUrl: '',
|
|
socialSecurityPictureOppositeUrl: '',
|
|
|
|
+ isPc:''
|
|
},
|
|
},
|
|
keyWatch: '',
|
|
keyWatch: '',
|
|
}
|
|
}
|
|
@@ -776,6 +777,7 @@
|
|
socialSecurityPictureFrontUrl: '',
|
|
socialSecurityPictureFrontUrl: '',
|
|
socialSecurityPictureOpposite: '',
|
|
socialSecurityPictureOpposite: '',
|
|
socialSecurityPictureOppositeUrl: '',
|
|
socialSecurityPictureOppositeUrl: '',
|
|
|
|
+ isPc:''
|
|
}
|
|
}
|
|
if (method === 'add') {
|
|
if (method === 'add') {
|
|
this.title = `新建入职登记`
|
|
this.title = `新建入职登记`
|
|
@@ -893,6 +895,7 @@
|
|
throw new Error('社保编号与社保银行卡号不能为空')
|
|
throw new Error('社保编号与社保银行卡号不能为空')
|
|
}
|
|
}
|
|
this.inputForm.type = '2'
|
|
this.inputForm.type = '2'
|
|
|
|
+ this.inputForm.isPc = '1'
|
|
enrollmentRegistrationService.save(this.inputForm).then((data) => {
|
|
enrollmentRegistrationService.save(this.inputForm).then((data) => {
|
|
this.inputForm.title = `${this.$store.state.user.name} 发起了 [${this.inputForm.name} - 入职登记]`
|
|
this.inputForm.title = `${this.$store.state.user.name} 发起了 [${this.inputForm.name} - 入职登记]`
|
|
this.inputForm.id = data.businessId
|
|
this.inputForm.id = data.businessId
|