|
@@ -13,7 +13,7 @@
|
|
</view>
|
|
</view>
|
|
<view class='ordert-detail'>
|
|
<view class='ordert-detail'>
|
|
<view hidden='{{currentTabIndex != 0}}'>
|
|
<view hidden='{{currentTabIndex != 0}}'>
|
|
- <van-tabs active="{{ active }}" bind:change="tabsChange" color='red'>
|
|
|
|
|
|
+ <van-tabs active="{{ active }}" bind:change="tabsChange" color='#2087F7'>
|
|
<van-tab title="全部"></van-tab>
|
|
<van-tab title="全部"></van-tab>
|
|
<van-tab title="填全未审"></van-tab>
|
|
<van-tab title="填全未审"></van-tab>
|
|
<van-tab title="未完成"></van-tab>
|
|
<van-tab title="未完成"></van-tab>
|
|
@@ -23,7 +23,7 @@
|
|
</van-tabs>
|
|
</van-tabs>
|
|
<view class="zizi">共<text class="number">{{listData.length}}</text>条采集数据</view>
|
|
<view class="zizi">共<text class="number">{{listData.length}}</text>条采集数据</view>
|
|
<view class="tr" style=" border-bottom: 1px solid #dadada; padding-bottom: 15rpx;">
|
|
<view class="tr" style=" border-bottom: 1px solid #dadada; padding-bottom: 15rpx;">
|
|
- <view class="th td22">
|
|
|
|
|
|
+ <view class="th td22" style="border-bottom: unset; ">
|
|
<checkbox bindtap="selectall" />
|
|
<checkbox bindtap="selectall" />
|
|
</view>
|
|
</view>
|
|
<view class="th" style="border-bottom: unset;">姓名</view>
|
|
<view class="th" style="border-bottom: unset;">姓名</view>
|
|
@@ -31,11 +31,11 @@
|
|
<view class="th" style="border-bottom: unset;">状态</view>
|
|
<view class="th" style="border-bottom: unset;">状态</view>
|
|
</view>
|
|
</view>
|
|
<checkbox-group bindchange="checkboxChange">
|
|
<checkbox-group bindchange="checkboxChange">
|
|
- <view class="tr" wx:for="{{listData}}" wx:key="" bindtap="cellClick" data-infos='{{item}}'>
|
|
|
|
|
|
+ <view class="tr" wx:for="{{listData}}" wx:key="">
|
|
<view class="td td22">
|
|
<view class="td td22">
|
|
- <checkbox value="{{item.id}}" checked="{{item.checked}}" />
|
|
|
|
|
|
+ <checkbox disabled="{{item.status == '3'}}" value="{{item.id}}" checked="{{item.checked}}" />
|
|
</view>
|
|
</view>
|
|
- <view class="td idcard" value="{{item.text}}">
|
|
|
|
|
|
+ <view class="td idcard" value="{{item.text}}" bindtap="cellClick" data-infos='{{item}}'>
|
|
<view>{{item.name}}</view>
|
|
<view>{{item.name}}</view>
|
|
<view wx:if='{{item.idNumber}}' class="oldzi">({{subqian.subqian(item.idNumber)}}</view>
|
|
<view wx:if='{{item.idNumber}}' class="oldzi">({{subqian.subqian(item.idNumber)}}</view>
|
|
<view wx:if='{{item.idNumber}}' class="oldzi">{{subhou.subhou(item.idNumber)}})</view>
|
|
<view wx:if='{{item.idNumber}}' class="oldzi">{{subhou.subhou(item.idNumber)}})</view>
|
|
@@ -50,19 +50,54 @@
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
</view>
|
|
</view>
|
|
<view hidden='{{currentTabIndex != 1}}'>
|
|
<view hidden='{{currentTabIndex != 1}}'>
|
|
- <view>共<text class="number">{{list.length}}</text>条探访数据</view>
|
|
|
|
|
|
+ <view class="zizi">共<text class="number">{{list.length}}</text>条探访数据</view>
|
|
<view class="table0">
|
|
<view class="table0">
|
|
- <view class="tr0 bg-w0">
|
|
|
|
|
|
+ <view class="tr0 bg-w0" style="padding:0">
|
|
<view class="th0">老人姓名</view>
|
|
<view class="th0">老人姓名</view>
|
|
<view class="th0">探访时间</view>
|
|
<view class="th0">探访时间</view>
|
|
</view>
|
|
</view>
|
|
<block wx:for="{{list}}" wx:key="unique">
|
|
<block wx:for="{{list}}" wx:key="unique">
|
|
- <view class="tr0" bindtap="bindtap" id="{{item._id}}">
|
|
|
|
- <view class="td0"><text>{{item.oldInfo}}</text></view>
|
|
|
|
- <view class="td0"><text> {{time.formatDate(item.visitTime)}}</text></view>
|
|
|
|
|
|
+ <view class="tr0" bindtap="bindtap" data-infos="{{item}}" bindtap="visitJilu">
|
|
|
|
+ <view class="td0"><text>{{item.oldInfo}}<text class="oldzi">({{item.oldIdNumber}})</text></text></view>
|
|
|
|
+ <view class="td0 td11"><text> {{time.formatDate(item.visitTime)}}</text></view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
|
|
+ <van-overlay show="{{ show }}" bind:click="onClickHide">
|
|
|
|
+ <view class="wrapper">
|
|
|
|
+ <view class="block">
|
|
|
|
+ <view>
|
|
|
|
+ 探访位置
|
|
|
|
+ </view>
|
|
|
|
+ <view class="wai-box">
|
|
|
|
+ <view>{{infos.visitLocation}}</view>
|
|
|
|
+ <view class="flex-box">
|
|
|
|
+ <view>经度:<text>{{infos.lng}}</text></view>
|
|
|
|
+ <view>纬度:<text>{{infos.lat}}</text></view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view>
|
|
|
|
+ 老人姓名
|
|
|
|
+ </view>
|
|
|
|
+ <view class="pop-oldtitle">{{infos.oldInfo}}<text class="oldzi">({{infos.oldIdNumber}})</text></view>
|
|
|
|
+ <view>
|
|
|
|
+ 探访情况
|
|
|
|
+ </view>
|
|
|
|
+ <view class="tanfang">
|
|
|
|
+ {{infos.visitMessage}}
|
|
|
|
+ </view>
|
|
|
|
+ <view wx:for='{{photos}}'>
|
|
|
|
+ <view class="tanfang">
|
|
|
|
+ 照片{{index+1}}
|
|
|
|
+ </view>
|
|
|
|
+ <image :src="'https://info.windd.cn/collection/'+{{item}}" style="width: 150px; height: 150px;margin-top: 4%" />
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </van-overlay>
|
|
|
|
+
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|