|
@@ -22,7 +22,7 @@
|
|
<view style="width:670rpx;margin-left:15rpx;height:60rpx;margin-top:20rpx;border-bottom:1px solid #f4f4f4">
|
|
<view style="width:670rpx;margin-left:15rpx;height:60rpx;margin-top:20rpx;border-bottom:1px solid #f4f4f4">
|
|
<checkbox style="float:left;margin-left:20rpx" disabled="{{item.status == '3'}}" value="{{item._id}}" checked="{{item.checked}}" />
|
|
<checkbox style="float:left;margin-left:20rpx" disabled="{{item.status == '3'}}" value="{{item._id}}" checked="{{item.checked}}" />
|
|
<view style="width:580rpx;height:60rpx;float:right" value="{{item.text}}" bindtap="cellClick" data-infos='{{item}}'>
|
|
<view style="width:580rpx;height:60rpx;float:right" value="{{item.text}}" bindtap="cellClick" data-infos='{{item}}'>
|
|
- <view style="float:left;color:#333333;margin-left:10rpx">{{item.name}}</view>
|
|
|
|
|
|
+ <view style="float:left;color:#333333;">{{item.name}}</view>
|
|
<view style="float:left;color:#70c546;margin-left:10rpx" wx:if='{{item.idNumber}}'>({{item.idNumber}})</view>
|
|
<view style="float:left;color:#70c546;margin-left:10rpx" wx:if='{{item.idNumber}}'>({{item.idNumber}})</view>
|
|
<view style="float:right;margin-right:10rpx">
|
|
<view style="float:right;margin-right:10rpx">
|
|
<van-icon name="arrow" color="#b5b5b5" />
|
|
<van-icon name="arrow" color="#b5b5b5" />
|
|
@@ -31,11 +31,11 @@
|
|
</view>
|
|
</view>
|
|
<view style="height:60rpx;margin-top:20rpx;font-size:26rpx;width:100%">
|
|
<view style="height:60rpx;margin-top:20rpx;font-size:26rpx;width:100%">
|
|
<view style="float:left;display:flex;color:#999999;margin-left:20rpx">状态:
|
|
<view style="float:left;display:flex;color:#999999;margin-left:20rpx">状态:
|
|
- <view wx:if="{{item.status == '1'}}" style="color: #67C23A;font-size:30rpx;font-weight:600;">填全未审</view>
|
|
|
|
- <view wx:if="{{item.status == '0'}}" style="color: #F56C6C;font-size:30rpx;font-weight:600;">未完成</view>
|
|
|
|
- <view wx:if="{{item.status == '2'}}" style="color: #909399;font-size:30rpx;font-weight:600;">审核中</view>
|
|
|
|
- <view wx:if="{{item.status == '3'}}" style="color: #409EFF;font-size:30rpx;font-weight:600;">审核完成</view>
|
|
|
|
- <view wx:if="{{item.status == '4'}}" style="color: #E6A23C;font-size:30rpx;font-weight:600;">审核失败</view>
|
|
|
|
|
|
+ <view wx:if="{{item.status == '1'}}" style="color: #67C23A;font-size:28rpx;font-weight:600;">填全未审</view>
|
|
|
|
+ <view wx:if="{{item.status == '0'}}" style="color: #F56C6C;font-size:28rpx;font-weight:600;">未完成</view>
|
|
|
|
+ <view wx:if="{{item.status == '2'}}" style="color: #909399;font-size:28rpx;font-weight:600;">审核中</view>
|
|
|
|
+ <view wx:if="{{item.status == '3'}}" style="color: #409EFF;font-size:28rpx;font-weight:600;">审核完成</view>
|
|
|
|
+ <view wx:if="{{item.status == '4'}}" style="color: #E6A23C;font-size:28rpx;font-weight:600;">审核失败</view>
|
|
</view>
|
|
</view>
|
|
<view style="float:right;color:#999999;margin-right:20rpx" bindtap="cellClick" data-infos='{{item}}' value="{{item.text}}">{{time.formatDate(item.time)}}</view>
|
|
<view style="float:right;color:#999999;margin-right:20rpx" bindtap="cellClick" data-infos='{{item}}' value="{{item.text}}">{{time.formatDate(item.time)}}</view>
|
|
<view style="float:right;color:#999999;">采集时间:</view>
|
|
<view style="float:right;color:#999999;">采集时间:</view>
|
|
@@ -59,7 +59,7 @@
|
|
<view wx:for="{{list}}" class="checkbox_border">
|
|
<view wx:for="{{list}}" class="checkbox_border">
|
|
<view data-infos="{{item}}" bindtap="visitJilu">
|
|
<view data-infos="{{item}}" bindtap="visitJilu">
|
|
<view style="width:670rpx;margin-left:15rpx;height:60rpx;margin-top:20rpx;border-bottom:1px solid #f4f4f4">
|
|
<view style="width:670rpx;margin-left:15rpx;height:60rpx;margin-top:20rpx;border-bottom:1px solid #f4f4f4">
|
|
- <view style="float:left;color:#333333;margin-left:10rpx">{{item.oldInfo}}</view>
|
|
|
|
|
|
+ <view style="float:left;color:#333333;">{{item.oldInfo}}</view>
|
|
<view style="float:left;color:#70c546;margin-left:10rpx">({{item.oldIdNumber}})</view>
|
|
<view style="float:left;color:#70c546;margin-left:10rpx">({{item.oldIdNumber}})</view>
|
|
<view style="float:right;margin-right:10rpx" value="{{item.text}}" bindtap="cellClick" data-infos='{{item}}'>
|
|
<view style="float:right;margin-right:10rpx" value="{{item.text}}" bindtap="cellClick" data-infos='{{item}}'>
|
|
<van-icon name="arrow" color="#b5b5b5" />
|
|
<van-icon name="arrow" color="#b5b5b5" />
|