Browse Source

1、架空在除锈刷油后增加焊接步骤(材料、规格、米数、照片)
2、庭院工程在下沟节点删除管道施工记录照片,增加管道施工记录节点
3、庭院工程节点增加调压柜(铭牌、底腿连接、石粉回填、防雷接地、地面硬化)、阀井(套管、内壁抹灰、防护网、八角)节点
4、底腿:沟上部分更改为安装完成放到回填下面

zhanghongrui 10 tháng trước cách đây
mục cha
commit
f275c97895

+ 229 - 19
components/bottomSheet/bottomSheet.vue

@@ -32,7 +32,8 @@
 									<view class="tit-text">施工时间:</view>{{value.createTime}}
 								</view>
 							</view>
-							<view v-if="title=='立杠'||title=='表后管'||title=='挂表'||title=='阀管'||title=='报警器'||title=='切断阀'">
+							<view
+								v-if="title=='立杠'||title=='表后管'||title=='挂表'||title=='阀管'||title=='报警器'||title=='切断阀'">
 								<view class="uni-media-list-text-top" v-show="title=='阀管'">
 									<view class="tit-text">上门类型:</view>{{value.zEngineeringMaterialBo[0].visitType}}
 								</view>
@@ -63,7 +64,7 @@
 							</view>
 
 							<view
-								v-if="title=='开挖前'||title=='开挖后'||title=='焊口照片'||title=='隐蔽工程'||title=='除锈刷油'||title=='打磨'||title=='管道施工记录'">
+								v-if="title=='开挖前'||title=='开挖后'||title=='焊口照片'||title=='隐蔽工程'||title=='除锈刷油'||title=='打磨'||title=='管道施工记录'||title=='调压柜'||title=='阀井'">
 								<view class="uni-media-list-text-top">
 									<view class="tit-text">施工时间:</view>{{value.constructTime}}
 								</view>
@@ -178,7 +179,7 @@
 								<view class="uni-media-list-text-top">
 									<view class="tit-text">施工时间:</view>{{value.constructTime}}
 								</view>
-								
+
 								<view class="uni-media-list-text-top">
 									<view class="uni-common-mt" style="width: 100%;">
 										<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
@@ -191,14 +192,14 @@
 										</view>
 									</view>
 								</view>
-								
+
 								<view class="uni-media-list-text-top">
-								
+
 									<view class="tit-text">施工位置:</view>
 									<text style="margin-right: 10px;">{{value.constructAddre}}</text>
 									第{{value.zEngineeringMaterialBo[0].number}}根
 								</view>
-								
+
 								<view class="uni-media-list-text-top">
 
 									<view class="tit-text">负责人:</view>
@@ -209,19 +210,20 @@
 									<view class="tit-text">负责人联系电话:</view>
 									<text>{{value.constructPhone}}</text>
 								</view>
-							
+
+
 								<view class="uni-common-mt" style="width: 100%;">
 									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
-											#000;margin-top: 5px; margin-left: 8px;">沟上部分照片:</text>
+											#000;margin-top: 5px; margin-left: 8px;">开挖前照片:</text>
 								</view>
 								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
-									<view v-for="(item,index) in value.onTheDitch" :key="index"
+									<view v-for="(item,index) in value.beforeBottom" :key="index"
 										style="position: relative;">
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
-												@click="showPhoto(index,value.onTheDitch)">
+												@click="showPhoto(index,value.beforeBottom)">
 											</image>
 										</view>
 										<view v-else>
@@ -230,18 +232,19 @@
 										</view>
 									</view>
 								</view>
+
 								<view class="uni-common-mt" style="width: 100%;">
 									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
-											#000;margin-top: 5px; margin-left: 8px;">开挖前照片:</text>
+											#000;margin-top: 5px;margin-left: 8px;">下沟照片:</text>
 								</view>
 								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
-									<view v-for="(item,index) in value.beforeBottom" :key="index"
+									<view v-for="(item,index) in value.legBackfilling" :key="index"
 										style="position: relative;">
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
-												@click="showPhoto(index,value.beforeBottom)">
+												@click="showPhoto(index,value.legBackfilling)">
 											</image>
 										</view>
 										<view v-else>
@@ -253,44 +256,251 @@
 
 								<view class="uni-common-mt" style="width: 100%;">
 									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
-											#000;margin-top: 5px;margin-left: 8px;">下沟照片:</text>
+											#000;margin-top: 5px;margin-left: 8px;">回填照片:</text>
 								</view>
 								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
-									<view v-for="(item,index) in value.legBackfilling" :key="index"
+									<view v-for="(item,index) in value.inferiorSulcus" :key="index"
 										style="position: relative;">
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
-												@click="showPhoto(index,value.legBackfilling)">
+												@click="showPhoto(index,value.inferiorSulcus)">
 											</image>
 										</view>
 										<view v-else>
 											<video :src="item"
 												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 										</view>
