| | |
| | | <view class="check_details_card" > |
| | | <view class="hidden_text">问题照片</view> |
| | | <view class="check_details_phone hidden_datas" v-for="(item,index) in hiddenPhone"> |
| | | <!-- <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image> --> |
| | | <u-album :urls="[`https://pipe.thhy-tj.com/${item.imgPath}`]"></u-album> |
| | | <!-- <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image> --> |
| | | <u-album :urls="[`https://szpipe.thhy-tj.com/${item.imgPath}`]"></u-album> |
| | | </view> |
| | | </view> |
| | | <view class="check_details_card"> |
| | |
| | | v-model="formCheck.level" |
| | | placeholder="请选择隐患等级" |
| | | disabledColor="#FFFFFF" |
| | | disabled |
| | | border="none"> |
| | | </u-input> |
| | | <u-icon |
| | |
| | | data(){ |
| | | return{ |
| | | hiddenBtn:0,//是否展示提交按钮 0:展示 |
| | | createUser:null,//创建人 |
| | | checkShow:false,//展示隐患等级和积分值是否可修改 |
| | | showLever: false,//隐患等级弹框显隐 |
| | | leverColumns: [ |
| | |
| | | }, |
| | | onLoad(option) { |
| | | this.hiddenBtn = option.status |
| | | this.createUser = option.createUser |
| | | if(option.status==='0'){//0为审批页面、其他为详情页面 |
| | | this.checkShow = false |
| | | this.getDetailsInfo(option.id,0) |
| | |
| | | const params = Object.assign({},this.hiddenDetails); |
| | | params.level = this.formCheck.levelId |
| | | params.integral = this.formCheck.integral |
| | | params.createUser = this.createUser |
| | | this.$api.reboSystem.checkHiddenInfo(params).then((res) => { |
| | | if(res.success) { |
| | | uni.$u.toast("提交成功!"); |