|
@@ -145,7 +145,7 @@
|
|
|
}})" class="tj-btn">添加</button>
|
|
|
|
|
|
</view>
|
|
|
- <!-- <view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
|
|
|
+ <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=""
|
|
@@ -168,7 +168,7 @@
|
|
|
</view>
|
|
|
</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;">
|
|
@@ -838,7 +838,10 @@
|
|
|
})
|
|
|
})
|
|
|
|
|
|
-
|
|
|
+ if (this.imgPipelineArr.length <= 0) {
|
|
|
+ this.$modal.msg('请上传管道施工记录照片')
|
|
|
+ return
|
|
|
+ }
|
|
|
if (this.imgGuanArr.length <= 0) {
|
|
|
this.$modal.msg('请上传管上皮深度测量照片')
|
|
|
return
|
|
@@ -886,6 +889,7 @@
|
|
|
type: this.objValue.enginClassValue, //写死 上一页面传过来的 (拆旧管等 字典值)
|
|
|
zEngineeringInfoBo: {
|
|
|
ductalEpithelium: this.imgGuanArr, //照片集合
|
|
|
+ constructionRecords: this.imgPipelineArr,
|
|
|
trenchProspect: this.imgArr,
|
|
|
video: this.videoArr,
|
|
|
constructTime: this.time, //施工时间
|