jhwxapp/miniprogram/pages/Information-review/index.wxml

183 lines
7.0 KiB
Plaintext

<!-- 信息审核 -->
<view class="information-review">
<!-- tab栏切换 -->
<view class="information-review-tab" bindtap="selected">
<view class="{{nactive===index?'active':''}}" data-set="{{index}}" wx:for="{{dataList}}" wx:key="index">
{{item.name}}
</view>
</view>
<!-- 下面对应内容 -->
<view class="information-review-content">
<!-- 待审核对应模块 -->
<view class="{{nactive===0?'information-review-show shows':'information-review-show'}}" >
<!-- 筛选 -->
<view class="screen-style" >
<!-- 左部分 200+25-->
<view class="screen-style-left" style="display: flex;align-items: center;">
<view style="width:50rpx;height: 50rpx;">
<image src="http://fileimg.makalu.cc/WEB_6AF4FEC2B2724A4DB80D40516303612C.png" mode="" style="width: 100%;height: 100%;transform: scale(0.8);"/>
</view>
<view style="margin-left: 16rpx;">
待审核人员列表
</view>
</view>
<!-- 右部分 -->
<view class="screen-style-right" style="display: flex;justify-content: flex-end;align-items: center;">
<view style="width: 50rpx;height: 50rpx;">
<image src="http://fileimg.makalu.cc/WEB_3F11BBC019F445688636A521EBBE43B9.png" mode="" style="width: 100%;height: 100%;transform: scale(0.8);"/>
</view>
<view style="margin-left:16rpx">
筛选
</view>
</view>
</view>
<view class="information-review-Audit-Not">
<!--需要循环的模块 328+120 -->
<view class="information-review-Audit-box-Not" wx:for="{{UnauditedList}}" wx:key="index">
<!-- 单选框 -->
<radio data-set="{{index}}" checked="{{item.check}}" bindtap="radioCheck" color="#89a3ec" style="position: absolute;top: 24rpx;left: 14rpx;"/>
<view style="letter-spacing: 6rpx;display: flex;justify-content: space-between;font-size: 28rpx;">
{{item.title}}
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
归属工种: <view style="margin-left: 6rpx;">
{{item.worktype}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
姓名: <view style="margin-left: 6rpx;">
{{item.name}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
注册时间: <view style="margin-left: 6rpx;">
{{item.time}}
</view>
</view>
</view>
</view>
<!-- 全选框 -->
<view class="information-review-Audit-footer">
<!-- 左盒子 -->
<view style="display: flex;align-items: center;">
<view>
<radio value="1" color="#89a3ec" bindtap="allSelected" checked="{{selected}}" />
</view>
<view style="font-size: 28rpx;color:#848fce ;" >
全选
</view>
</view>
<!-- 右盒子 -->
<view style="display: flex;align-items: center;">
<view style="font-size: 28rpx;">
已选({{UnauditedList.length}})
</view>
<view style="width:168rpx;height: 64rpx;line-height: 64rpx;text-align: center;border: 1px solid #874df6;border-radius: 30rpx;margin-left: 30rpx;font-size: 28rpx;background-color: #874df6;">
去审核
</view>
</view>
</view>
</view>
<!-- 已通过对应模块 -->
<view class="{{nactive===1?'information-review-show shows':'information-review-show'}}" >
<!-- 筛选 -->
<view class="screen-style" >
<!-- 左部分 200+25-->
<view class="screen-style-left" style="display: flex;align-items: center;">
<view style="width:50rpx;height: 50rpx;">
<image src="http://fileimg.makalu.cc/WEB_6AF4FEC2B2724A4DB80D40516303612C.png" mode="" style="width: 100%;height: 100%;transform: scale(0.8);"/>
</view>
<view style="margin-left: 16rpx;">
已通过人员列表
</view>
</view>
<!-- 右部分 -->
<view class="screen-style-right" style="display: flex;justify-content: flex-end;align-items: center;">
<view style="width: 50rpx;height: 50rpx;transform: scale(0.6)">
<image src="http://fileimg.makalu.cc/WEB_3F11BBC019F445688636A521EBBE43B9.png" mode="" style="width: 100%;height: 100%;;"/>
</view>
<view style="margin-left:16rpx">
筛选
</view>
</view>
</view>
<view class="information-review-Audit">
<!--需要循环的模块 328+120 -->
<view class="information-review-Audit-box" wx:for="{{successList}}" wx:key="index">
<view style="letter-spacing: 6rpx;display: flex;justify-content: space-between;font-size: 28rpx;">
{{item.title}}
<view style="font-size: 22rpx;letter-spacing: 4rpx;">
{{item.type}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
归属工种: <view style="margin-left: 6rpx;">
{{item.worktype}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
姓名: <view style="margin-left: 6rpx;">
{{item.name}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
注册时间: <view style="margin-left: 6rpx;">
{{item.time}}
</view>
</view>
</view>
</view>
</view>
<!-- 已驳回对应模块 -->
<view class="{{nactive===2?'information-review-show shows':'information-review-show'}}">
<!-- 筛选 -->
<view class="screen-style" >
<!-- 左部分 200+25-->
<view class="screen-style-left" style="display: flex;align-items: center;">
<view style="width:50rpx;height: 50rpx;">
<image src="http://fileimg.makalu.cc/WEB_6AF4FEC2B2724A4DB80D40516303612C.png" mode="" style="width: 100%;height: 100%;transform: scale(0.8);"/>
</view>
<view style="margin-left: 16rpx;">
已驳回人员列表
</view>
</view>
<!-- 右部分 -->
<view class="screen-style-right" style="display: flex;justify-content: flex-end;align-items: center;">
<view style="width: 50rpx;height: 50rpx;">
<image src="http://fileimg.makalu.cc/WEB_3F11BBC019F445688636A521EBBE43B9.png" mode="" style="width: 100%;height: 100%;transform: scale(0.8);"/>
</view>
<view style="margin-left:16rpx">
筛选
</view>
</view>
</view>
<view class="information-review-Audit">
<!--需要循环的模块 328+120 -->
<view class="information-review-Audit-box" wx:for="{{successList}}" wx:key="index">
<view style="letter-spacing: 6rpx;display: flex;justify-content: space-between;font-size: 28rpx;">
{{item.title}}
<view style="font-size: 22rpx;letter-spacing: 4rpx;">
{{item.type}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
归属工种: <view style="margin-left: 6rpx;">
{{item.worktype}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
姓名: <view style="margin-left: 6rpx;">
{{item.name}}
</view>
</view>
<view style="font-size: 26rpx;letter-spacing: 4rpx;color: #848fce;display: flex;">
注册时间: <view style="margin-left: 6rpx;">
{{item.time}}
</view>
</view>
</view>
</view>
</view>
</view>
</view>