parent
e82e11d2bc
commit
fb64a3b298
|
@ -38,8 +38,8 @@ export default {
|
||||||
return {
|
return {
|
||||||
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB',
|
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB',
|
||||||
form: {
|
form: {
|
||||||
userName: '14730797906',
|
userName: '',
|
||||||
userPwd: 'Aa@123456789'
|
userPwd: ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
</template>
|
</template>
|
||||||
</u-cell>
|
</u-cell>
|
||||||
<u-cell title="是否缴纳商业保险" :value="info.userDetails.ispay === '1' ? '是':'否'"></u-cell>
|
<u-cell title="是否缴纳商业保险" :value="info.userDetails.ispay === '1' ? '是':'否'"></u-cell>
|
||||||
<u-cell title="商业保险单号" v-show="info.userDetails.ispay === '1'" :value="info.ispayNumber"></u-cell>
|
<u-cell title="商业保险单号" v-show="info.userDetails.ispay === '1'" :value="info.userDetails.ispayNumber"></u-cell>
|
||||||
<u-cell title="保险图片" v-show="info.userDetails.ispay === '1'">
|
<u-cell title="保险图片" v-show="info.userDetails.ispay === '1'">
|
||||||
<template #value>
|
<template #value>
|
||||||
<view v-for="(item,index) in insuranceFile" :key="index"
|
<view v-for="(item,index) in insuranceFile" :key="index"
|
||||||
|
|
|
@ -1008,7 +1008,7 @@ export default {
|
||||||
// 工商保险
|
// 工商保险
|
||||||
this.form.empInsurance = Array.from(await this.uploadFiles(this.form.injuriesPayTiemFile, 3));
|
this.form.empInsurance = Array.from(await this.uploadFiles(this.form.injuriesPayTiemFile, 3));
|
||||||
// 三级培训照片
|
// 三级培训照片
|
||||||
this.form.threeLevel = Array.from(await this.uploadFiles(this.form.threeLevel, 3));
|
this.form.threeLevel = Array.from(await this.uploadFiles(this.form.photosOfLevel, 3));
|
||||||
// 就职信息更新
|
// 就职信息更新
|
||||||
this.form.emp = JSON.parse(JSON.stringify(this.emp));
|
this.form.emp = JSON.parse(JSON.stringify(this.emp));
|
||||||
this.form.emp.departmentId = this.form.departmentId;
|
this.form.emp.departmentId = this.form.departmentId;
|
||||||
|
|
Loading…
Reference in New Issue