+
 									</view>
 								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px; margin-left: 8px;">安装完成照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.onTheDitch" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.onTheDitch)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+							</view>
+
 
+							<view v-else-if="title=='调压柜'">
+								<view class="uni-media-list-text-top">
+
+									<view class="tit-text">负责人:</view>
+									<text>{{value.constructUser}}</text>
+								</view>
+								<view class="uni-media-list-text-top">
+
+									<view class="tit-text">负责人联系电话:</view>
+									<text>{{value.constructPhone}}</text>
+								</view>
 								<view class="uni-common-mt" style="width: 100%;">
 									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
-											#000;margin-top: 5px;margin-left: 8px;">回填照片:</text>
+											#000;margin-top: 5px;margin-left: 8px;">调压箱名牌照片:</text>
 								</view>
 								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
-									<view v-for="(item,index) in value.inferiorSulcus" :key="index"
+									<view v-for="(item,index) in value.boxBrand" :key="index"
 										style="position: relative;">
 										<view
 											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
 											<image :src="item" mode=""
 												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
-												@click="showPhoto(index,value.inferiorSulcus)">
+												@click="showPhoto(index,value.boxBrand)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">调压箱内石粉回填照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.stonePowder" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.stonePowder)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">调压箱防雷接地照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.lightning" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.lightning)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">调压箱底腿连接照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.bottomLeg" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.bottomLeg)">
 											</image>
 										</view>
 										<view v-else>
 											<video :src="item"
 												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 										</view>
+									</view>
+								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">调压箱护栏及地面硬化(远景)照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.groundHardening" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.groundHardening)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+							</view>
+
+							<view v-else-if="title=='阀井'">
+								<view class="uni-media-list-text-top">
 
+									<view class="tit-text">负责人:</view>
+									<text>{{value.constructUser}}</text>
+								</view>
+								<view class="uni-media-list-text-top">
+
+									<view class="tit-text">负责人联系电话:</view>
+									<text>{{value.constructPhone}}</text>
+								</view>
+
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">套管照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.cannula" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.cannula)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">内壁抹灰照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.wallPlaster" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.wallPlaster)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">防护网照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.protectiveNet" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.protectiveNet)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
+									</view>
+								</view>
+								<view class="uni-common-mt" style="width: 100%;">
+									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
+											#000;margin-top: 5px;margin-left: 8px;">八角照片:</text>
+								</view>
+								<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
+									<view v-for="(item,index) in value.starAnise" :key="index"
+										style="position: relative;">
+										<view
+											v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'  || item.substring(item.length - 3) == 'jpeg'">
+											<image :src="item" mode=""
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
+												@click="showPhoto(index,value.starAnise)">
+											</image>
+										</view>
+										<view v-else>
+											<video :src="item"
+												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
+										</view>
 									</view>
 								</view>
 							</view>

+ 2 - 2
components/bottomSheet/bottomSheetMore.vue

@@ -67,7 +67,7 @@
 							</view>
 
 							<view v-if="title=='下沟'">
-								<view class="uni-common-mt" style="width: 100%;">
+								<!-- <view class="uni-common-mt" style="width: 100%;">
 									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
 											#000;margin-top: 5px; margin-left: 8px;">管道施工记录:</text>
 								</view>
@@ -87,7 +87,7 @@
 												style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 										</view>
 									</view>
-								</view>
+								</view> -->
 
 								<view class="uni-common-mt" style="width: 100%;">
 									<text class="uni-title uni-common-pl" style=" font-size: 13px;color:

+ 21 - 19
pages/bottom_leg/bottom_leg.vue

@@ -122,12 +122,13 @@
 
 				</view>
 
-				<view class="container" style="color: #b2b2b2;">*沟上部分照片</view>
+
+				<view class="container" style="color: #b2b2b2;">*开挖前照片</view>
 				<view 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="chooseimage(0)"
+						style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="chooseimage(1)"
 						v-show="reviewStatus!='1'"></image>
-					<view v-for="(item,index) in imgArr0" :key="index" style="position: relative;">
+					<view v-for="(item,index) in imgArr1" :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;"
@@ -137,7 +138,7 @@
 						<view v-else>
 							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 						</view>
-						<view @click="remove(index,0)"
+						<view @click="remove(index,1)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 							</image>
@@ -145,22 +146,22 @@
 					</view>
 				</view>
 
-				<view class="container" style="color: #b2b2b2;">*开挖前照片</view>
+				<view class="container" style="color: #b2b2b2;">*下沟照片</view>
 				<view 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="chooseimage(1)"
+						style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="chooseimage(2)"
 						v-show="reviewStatus!='1'"></image>
