|
@@ -15,76 +15,74 @@
|
|
<jiazhengUpload @getFileUrl="getSfzGuohui" :img='idcardUrl2' bottomText="上传身份证国徽面"></jiazhengUpload>
|
|
<jiazhengUpload @getFileUrl="getSfzGuohui" :img='idcardUrl2' bottomText="上传身份证国徽面"></jiazhengUpload>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <uni-collapse type="line" v-model="accordionVal" class="zpzl-collapse-box">
|
|
|
|
- <uni-collapse-item title="更多资料" >
|
|
|
|
- <view class="form-label-switch form-top-margin">
|
|
|
|
- <view class="phone-form-label"><text class="form-label-require"></text>体检报告</view>
|
|
|
|
- <!-- <switch @change="switchGzChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
|
|
- </view>
|
|
|
|
- <view class="zhaopianZiliao-shenfenzhengImg">
|
|
|
|
- <view class="ziliao-upload-box">
|
|
|
|
- <view v-for="(item, index) in tijianbaogaoList" :key="index" v-if="tijianbaogaoList.length>0"
|
|
|
|
- class="ziliao-image-box">
|
|
|
|
- <img class="ziliao-image" :src="item" alt="">
|
|
|
|
- <view @click="deleteTijianbaogao(item,index)" class="ziliao-image-close"></view>
|
|
|
|
- </view>
|
|
|
|
- <jiazhengUpload changjingType="more" @getFileUrl="getTijianbaogao"></jiazhengUpload>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
|
|
|
|
- <view class="form-label-switch form-top-margin">
|
|
|
|
- <view class="phone-form-label"><text class="form-label-require"></text>工作生活照</view>
|
|
|
|
- <!-- <switch @change="switchGzChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
|
|
|
|
+ <view @click="changeZhankai" :class="zhankaiFlag==1?'open':''">
|
|
|
|
+ 更多资料
|
|
</view>
|
|
</view>
|
|
- <view class="zhaopianZiliao-shenfenzhengImg">
|
|
|
|
- <view class="ziliao-upload-box">
|
|
|
|
- <view v-for="(item, index) in shenghuizhaoList" :key="index" v-if="shenghuizhaoList.length>0"
|
|
|
|
- class="ziliao-image-box">
|
|
|
|
- <img class="ziliao-image" :src="item" alt="">
|
|
|
|
- <view @click="deleteShenghuoZhao(item,index)" class="ziliao-image-close"></view>
|
|
|
|
- </view>
|
|
|
|
- <jiazhengUpload changjingType="more" @getFileUrl="getGzShenghuozhao"></jiazhengUpload>
|
|
|
|
|
|
+ <view v-show="zhankaiFlag">
|
|
|
|
+ <view class="form-label-switch form-top-margin">
|
|
|
|
+ <view class="phone-form-label"><text class="form-label-require"></text>体检报告</view>
|
|
|
|
+ <!-- <switch @change="switchGzChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view class="form-label-switch form-top-margin">
|
|
|
|
- <view class="phone-form-label"><text class="form-label-require"></text>资格类照片</view>
|
|
|
|
- <!-- <switch @change="switchZgChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
|
|
- </view>
|
|
|
|
- <view class="zhaopianZiliao-shenfenzhengImg">
|
|
|
|
- <view class="ziliao-upload-box">
|
|
|
|
- <view v-for="(item, index) in zigezhaoList" :key="index" v-if="zigezhaoList.length>0"
|
|
|
|
- class="ziliao-image-box">
|
|
|
|
- <img class="ziliao-image" :src="item" alt="">
|
|
|
|
- <view @click="deleteZigeZhao(item,index)" class="ziliao-image-close"></view>
|
|
|
|
|
|
+ <view class="zhaopianZiliao-shenfenzhengImg">
|
|
|
|
+ <view class="ziliao-upload-box">
|
|
|
|
+ <view v-for="(item, index) in tijianbaogaoList" :key="index" v-if="tijianbaogaoList.length>0"
|
|
|
|
+ class="ziliao-image-box">
|
|
|
|
+ <img class="ziliao-image" :src="item" alt="">
|
|
|
|
+ <view @click="deleteTijianbaogao(item,index)" class="ziliao-image-close"></view>
|
|
|
|
+ </view>
|
|
|
|
+ <jiazhengUpload changjingType="more" @getFileUrl="getTijianbaogao"></jiazhengUpload>
|
|
</view>
|
|
</view>
|
|
- <jiazhengUpload changjingType="more" @getFileUrl="getZigezhao"></jiazhengUpload>
|
|
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view class="form-label-select">
|
|
|
|
- <view class="phone-form-label"><text class="form-label-require"></text>最近体检日期</view>
|
|
|
|
- <uni-datetime-picker class="form-radio-picker" type="date" @change="changeTijian">
|
|
|
|
- <view class="form-radio-select">
|
|
|
|
- <view>{{tijianDate}}</view>
|
|
|
|
- <icon></icon>
|
|
|
|
|
|
+
|
|
|
|
+ <view class="form-label-switch form-top-margin">
|
|
|
|
+ <view class="phone-form-label"><text class="form-label-require"></text>工作生活照</view>
|
|
|
|
+ <!-- <switch @change="switchGzChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
|
|
+ </view>
|
|
|
|
+ <view class="zhaopianZiliao-shenfenzhengImg">
|
|
|
|
+ <view class="ziliao-upload-box">
|
|
|
|
+ <view v-for="(item, index) in shenghuizhaoList" :key="index" v-if="shenghuizhaoList.length>0"
|
|
|
|
+ class="ziliao-image-box">
|
|
|
|
+ <img class="ziliao-image" :src="item" alt="">
|
|
|
|
+ <view @click="deleteShenghuoZhao(item,index)" class="ziliao-image-close"></view>
|
|
|
|
+ </view>
|
|
|
|
+ <jiazhengUpload changjingType="more" @getFileUrl="getGzShenghuozhao"></jiazhengUpload>
|
|
</view>
|
|
</view>
|
|
- </uni-datetime-picker>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- <view class="form-label-select">
|
|
|
|
- <view class="phone-form-label"><text class="form-label-require"></text>健康证日期</view>
|
|
|
|
- <uni-datetime-picker class="form-radio-picker" type="date" @change="changeJiankang">
|
|
|
|
- <view class="form-radio-select">
|
|
|
|
- <view>{{jiankangDate}}</view>
|
|
|
|
- <icon></icon>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <view class="form-label-switch form-top-margin">
|
|
|
|
+ <view class="phone-form-label"><text class="form-label-require"></text>资格类照片</view>
|
|
|
|
+ <!-- <switch @change="switchZgChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
|
|
+ </view>
|
|
|
|
+ <view class="zhaopianZiliao-shenfenzhengImg">
|
|
|
|
+ <view class="ziliao-upload-box">
|
|
|
|
+ <view v-for="(item, index) in zigezhaoList" :key="index" v-if="zigezhaoList.length>0"
|
|
|
|
+ class="ziliao-image-box">
|
|
|
|
+ <img class="ziliao-image" :src="item" alt="">
|
|
|
|
+ <view @click="deleteZigeZhao(item,index)" class="ziliao-image-close"></view>
|
|
|
|
+ </view>
|
|
|
|
+ <jiazhengUpload changjingType="more" @getFileUrl="getZigezhao"></jiazhengUpload>
|
|
</view>
|
|
</view>
|
|
- </uni-datetime-picker>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <view class="form-label-select">
|
|
|
|
+ <view class="phone-form-label"><text class="form-label-require"></text>最近体检日期</view>
|
|
|
|
+ <uni-datetime-picker class="form-radio-picker" type="date" @change="changeTijian">
|
|
|
|
+ <view class="form-radio-select">
|
|
|
|
+ <view>{{tijianDate}}</view>
|
|
|
|
+ <icon></icon>
|
|
|
|
+ </view>
|
|
|
|
+ </uni-datetime-picker>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="form-label-select">
|
|
|
|
+ <view class="phone-form-label"><text class="form-label-require"></text>健康证日期</view>
|
|
|
|
+ <uni-datetime-picker class="form-radio-picker" type="date" @change="changeJiankang">
|
|
|
|
+ <view class="form-radio-select">
|
|
|
|
+ <view>{{jiankangDate}}</view>
|
|
|
|
+ <icon></icon>
|
|
|
|
+ </view>
|
|
|
|
+ </uni-datetime-picker>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- </uni-collapse-item>
|
|
|
|
-
|
|
|
|
- </uni-collapse>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<!-- <view class="zpzl-tip-box form-top-margin">
|
|
<!-- <view class="zpzl-tip-box form-top-margin">
|
|
<view>体检报告文件</view>
|
|
<view>体检报告文件</view>
|
|
<view class="red-tip">(*如未经同意,体检报告均不展示在简历中;在系统中预约的体检,如有电子报告,会自动关联到简历中) </view>
|
|
<view class="red-tip">(*如未经同意,体检报告均不展示在简历中;在系统中预约的体检,如有电子报告,会自动关联到简历中) </view>
|
|
@@ -132,6 +130,7 @@
|
|
tijianbaogaoFlag: false,
|
|
tijianbaogaoFlag: false,
|
|
zhengshuUrls: '',
|
|
zhengshuUrls: '',
|
|
accordionVal:'',
|
|
accordionVal:'',
|
|
|
|
+ zhankaiFlag:false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
props: {
|
|
props: {
|
|
@@ -143,6 +142,10 @@
|
|
jiazhengUpload
|
|
jiazhengUpload
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ changeZhankai(){
|
|
|
|
+ this.zhankaiFlag = !this.zhankaiFlag
|
|
|
|
+ console.log('this.changeZhankai',this.changeZhankai);
|
|
|
|
+ },
|
|
editinfo(data) {
|
|
editinfo(data) {
|
|
console.log('data', data);
|
|
console.log('data', data);
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|