|
@@ -209,6 +209,252 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view v-if="objValue.enginClassValue=='调压柜'">
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传调压箱名牌照片</view>
|
|
|
+ <view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Box')"
|
|
|
+ v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgBoxArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Box')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Box')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传调压箱内石粉回填照片</view>
|
|
|
+ <view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Sfht')"
|
|
|
+ v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgSfhtArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Sfht')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Sfht')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传调压箱防雷接地照片</view>
|
|
|
+ <view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Fljd')"
|
|
|
+ v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgFljdArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode=""
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Fljd')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item"
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Fljd')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传调压箱底腿连接照片</view>
|
|
|
+ <view class=""
|
|
|
+ style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
|
+ @click="choose('Dtlj')" v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgDtljArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode=""
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Dtlj')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item"
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Dtlj')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')"
|
|
|
+ style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传调压箱护栏及地面硬化(远景)照片</view>
|
|
|
+ <view class=""
|
|
|
+ style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
|
+ @click="choose('Hldmyh')" v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgHldmyhArr" :key="index"
|
|
|
+ style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode=""
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Hldmyh')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item"
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Hldmyh')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')"
|
|
|
+ style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view v-if="objValue.enginClassValue=='阀井'">
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传套管照片</view>
|
|
|
+ <view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Tg')"
|
|
|
+ v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgTgArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Tg')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Tg')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传内壁抹灰照片</view>
|
|
|
+ <view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Nbmh')"
|
|
|
+ v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgNbmhArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Nbmh')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Nbmh')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传防护网照片</view>
|
|
|
+ <view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Fhw')"
|
|
|
+ v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgFhwArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode=""
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Fhw')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item"
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Fhw')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传调八角照片</view>
|
|
|
+ <view class=""
|
|
|
+ style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
|
+ <image :src="loadImgSrc('updateimg.png')" mode=""
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose('Bj')"
|
|
|
+ v-show="reviewStatus!='1'"></image>
|
|
|
+ <view v-for="(item,index) in imgBjArr" :key="index" style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
+ <image :src="item" mode=""
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,'Bj')">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item"
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ <view @click="remove(index,'Bj')"
|
|
|
+ style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
|
+ <image :src="loadImgSrc('icon_close.png')"
|
|
|
+ style=" width: 15px; height: 15px;">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="action-btn" v-show="reviewStatus!='1'">
|
|
@@ -294,7 +540,20 @@
|
|
|
loading: false,
|
|
|
inputNumberValue: '',
|
|
|
title: '',
|
|
|
- historyList: {} //历史数据
|
|
|
+ historyList: {}, //历史数据
|
|
|
+
|
|
|
+
|
|
|
+ imgSfhtArr: [],
|
|
|
+ imgFljdArr: [],
|
|
|
+ imgBoxArr: [],
|
|
|
+ imgDtljArr: [],
|
|
|
+ imgHldmyhArr: [],
|
|
|
+
|
|
|
+ imgTgArr: [],
|
|
|
+ imgNbmhArr: [],
|
|
|
+ imgFhwArr: [],
|
|
|
+ imgBjArr: [],
|
|
|
+
|
|
|
|
|
|
}
|
|
|
},
|
|
@@ -377,6 +636,7 @@
|
|
|
},
|
|
|
showPhoto(index, type) {
|
|
|
let typeArr = [];
|
|
|
+ let newArr = [];
|
|
|
if (type == 'other') {
|
|
|
typeArr = this.imgArr;
|
|
|
} else if (type == 'sfht') {
|
|
@@ -385,10 +645,34 @@
|
|
|
typeArr = this.warningtTapeArr;
|
|
|
} else if (type == 'hth') {
|
|
|
typeArr = this.photosAfterArr;
|
|
|
+ } else if (type == 'Box') {
|
|
|
+ typeArr = this.imgBoxArr;
|
|
|
+ } else if (type == 'Sfht') {
|
|
|
+ typeArr = this.imgSfhtArr;
|
|
|
+ } else if (type == 'Fljd') {
|
|
|
+ typeArr = this.imgFljdArr;
|
|
|
+ } else if (type == 'Dtlj') {
|
|
|
+ typeArr = this.imgDtljArr;
|
|
|
+ } else if (type == 'Hldmyh') {
|
|
|
+ typeArr = this.imgHldmyhArr;
|
|
|
+ } else if (type == 'Tg') {
|
|
|
+ typeArr = this.imgTgArr;
|
|
|
+ } else if (type == 'Nbmh') {
|
|
|
+ typeArr = this.imgNbmhArr;
|
|
|
+ } else if (type == 'Fhw') {
|
|
|
+ typeArr = this.imgFhwArr;
|
|
|
+ } else if (type == 'Bj') {
|
|
|
+ typeArr = this.imgBjArr;
|
|
|
}
|
|
|
+ typeArr.forEach((item, index) => {
|
|
|
+ if (item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' ||
|
|
|
+ item.substring(item.length - 4) == 'jpeg') {
|
|
|
+ newArr.push(item)
|
|
|
+ }
|
|
|
+ });
|
|
|
uni.previewImage({
|
|
|
current: index,
|
|
|
- urls: typeArr,
|
|
|
+ urls: newArr,
|
|
|
})
|
|
|
|
|
|
},
|
|
@@ -419,6 +703,24 @@
|
|
|
if (this.photosAfterArr.length <= 0) {
|
|
|
this.photo = true;
|
|
|
}
|
|
|
+ } else if (type == 'Box') {
|
|
|
+ this.imgBoxArr.splice(index, 1)
|
|
|
+ } else if (type == 'Sfht') {
|
|
|
+ this.imgSfhtArr.splice(index, 1)
|
|
|
+ } else if (type == 'Fljd') {
|
|
|
+ this.imgFljdArr.splice(index, 1)
|
|
|
+ } else if (type == 'Dtlj') {
|
|
|
+ this.imgDtljArr.splice(index, 1)
|
|
|
+ } else if (type == 'Hldmyh') {
|
|
|
+ this.imgHldmyhArr.splice(index, 1)
|
|
|
+ } else if (type == 'Tg') {
|
|
|
+ this.imgTgArr.splice(index, 1)
|
|
|
+ } else if (type == 'Nbmh') {
|
|
|
+ this.imgNbmhArr.splice(index, 1)
|
|
|
+ } else if (type == 'Fhw') {
|
|
|
+ this.imgFhwArr.splice(index, 1)
|
|
|
+ } else if (type == 'Bj') {
|
|
|
+ this.imgBjArr.splice(index, 1)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -473,6 +775,24 @@
|
|
|
_this.warningtTapeArr.push(data.data.url)
|
|
|
} else if (e == 'hth') {
|
|
|
_this.photosAfterArr.push(data.data.url)
|
|
|
+ } else if (e == 'Box') {
|
|
|
+ _this.imgBoxArr.push(data.data.url)
|
|
|
+ } else if (e == 'Sfht') {
|
|
|
+ _this.imgSfhtArr.push(data.data.url)
|
|
|
+ } else if (e == 'Fljd') {
|
|
|
+ _this.imgFljdArr.push(data.data.url)
|
|
|
+ } else if (e == 'Dtlj') {
|
|
|
+ _this.imgDtljArr.push(data.data.url)
|
|
|
+ } else if (e == 'Hldmyh') {
|
|
|
+ _this.imgHldmyhArr.push(data.data.url)
|
|
|
+ } else if (e == 'Tg') {
|
|
|
+ _this.imgTgArr.push(data.data.url)
|
|
|
+ } else if (e == 'Nbmh') {
|
|
|
+ _this.imgNbmhArr.push(data.data.url)
|
|
|
+ } else if (e == 'Fhw') {
|
|
|
+ _this.imgFhwArr.push(data.data.url)
|
|
|
+ } else if (e == 'Bj') {
|
|
|
+ _this.imgBjArr.push(data.data.url)
|
|
|
}
|
|
|
|
|
|
_this.$modal.msg('上传成功!')
|
|
@@ -541,6 +861,24 @@
|
|
|
_this.warningtTapeArr.push(data.data.url)
|
|
|
} else if (e == 'hth') {
|
|
|
_this.photosAfterArr.push(data.data.url)
|
|
|
+ } else if (e == 'Box') {
|
|
|
+ _this.imgBoxArr.push(data.data.url)
|
|
|
+ } else if (e == 'Sfht') {
|
|
|
+ _this.imgSfhtArr.push(data.data.url)
|
|
|
+ } else if (e == 'Fljd') {
|
|
|
+ _this.imgFljdArr.push(data.data.url)
|
|
|
+ } else if (e == 'Dtlj') {
|
|
|
+ _this.imgDtljArr.push(data.data.url)
|
|
|
+ } else if (e == 'Hldmyh') {
|
|
|
+ _this.imgHldmyhArr.push(data.data.url)
|
|
|
+ } else if (e == 'Tg') {
|
|
|
+ _this.imgTgArr.push(data.data.url)
|
|
|
+ } else if (e == 'Nbmh') {
|
|
|
+ _this.imgNbmhArr.push(data.data.url)
|
|
|
+ } else if (e == 'Fhw') {
|
|
|
+ _this.imgFhwArr.push(data.data.url)
|
|
|
+ } else if (e == 'Bj') {
|
|
|
+ _this.imgBjArr.push(data.data.url)
|
|
|
}
|
|
|
_this.$modal.msg('上传成功!')
|
|
|
_this.photo = false;
|
|
@@ -797,6 +1135,47 @@
|
|
|
return
|
|
|
}
|
|
|
|
|
|
+ } else if (this.objValue.enginClassValue == '调压柜') {
|
|
|
+ if (this.imgBoxArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传调压箱名牌照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.imgSfhtArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传调压箱内石粉回填照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.imgFljdArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传调压箱防雷接地照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.imgDtljArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传调压箱底腿连接照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.imgHldmyhArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传调压箱护栏及地面硬化(远景)照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+ } else if (this.objValue.enginClassValue == '阀井') {
|
|
|
+ if (this.imgTgArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传套管照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.imgNbmhArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传内壁抹灰照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.imgFhwArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传防护网照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.imgBjArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传八角照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
} else {
|
|
|
|
|
|
if (this.imgArr.length <= 0) {
|