|
|
@ -1,19 +1,11 @@ |
|
|
|
<!--subpages/gatherInformation/pages/gatherInformation/gatherInformation.wxml--> |
|
|
|
<view class="page"> |
|
|
|
<view class="search"> |
|
|
|
<view class="search"> |
|
|
|
<view class="row1"> |
|
|
|
<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> |
|
|
|
<view class=""> |
|
|
|
<van-tabs active="{{active}}" bind:change="toggleColor " title-active-color="#3974F6" color="#3974F6" > |
|
|
|
<van-tab title="待复核" title-class="custom-tab-title" > |
|
|
|
<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"> |
|
|
|
<scroll-view scroll-y="{{true}}" scroll-into-view="scrollToHere" style="width: 100%; height: 90vh;" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower"> |
|
|
|
<view class="list_1" wx:for="{{flag0Array}}" bind:tap="toDetails" data-flag="{{item.checkResultFlag}}" data-resiId="{{item.id}}"> |
|
|
|
<view class="section_1-0" id="scrollToHere"> |
|
|
|
<view class="title">{{item.name}}</view> |
|
|
@ -28,7 +20,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view wx:if="{{item.status && item.hiddenDangeList1.length != 0}}"> |
|
|
|
<view class="title_mall" > |
|
|
|
<view class="title_mall"> |
|
|
|
已整改隐患:<text wx:for="{{item.hiddenDangeList1}}" wx:key="indexC" wx:for-index='indexC'>{{indexC+1}}.{{item.hazardDesc}} </text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -41,11 +33,13 @@ |
|
|
|
</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> |
|
|
|
</van-tab> |
|
|
|
<van-tab title="已合格"> |
|
|
|
<view class="section_5"> |
|
|
|
<scroll-view scroll-y="{{true}}" scroll-into-view="scrollToHere"style="width: 100%; height: 90vh;" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower"> |
|
|
|
<view class="list_1" wx:for="{{flag1Array}}" data-resiId="{{item.id}}" bind:tap="toDetails" data-flag="{{item.checkResultFlag}}"> |
|
|
|
<view class="section_1-0" id="scrollToHere" > |
|
|
|
<view class="section_1-0" id="scrollToHere"> |
|
|
|
<view class="title">{{item.name}}</view> |
|
|
|
<view class="title_mall">检查时间: {{item.createdTime}}</view> |
|
|
|
<view class="title_mall">检查人员: {{item.checkPersons}}</view> |
|
|
@ -56,12 +50,17 @@ |
|
|
|
</view> |
|
|
|
<movable-area class="movable-area"> |
|
|
|
<movable-view class="movable-view" direction="all" x="250" y="300"> |
|
|
|
<image src="../../../images/xuncha.png" class="image-wrapper" catchtouchend="handleTap"></image> |
|
|
|
<image src="../../../images/xuncha3.png" class="image-wrapper" catchtouchend="handleTap"></image> |
|
|
|
</movable-view> |
|
|
|
</movable-area> |
|
|
|
|
|
|
|
|
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</van-tab> |
|
|
|
</van-tabs> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |