You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							54 lines
						
					
					
						
							2.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							54 lines
						
					
					
						
							2.7 KiB
						
					
					
				| <!--subpages/gatherInformation/pages/gatherInformation/gatherInformation.wxml--> | |
| <view class="page"> | |
| <view class="search"> | |
|     <view class="filter" bind:tap="toggleColor" data-value="1" style="{{waitingCheckStyle}}"> | |
|         待复核 | |
|     </view> | |
|     <view class="filter" bind:tap="toggleColor" data-value="2" style="{{qualifiedStyle}}"> | |
|         已合格 | |
|     </view> | |
| </view> | |
| <view class=""> | |
|     <view class="section_5"> | |
|       <scroll-view scroll-y="{{true}}"  scroll-into-view="scrollToHere" wx:if="{{waitingCheckStyle}}" style="width: 100%; height: 90vh;" | |
|       lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower"> | |
|       <view class="list_1"  wx:for="{{flag0Array}}" bind:tap="toDetails" data-resiId="{{item.id}}"> | |
|         <view class="section_1-0"  id="scrollToHere"> | |
|         <view class="title">{{item.name}}</view> | |
|         <view class="title_mall">检查时间: {{item.orderDate}}</view> | |
|         <view  class="title_mall">检查人员:  {{item.checkPersons}}</view> | |
|         <view class="title_mall">隐患明细:</view> | |
|             <view class="title_mall" wx:for="{{item.hiddenDangeList}}" wx:key="index">{{item.hazardDesc}}</view> | |
|             <view class="title_mall">拟复查时间: {{item.reviewTime}}</view> | |
|         </view> | |
|     </view> | |
|     <movable-area class="movable-area"> | |
|         <movable-view class="movable-view" bind:tap="handleTap" direction="all" x="250" y="300"> | |
|           <image src="../../../images/xuncha.png" class="image-wrapper" catchtouchend="handleTap"></image> | |
|         </movable-view> | |
|       </movable-area> | |
|   </scroll-view> | |
| 
 | |
| 
 | |
|   <scroll-view scroll-y="{{true}}"  scroll-into-view="scrollToHere"  wx:if="{{qualifiedStyle}}" style="width: 100%; height: 90vh;" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower">  | |
|       <view class="list_1"  wx:for="{{flag1Array}}"  data-resiId="{{item.id}}" bind:tap="toDetails"> | |
|         <view class="section_1-0"  id="scrollToHere" > | |
|         <view class="title">{{item.name}}</view> | |
|         <view class="title_mall">检查时间: {{item.orderDate}}</view> | |
|         <view  class="title_mall">检查人员:  {{item.checkPersons}}</view> | |
|         <view class="title_mall">隐患明细:</view> | |
|             <view class="title_mall" wx:for="{{item.hiddenDangeList}}" wx:key="index">{{item.hazardDesc}}</view> | |
|             <view class="title_mall">拟复查时间: {{item.reviewTime}}</view> | |
|         </view> | |
|     </view> | |
|       <movable-area class="movable-area"> | |
|         <movable-view class="movable-view" bind:tap="handleTap" direction="all" x="250" y="300"> | |
|           <image src="../../../images/xuncha.png" class="image-wrapper" catchtouchend="handleTap"></image> | |
|         </movable-view> | |
|       </movable-area> | |
| 
 | |
|      | |
|   </scroll-view> | |
|   </view> | |
| </view> | |
| </view> |