[新增功能](hyx_2025-01-13_xgf2.0):

- 相关方app问题修复
hyx_2025-01-13_xgf2.0
huangyuxuan 2025-03-05 15:42:53 +08:00
parent e82e11d2bc
commit fb64a3b298
3 changed files with 4 additions and 4 deletions

View File

@ -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: ''
} }
} }
}, },

View File

@ -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"

View File

@ -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;