Prechádzať zdrojové kódy

民用旧改室内增加拍照提示

zhanghongrui 9 mesiacov pred
rodič
commit
309a6739e0

+ 33 - 1
pages/oldrenovation/indoor/indoor.vue

@@ -477,9 +477,32 @@
 						</view>
 					</view>
 
+			
+				<view v-if="objValue.enginType == 'old_renovation'" style="margin-top: 10px;">
+					<view v-if="objValue.enginClassValue=='拆旧管'">
+						<span class="container-text">(1)拆除前照片(能体现出周边环境的宏观照片)</span>
+						<span class="container-text">(2)拆除的立杠照片(如腐蚀严重需增加腐蚀处特写照片)</span>
+						<span class="container-text">(3)立杠腐蚀照片</span>
+					</view>
+					<view v-if="objValue.enginClassValue=='立杠'">
+						<span class="container-text">改造完成后的宏观照片,热收缩套照片,立杠要求有卡子及三通、表弯头、立杠刷油均匀</span>
+					</view>
+					<view v-if="objValue.enginClassValue=='挂表'">
+						<span class="container-text">安装后的业主家燃气表正面能看清相关信息的照片</span>
+					</view>
+					<view v-if="objValue.enginClassValue=='表后管'">
+						<span class="container-text">表后管整体照片+表至自闭阀区间的管道走向视频,表后管需按照施工标准横平竖直且有卡子固定</span>
+					</view>
+					<view v-if="objValue.enginClassValue=='阀管'">
+						<span class="container-text">(1)自闭阀照片(自闭阀必须安装底座)</span>
+						<span class="container-text">(2)灶具连接处照片</span>
+						<span class="container-text">(3)打压照片</span>
+						<span class="container-text">(4)回执单照片</span>
+					</view>
 				</view>
 			</view>
-			<view class="action-btn" v-show="reviewStatus!='1'" style="display: flex;padding: 5px;">
+	</view>
+			<view class=" action-btn" v-show="reviewStatus!='1'" style="display: flex;padding: 5px;">
 				<button @click="submit('submit')" class="btn cu-btn block bg-blue lg round" style="margin-right: 10px;">确认上传</button>
 				<button @click="submit('save')" class="btn cu-btn block bg-blue lg round" v-if="objValue.enginType == 'old_renovation'">暂存</button>
 			</view>
@@ -1737,6 +1760,15 @@
 		}
 	</script>
 	<style lang="scss">
+		.container-text {
+			display: flex;
+			align-items: center;
+			justify-content: space-between;
+			color: #b2b2b2;
+			position: relative;
+
+		}
+
 		.container {
 			display: flex;
 			align-items: center;

+ 4 - 0
pages/statistics/historyDetails.vue

@@ -4,6 +4,10 @@
 			<view class="uni-media-list-body">
 				<view v-for="(value, key) in dataJson.zEngineeringNodeBo.zEngineeringInfoBoList" :key="key" v-if="isEdit(value)">
 					<view class="uni-media-list-text-top">
+						<view class="tit-text">{{value.state == '1' ? '审核通过': value.state == '0' ? '审核未通过': value.state == '3' ? '前后照片不一致' : '暂未审核'}}:</view>
+						{{value.state != '1'&&value.content!=null ? value.content:''}}
+					</view>
+					<view class="uni-media-list-text-top">
 						<view class="tit-text">施工时间:</view>{{value.updateTime}}
 					</view>
 					<view v-for="(user,index) in newPhone" :key="index">

+ 3 - 7
pages/statistics/historyDetailsCourtyard.vue

@@ -4,13 +4,9 @@
 
 			<view class="uni-media-list-body">
 				<view>
-					<view class="uni-media-list-text-top" v-if="value.zEngineeringReviewBo!=null">
-						<view class="tit-text" v-if="value.zEngineeringReviewBo.reviewStatus==''||value.zEngineeringReviewBo==null">未审核
-						</view>
-						<view class="tit-text" v-if="value.zEngineeringReviewBo.reviewStatus=='0'" style="color: red;">
-							未通过</view>
-						<view class="tit-text" v-if="value.zEngineeringReviewBo.reviewStatus=='1'">通过</view>
-						<view :style="value.zEngineeringReviewBo.reviewStatus=='0'?'color: red;':''">{{value.zEngineeringReviewBo.reviewContent}}</view>
+					<view class="uni-media-list-text-top">
+						<view class="tit-text">{{value.state == '1' ? '审核通过': value.state == '0' ? '审核未通过': value.state == '3' ? '前后照片不一致' : '暂未审核'}}:</view>
+						{{value.state != '1'&&value.content!=null ? value.content:''}}
 					</view>
 					<view class="uni-media-list-text-top">
 						<view class="tit-text">施工时间:</view>{{value.constructTime}}

+ 3 - 10
pages/statistics/history_details_bottom_leg.vue

@@ -5,16 +5,9 @@
 
 			<view class="uni-media-list-body">
 				<view>
-					<view class="uni-media-list-text-top" v-if="value.zEngineeringReviewBo!=null">
-						<view class="tit-text"
-							v-if="value.zEngineeringReviewBo.reviewStatus==''||value.zEngineeringReviewBo==null">未审核
-						</view>
-						<view class="tit-text" v-if="value.zEngineeringReviewBo.reviewStatus=='0'" style="color: red;">
-							未通过</view>
-						<view class="tit-text" v-if="value.zEngineeringReviewBo.reviewStatus=='1'">通过</view>
-						<view :style="value.zEngineeringReviewBo.reviewStatus=='0'?'color: red;':''">
-							{{value.zEngineeringReviewBo.reviewContent}}
-						</view>
+					<view class="uni-media-list-text-top">
+						<view class="tit-text">{{value.state == '1' ? '审核通过': value.state == '0' ? '审核未通过': value.state == '3' ? '前后照片不一致' : '暂未审核'}}:</view>
+						{{value.state != '1'&&value.content!=null ? value.content:''}}
 					</view>
 					<view class="uni-media-list-text-top">
 						<view class="tit-text">施工时间:</view>{{value.constructTime}}

+ 2 - 2
pages/statistics/statistics.vue

@@ -934,8 +934,8 @@
 							</view>
 							<view class="font-twenty-eight gray" v-for="(state,stateIndex) in item.nodeReViewStateList"
 								:key="stateIndex" v-if="state.Type!='开栓'">
-								{{state.Type}}-{{state.state == 1 ? '审核通过': state.state == 0 ? '审核未通过': state.state == 3 ? '前后照片不一致' : '暂未审核'}}
-								<view v-if="state.state != 1">原因:{{state.content}}</view>
+								{{state.Type}}-{{state.state == '1' ? '审核通过': state.state == '0' ? '审核未通过': state.state == '3' ? '前后照片不一致' : '暂未审核'}}
+								<view v-if="state.state != '1'">原因:{{state.content}}</view>
 							</view>
 						</view>
 						<view v-if="EngineeringValue=='开栓'">