-					<view v-for="(item,index) in imgArr1" :key="index" style="position: relative;">
+					<view v-for="(item,index) in imgArr2" :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,1)">
+								@click="showPhoto(index,2)">
 							</image>
 						</view>
 						<view v-else>
 							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 						</view>
-						<view @click="remove(index,1)"
+						<view @click="remove(index,2)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 							</image>
@@ -168,22 +169,22 @@
 					</view>
 				</view>
 
-				<view class="container" style="color: #b2b2b2;">*下沟照片</view>
+				<view class="container" style="color: #b2b2b2;">*回填照片</view>
 				<view 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="chooseimage(2)"
+						style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="chooseimage(3)"
 						v-show="reviewStatus!='1'"></image>
-					<view v-for="(item,index) in imgArr2" :key="index" style="position: relative;">
+					<view v-for="(item,index) in imgArr3" :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,2)">
+								@click="showPhoto(index,3)">
 							</image>
 						</view>
 						<view v-else>
 							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 						</view>
-						<view @click="remove(index,2)"
+						<view @click="remove(index,3)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
 							<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 							</image>
@@ -191,28 +192,29 @@
 					</view>
 				</view>
 
-				<view class="container" style="color: #b2b2b2;">*回填照片</view>
+				<view class="container" style="color: #b2b2b2;">*安装完成照片</view>
 				<view 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="chooseimage(3)"
+						style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="chooseimage(0)"
 						v-show="reviewStatus!='1'"></image>
-					<view v-for="(item,index) in imgArr3" :key="index" style="position: relative;">
+					<view v-for="(item,index) in imgArr0" :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,3)">
+								@click="showPhoto(index,1)">
 							</image>
 						</view>
 						<view v-else>
 							<video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
 						</view>
-						<view @click="remove(index,3)"
+						<view @click="remove(index,0)"
 							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>
 
 

+ 8 - 8
pages/oldrenovation/courtyard/courtyard.vue

@@ -138,7 +138,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=""
@@ -161,7 +161,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;">
@@ -621,7 +621,7 @@
 						//
 						// } else {
 						//根据行政区id获取小区数据
-					
+
 
 						// getAreaList('').then(res => {
 						// 	this.XQList = res.data;
@@ -845,10 +845,10 @@
 						})
 					})
 
-					if (this.imgPipelineArr.length <= 0) {
-						this.$modal.msg('请上传管道施工记录照片')
-						return
-					}
+					// if (this.imgPipelineArr.length <= 0) {
+					// 	this.$modal.msg('请上传管道施工记录照片')
+					// 	return
+					// }
 					if (this.imgGuanArr.length <= 0) {
 						this.$modal.msg('请上传管上皮深度测量照片')
 						return
@@ -896,7 +896,7 @@
 							type: this.objValue.enginClassValue, //写死 上一页面传过来的  (拆旧管等 字典值)
 							zEngineeringInfoBo: {
 								ductalEpithelium: this.imgGuanArr, //照片集合
-								constructionRecords: this.imgPipelineArr,
+								//constructionRecords: this.imgPipelineArr,
 								trenchProspect: this.imgArr,
 								video: this.videoArr,
 								constructTime: this.time, //施工时间

+ 11 - 0
pages/oldrenovation/courtyard/newcourtyard.vue

@@ -1226,6 +1226,17 @@
 								constructTime: this.time, //施工时间
 								remark: this.projectContent, //施工内容
 
+								boxBrand: this.imgBoxArr,
+								stonePowder: this.imgSfhtArr,
+								lightning: this.imgFljdArr,
+								bottomLeg: this.imgDtljArr,
+								groundHardening: this.imgHldmyhArr,
+
+								cannula: this.imgTgArr,
+								wallPlaster: this.imgNbmhArr,
+								protectiveNet: this.imgFhwArr,
+								starAnise: this.imgBjArr,
+
 							}
 
 						}

+ 1 - 0
pages/oldrenovation/overhead/newoverhead.vue

@@ -523,6 +523,7 @@
 								this.selectList = response.data;
 							});
 
+
 					} else if (e == 'gg') { //规格
 
 						if (this.isEmpty(this.czggslList[index].cz.id)) {

+ 2 - 2
pages/statistics/historyDetailsCourtyard.vue

@@ -215,7 +215,7 @@
 						</view>
 						<button @click="btnAdd(key,index)" class="tj-btn">添加</button>
 
-						<view class="uni-common-mt" style="width: 100%;">
+						<!-- <view class="uni-common-mt" style="width: 100%;">
 							<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
 							#000;margin-top: 5px; margin-left: 8px;">管道施工记录:</text>
 						</view>
@@ -242,7 +242,7 @@
 									</image>
 								</view>
 							</view>
-						</view>
+						</view> -->
 
 						<view class="uni-common-mt" style="width: 100%;">
 							<text class="uni-title uni-common-pl" style=" font-size: 13px;color: