| | |
| | | </u-collapse> |
| | | </view> |
| | | |
| | | <view class="content bgc-ff" v-if="dangerCount > 0"> |
| | | <!-- <view class="content bgc-ff" v-if="dangerCount > 0"> |
| | | <view class="upload "> |
| | | <!-- <view class="f-28 mb-20">其它隐患问题</view> --> |
| | | <view class="flex j-c-s-b a-i-c" @click="showSelectDate = true"> |
| | | <view class="f-28">整改截止时间</view> |
| | | <view class="flex a-i-c"> |
| | |
| | | </u-upload> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <!-- <footer-btn @click="sumitInfo"></footer-btn> --> |
| | | |
| | |
| | | }) |
| | | this.info.rectificationNoticeImgUrl = urls.join(",") |
| | | } |
| | | if (!this.getSelected().length < this.count) { |
| | | this.$showTips("还未完善"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | this.info.taskPlaceRecordVOList = this.getSelected() |
| | | this.info.status = 1; |
| | | this.info.type = 2; |
| | | if (this.isEdit) { |
| | | auditPlaceCheck(this.info).then(res => { |
| | | uni.hideLoading(); |
| | | uni.showToast({ |
| | | icon: 'success', |
| | | title: '提交成功', |
| | | success() { |
| | | setTimeout(() => { |
| | | uni.navigateBack(); |
| | | }, 300) |
| | | } |
| | | }) |
| | | |
| | | auditPlaceCheck(this.info).then(res => { |
| | | uni.hideLoading(); |
| | | uni.showToast({ |
| | | icon: 'success', |
| | | title: '提交成功', |
| | | success() { |
| | | setTimeout(() => { |
| | | uni.navigateBack(); |
| | | }, 300) |
| | | } |
| | | }) |
| | | } else { |
| | | savePlaceCheck(this.info).then(res => { |
| | | uni.hideLoading(); |
| | | uni.showToast({ |
| | | icon: 'success', |
| | | title: '提交成功', |
| | | success() { |
| | | setTimeout(() => { |
| | | uni.navigateBack(); |
| | | }, 300) |
| | | } |
| | | }) |
| | | }) |
| | | } |
| | | }) |
| | | |
| | | }, |
| | | |
| | | previewImg() { |