|
@@ -40,28 +40,29 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
- <text class="tit-text">沟上部分照片:</text>
|
|
|
|
|
|
+ <text class="tit-text">开挖前照片:</text>
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
- @click="chooseimage(0,key)">
|
|
|
|
|
|
+ @click="chooseimage(1,key)">
|
|
</image>
|
|
</image>
|
|
- <view v-for="(item,index) in value.onTheDitch" :key="index"
|
|
|
|
|
|
+ <view v-for="(item,index) in value.beforeBottom" :key="index"
|
|
style="position: relative;">
|
|
style="position: relative;">
|
|
<view
|
|
<view
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
<image :src="item" mode=""
|
|
<image :src="item" mode=""
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
- @click="showPhoto(index,value.onTheDitch)">
|
|
|
|
|
|
+ @click="showPhoto(index,value.beforeBottom)">
|
|
</image>
|
|
</image>
|
|
</view>
|
|
</view>
|
|
<view v-else>
|
|
<view v-else>
|
|
<video :src="item"
|
|
<video :src="item"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
</view>
|
|
</view>
|
|
- <view @click="removeht(index,key,0)"
|
|
|
|
|
|
+ <view @click="removeht(index,key,1)"
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
</image>
|
|
</image>
|
|
@@ -70,28 +71,31 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
+
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
- <text class="tit-text">开挖前照片:</text>
|
|
|
|
|
|
+ <text class="tit-text" style=" font-size: 13px;color:
|
|
|
|
+ #000;margin-top: 5px;">下沟照片:</text>
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
- @click="chooseimage(1,key)">
|
|
|
|
|
|
+ @click="chooseimage(2,key)">
|
|
</image>
|
|
</image>
|
|
- <view v-for="(item,index) in value.beforeBottom" :key="index"
|
|
|
|
|
|
+ <view v-for="(item,index) in value.legBackfilling" :key="index"
|
|
style="position: relative;">
|
|
style="position: relative;">
|
|
<view
|
|
<view
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
<image :src="item" mode=""
|
|
<image :src="item" mode=""
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
- @click="showPhoto(index,value.beforeBottom)">
|
|
|
|
|
|
+ @click="showPhoto(index,value.legBackfilling)">
|
|
</image>
|
|
</image>
|
|
</view>
|
|
</view>
|
|
<view v-else>
|
|
<view v-else>
|
|
<video :src="item"
|
|
<video :src="item"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
</view>
|
|
</view>
|
|
- <view @click="removeht(index,key,1)"
|
|
|
|
|
|
+ <view @click="removeht(index,key,2)"
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
</image>
|
|
</image>
|
|
@@ -101,30 +105,29 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
-
|
|
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
<text class="tit-text" style=" font-size: 13px;color:
|
|
<text class="tit-text" style=" font-size: 13px;color:
|
|
- #000;margin-top: 5px;">下沟照片:</text>
|
|
|
|
|
|
+ #000;margin-top: 5px;">回填照片:</text>
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
- @click="chooseimage(2,key)">
|
|
|
|
|
|
+ @click="chooseimage(3,key)">
|
|
</image>
|
|
</image>
|
|
- <view v-for="(item,index) in value.legBackfilling" :key="index"
|
|
|
|
|
|
+ <view v-for="(item,index) in value.inferiorSulcus" :key="index"
|
|
style="position: relative;">
|
|
style="position: relative;">
|
|
<view
|
|
<view
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
<image :src="item" mode=""
|
|
<image :src="item" mode=""
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
- @click="showPhoto(index,value.legBackfilling)">
|
|
|
|
|
|
+ @click="showPhoto(index,value.inferiorSulcus)">
|
|
</image>
|
|
</image>
|
|
</view>
|
|
</view>
|
|
<view v-else>
|
|
<view v-else>
|
|
<video :src="item"
|
|
<video :src="item"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
</view>
|
|
</view>
|
|
- <view @click="removeht(index,key,2)"
|
|
|
|
|
|
+ <view @click="removeht(index,key,3)"
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
</image>
|
|
</image>
|
|
@@ -136,27 +139,26 @@
|
|
|
|
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-media-list-text-top">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
- <text class="tit-text" style=" font-size: 13px;color:
|
|
|
|
- #000;margin-top: 5px;">回填照片:</text>
|
|
|
|
|
|
+ <text class="tit-text">安装完成照片:</text>
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; ">
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
<image :src="loadImgSrc('updateimg.png')" mode=""
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; "
|
|
- @click="chooseimage(3,key)">
|
|
|
|
|
|
+ @click="chooseimage(0,key)">
|
|
</image>
|
|
</image>
|
|
- <view v-for="(item,index) in value.inferiorSulcus" :key="index"
|
|
|
|
|
|
+ <view v-for="(item,index) in value.onTheDitch" :key="index"
|
|
style="position: relative;">
|
|
style="position: relative;">
|
|
<view
|
|
<view
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
<image :src="item" mode=""
|
|
<image :src="item" mode=""
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
- @click="showPhoto(index,value.inferiorSulcus)">
|
|
|
|
|
|
+ @click="showPhoto(index,value.onTheDitch)">
|
|
</image>
|
|
</image>
|
|
</view>
|
|
</view>
|
|
<view v-else>
|
|
<view v-else>
|
|
<video :src="item"
|
|
<video :src="item"
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
</view>
|
|
</view>
|
|
- <view @click="removeht(index,key,3)"
|
|
|
|
|
|
+ <view @click="removeht(index,key,0)"
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
|
|
</image>
|
|
</image>
|