|
@@ -15,27 +15,32 @@
|
|
|
<jiazhengUpload @getFileUrl="getSfzGuohui" :img='idcardUrl2' bottomText="上传身份证国徽面"></jiazhengUpload>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <uni-collapse>
|
|
|
+ <uni-collapse-item title="展开更多">
|
|
|
<view class="form-label-switch form-top-margin">
|
|
|
- <view class="phone-form-label"><text class="form-label-require"></text>体检报告</view>
|
|
|
+ <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">
|
|
|
+ <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>
|
|
|
<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">
|
|
|
+ <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>
|
|
@@ -48,7 +53,8 @@
|
|
|
</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">
|
|
|
+ <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>
|
|
@@ -64,7 +70,7 @@
|
|
|
</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">
|
|
@@ -74,6 +80,11 @@
|
|
|
</view>
|
|
|
</uni-datetime-picker>
|
|
|
</view>
|
|
|
+ </uni-collapse-item>
|
|
|
+
|
|
|
+ </uni-collapse>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<!-- <view class="zpzl-tip-box form-top-margin">
|
|
|
<view>体检报告文件</view>
|
|
@@ -132,7 +143,7 @@
|
|
|
jiazhengUpload
|
|
|
},
|
|
|
methods: {
|
|
|
- editinfo(data) {
|
|
|
+ editinfo(data) {
|
|
|
console.log('data', data);
|
|
|
this.$nextTick(() => {
|
|
|
this.icon = data.icon
|
|
@@ -208,9 +219,9 @@
|
|
|
idcardUrl1: this.idcardUrl1,
|
|
|
idcardUrl2: this.idcardUrl2,
|
|
|
tijianbaogaoFlag: this.tijianbaogaoFlag,
|
|
|
- shenghuoUrls: this.shenghuizhaoList?this.shenghuizhaoList.join(','):'',
|
|
|
- zhengshuUrls: this.zigezhaoList?this.zigezhaoList.join(','):'',
|
|
|
- tijianUrls: this.tijianbaogaoList?this.tijianbaogaoList.join(','):'',
|
|
|
+ shenghuoUrls: this.shenghuizhaoList ? this.shenghuizhaoList.join(',') : '',
|
|
|
+ zhengshuUrls: this.zigezhaoList ? this.zigezhaoList.join(',') : '',
|
|
|
+ tijianUrls: this.tijianbaogaoList ? this.tijianbaogaoList.join(',') : '',
|
|
|
tijianDate: this.tijianDate,
|
|
|
jiankangDate: this.jiankangDate,
|
|
|
|
|
@@ -229,7 +240,7 @@
|
|
|
zhengshuUrls: this.zigezhaoList.length > 0 ? this.zigezhaoList.join(',') : '',
|
|
|
tijianDate: this.tijianDate,
|
|
|
jiankangDate: this.jiankangDate,
|
|
|
- tijianUrls: this.tijianbaogaoList?this.tijianbaogaoList.join(','):'',
|
|
|
+ tijianUrls: this.tijianbaogaoList ? this.tijianbaogaoList.join(',') : '',
|
|
|
|
|
|
}
|
|
|
console.log('this.formData', this.formData);
|