| subPackage/workbench/components/formItem.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/workbench/views/audit.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/workbench/views/cscj.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/workbench/views/editExamine.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/workbench/views/examine.vue | ●●●●● patch | view | raw | blame | history |
subPackage/workbench/components/formItem.vue
@@ -39,8 +39,7 @@ <u--input v-model="form.registeredAddress" border="none" placeholder="请填写户籍地址"></u--input> </u-form-item> <view class="item pic"> <!-- <view class="item pic"> <view class="box-title f-28" style="padding:10rpx 0;"> 从业人员照片 </view> @@ -49,7 +48,7 @@ :capture="uploadConfig.capture" uploadIcon="/static/icon/upload.png" @afterRead="afterReadImgs" @delete="deleteImages"> </u-upload> </view> </view> --> </u-form> <u-picker :defaultIndex="nationTypeListIndex" :closeOnClickOverlay="true" :show="showNationPicker" @@ -156,6 +155,7 @@ async afterReadImgs(event) { this.showLoading() let lists = [].concat(event.file) console.log(this.form) let fileListLen = this.form.employerImg.length lists.map((item) => { this.form.employerImg.push({ subPackage/workbench/views/audit.vue
@@ -104,7 +104,7 @@ uni.setNavigationBarTitle({ title: "消防自查" }) } else if (option.reportType == 3) { } else if (option.reportType == 5) { uni.setNavigationBarTitle({ title: "二手交易" }) subPackage/workbench/views/cscj.vue
@@ -254,14 +254,18 @@ </u-form> <view class="practitioner"> <view class="practitioner" style="padding:20rpx 30rpx 0;"> <box-title title="从业人员信息"></box-title> <view class="info" v-for="(item, index) in personNum" :key="index"> <view class="title">人员信息-#{{ index*1 + 1 }}</view> <formItem ref="formItemRef"></formItem> </view> <view class="add-person"> <view class="" style="padding:20rpx 0;" v-if="personNum == 0 && currentId"> 未完善 </view> <view class="add-person" v-if="!currentId"> <u-button type="success" plain @click="addPerson">再加一人</u-button> </view> </view> subPackage/workbench/views/editExamine.vue
@@ -440,18 +440,15 @@ this.$refs.formItemRef[index].genderValue = obj.name; this.$refs.formItemRef[index].genderIndex = obj.index; } if (item.employerImg) { if (item.employerImg == "" || item.employerImg == null) { console.log(222222) this.$refs.formItemRef[index].employerImg = [] } else { this.$refs.formItemRef[index].employerImg = this.$setImageUrl(item .employerImg, 2) console.log("employerImg===>", this.$setImageUrl(item .employerImg, 2)) // console.log(this.$refs.formItemRef[index].employerImg); } else { this.$refs.formItemRef[index].employerImg = [] } console.log(this.$refs.formItemRef[index].form); this.$refs.formItemRef[index].form = item subPackage/workbench/views/examine.vue
@@ -25,6 +25,29 @@ </view> </view> </view> <view class="personnel bgc-ff"> <box-title title="房东信息" class="box-title"></box-title> <view class="info"> <view class="info-box"> <view class="content"> <text>姓名</text> <text>{{ item.landlordName || '未完善' }}</text> </view> <view class="content"> <text>电话号码</text> <text>{{ item.landlordPhone || '未完善' }}</text> </view> <view class="content"> <text>微信号</text> <text>{{ item.landlordWxAccount || '未完善' }}</text> </view> <view class="content"> <text>身份证号</text> <text>{{ item.landlordIdCard || '未完善' }}</text> </view> </view> </view> </view> <view class="personnel"> <box-title title="从业人员" class="box-title"></box-title> <view class="info"> @@ -54,16 +77,16 @@ <text>年龄</text> <text>{{ item.age || '未完善' }}</text> </view> <view class="content"> <!-- <view class="content"> <text>工作单位</text> <text>{{ item.employer || '未完善' }}</text> </view> </view> --> <view class="content"> <text>岗位性质</text> <text>{{ item.jobNature || '未完善' }}</text> </view> <view class="content"> <text>暂住地</text> <text>现居住地</text> <text>{{ item.tempAddress || '未完善' }}</text> </view> <view class="content">