| | |
| | | <view class="line"> |
| | | <view class="label"> |
| | | <text>*</text> |
| | | <text>接受人</text> |
| | | <text>接收人</text> |
| | | </view> |
| | | <view class="value" @click="selMember"> |
| | | <text |
| | |
| | | this.isShowType = false |
| | | }, |
| | | seletedSafety(e) { |
| | | |
| | | |
| | | }, |
| | | seletedDate(e) { |
| | | this.$set(this.param, 'submitTime', dayjs(e.value).format('YYYY-MM-DD HH:mm:ss')) |
| | |
| | | }) |
| | | }, |
| | | selMember() { |
| | | if(!this.param.areaId) return uni.showToast({ |
| | | title: '请先选择隐患区域', |
| | | icon: 'none' |
| | | }) |
| | | uni.navigateTo({ |
| | | url: '/pages/staff/memberSel' |
| | | url: '/pages/staff/memberSel?areaId=' + this.param.areaId |
| | | }) |
| | | }, |
| | | fileDel(i) { |
| | |
| | | } |
| | | video { |
| | | width: 100%; |
| | | max-height: 160rpx; |
| | | max-height: 120rpx; |
| | | } |
| | | } |
| | | } |