zhnghongrui 1 년 전
부모
커밋
e4cdb64002
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 3
      components/bottomSheet/bottomSheet.vue
  2. 2 2
      pages/oldrenovation/overhead/newoverhead.vue

+ 3 - 3
components/bottomSheet/bottomSheet.vue

@@ -32,7 +32,7 @@
 									<view class="tit-text">施工时间:</view>{{value.createTime}}
 									<view class="tit-text">施工时间:</view>{{value.createTime}}
 								</view>
 								</view>
 							</view>
 							</view>
-							<view v-else-if="title=='立杠'||title=='表后管'||title=='挂表'||title=='阀管'||title=='报警器切断阀'">
+							<view v-if="title=='立杠'||title=='表后管'||title=='挂表'||title=='阀管'||title=='报警器切断阀'">
 								<view class="uni-media-list-text-top" v-show="title=='阀管'">
 								<view class="uni-media-list-text-top" v-show="title=='阀管'">
 									<view class="tit-text">上门类型:</view>{{value.zEngineeringMaterialBo[0].visitType}}
 									<view class="tit-text">上门类型:</view>{{value.zEngineeringMaterialBo[0].visitType}}
 								</view>
 								</view>
@@ -63,7 +63,7 @@
 							</view>
 							</view>
 
 
 							<view
 							<view
-								v-else-if="title=='开挖前'||title=='开挖后'||title=='焊口照片'||title=='隐蔽工程'||title=='除锈刷油'||title=='打磨'">
+								v-if="title=='开挖前'||title=='开挖后'||title=='焊口照片'||title=='隐蔽工程'||title=='除锈刷油'||title=='打磨'">
 								<view class="uni-media-list-text-top">
 								<view class="uni-media-list-text-top">
 									<view class="tit-text">施工时间:</view>{{value.constructTime}}
 									<view class="tit-text">施工时间:</view>{{value.constructTime}}
 								</view>
 								</view>
@@ -81,7 +81,7 @@
 								</view>
 								</view>
 
 
 							</view>
 							</view>
-							<view v-else-if="title=='回填'">
+							<view v-if="title=='回填'">
 								<view class="uni-media-list-text-top">
 								<view class="uni-media-list-text-top">
 									<view class="tit-text">施工时间:</view>{{value.constructTime}}
 									<view class="tit-text">施工时间:</view>{{value.constructTime}}
 								</view>
 								</view>

+ 2 - 2
pages/oldrenovation/overhead/newoverhead.vue

@@ -181,7 +181,7 @@
 				<button @click="submit" class="btn cu-btn block bg-blue lg round">确认上传</button>
 				<button @click="submit" class="btn cu-btn block bg-blue lg round">确认上传</button>
 			</view>
 			</view>
 
 
-			<bottom-sheet ref="refShare" :data="historyList"></bottom-sheet>
+		<bottom-sheet ref="refShare" :data="historyList" :TitleType="objValue.enginClassValue"></bottom-sheet>
 			<yt-dateTimePicker ref="myPicker" @submit="handleSubmit" :start-year="2024" :end-year="2099"
 			<yt-dateTimePicker ref="myPicker" @submit="handleSubmit" :start-year="2024" :end-year="2099"
 				:time-hide="[true, true, true, true, true, true]" :time-label="['年', '月', '日', '时', '分', '秒']" />
 				:time-hide="[true, true, true, true, true, true]" :time-label="['年', '月', '日', '时', '分', '秒']" />
 		</scroll-view>
 		</scroll-view>
@@ -191,7 +191,7 @@
 
 
 	<script>
 	<script>
 		import SelectPicker from '../../../components/selectPicker/select_picker.vue'
 		import SelectPicker from '../../../components/selectPicker/select_picker.vue'
-		import bottomSheet from '../../../components/bottomSheet/bottomSheet.vue'
+		import bottomSheet from '../../../components/bottomSheet/bottomSheetMore.vue'
 		import {
 		import {
 			getDicts
 			getDicts
 		} from "@/api/system/dict/data";
 		} from "@/api/system/dict/data";