402 lines
20 KiB
Plaintext
402 lines
20 KiB
Plaintext
<!--pages/temporaryToExamine/index.wxml-->
|
|
|
|
<!-- tab栏切换 -->
|
|
<view class="max_content_none" style="margin-top: -18rpx;" >
|
|
<!-- 新样式 -->
|
|
<view class="modify_video_nav" style="margin-top: 64rpx;background-color: #191d28;">
|
|
<view class="{{activeState==1?'active':''}}" bindtap="trainingTypeJump" data-index="1"><text>待审核({{a}})</text></view>
|
|
<view class="{{activeState==2?'active':''}}" bindtap="trainingTypeJump" data-index="2"><text>已通过({{b}})</text></view>
|
|
<view class="{{activeState==3?'active':''}}" bindtap="trainingTypeJump" data-index="3"><text>已驳回({{c}})</text></view>
|
|
</view>
|
|
<!-- <view class="max_new_content" style="border: 1px solid red;" > -->
|
|
|
|
<!-- <van-tabs active="a" bind:change="orderChange">
|
|
|
|
<van-tab title="待审核 ({{a}})" name="a">
|
|
<view class="new_con_info">
|
|
|
|
<view class="modify_echarts_max" style="margin: 30rpx 0;">
|
|
<view class="modify_echarts_title_min">
|
|
<view class="modify_eharts_title">待审核人员列表</view>
|
|
<pz-screen-training columns="{{DeviceGroupData}}" bindscreen="screenCondition1"></pz-screen-training>
|
|
</view>
|
|
</view>
|
|
<view class="boxInsideStyle">
|
|
<view class="new_con_info_min" wx:for="{{environList}}" wx:key="index" wx:if="{{index<150}}" data-id="{{item.id}}">
|
|
<view style="display: flex;">
|
|
<view style="border-bottom:1px solid #8862f8">
|
|
<radio value="" checked="{{item.selected}}" bindtap="selectList" data-index="{{index}}" style="transform: scale(0.7);" />
|
|
</view>
|
|
<view class="new_con_title" style="border-bottom: 2px solid #293063;">
|
|
{{item.labor_team_name}}
|
|
</view>
|
|
</view>
|
|
<view class="new_con_ds">
|
|
<van-row>
|
|
<van-col span="18">
|
|
<view class="new_con_td" style="display:flex;justify-content: space-between;">
|
|
<view style="display: flex;">
|
|
归属工种: <view style="color:#439bde">
|
|
{{item.work_type_name}}
|
|
</view>
|
|
</view>
|
|
<view style="display: flex;">
|
|
姓名: <view style="color:#439bde">
|
|
{{item.id_card_name}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td">注册时间:{{item.create_time}}</view>
|
|
<view class="new_con_td">安全教育时间:{{item.safety_education_time}}</view>
|
|
<view class="new_con_td" style="display: flex;">安全教育成绩:
|
|
<view style="color: #439bde;display: flex;">{{item.score}}分
|
|
<view style="color: green;" wx:if="{{item.result == '0'}}">(合格)</view>
|
|
<view style="color: red;" wx:if="{{item.result == '1'}}">(不合格)</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td" style="white-space:nowrap;position: relative;">安全承诺书签订时间:{{item.sign_time}}
|
|
<view style="width:34rpx;height:34rpx;position: absolute;right: -80rpx;top: 8rpx;" data-url="{{item.letter_commitment_url}}" bindtap="openFile">
|
|
<image src="http://fileimg.makalu.cc/WEB_560F605B02BC49DA834A05D39BE4B051.png" mode="" style="width: 100%;height: 100%;" />
|
|
</view>
|
|
</view>
|
|
</van-col>
|
|
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</van-tab>
|
|
|
|
<van-tab title="已通过 ({{b}})" name="b">
|
|
<view class="new_con_info" style="border: 1px solid red;">
|
|
|
|
<view class="modify_echarts_max" style="margin: 30rpx 0;">
|
|
<view class="modify_echarts_title_min">
|
|
<view class="modify_eharts_title">已通过人员列表</view>
|
|
<pz-screen-training columns="{{DeviceGroupData}}" bindscreen="screenCondition2"></pz-screen-training>
|
|
</view>
|
|
</view>
|
|
<view class="boxInsideStyle">
|
|
<view class="new_con_info_min" wx:for="{{environList}}" wx:key="index" wx:if="{{index<150}}" data-id="{{item.id}}" style="border: 1px solid green;">
|
|
<view style="display: flex;">
|
|
|
|
<view class="new_con_title" style="border-bottom: 2px solid #293063;">
|
|
{{item.labor_team_name}}
|
|
</view>
|
|
</view>
|
|
<view class="new_con_ds">
|
|
<van-row>
|
|
<van-col span="18">
|
|
<view class="new_con_td" style="display:flex;justify-content: space-between;">
|
|
<view style="display: flex;">
|
|
归属工种: <view style="color:#439bde">
|
|
{{item.work_type_name}}
|
|
</view>
|
|
</view>
|
|
<view style="display: flex;">
|
|
姓名: <view style="color:#439bde">
|
|
{{item.id_card_name}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td">注册时间:{{item.create_time}}</view>
|
|
<view class="new_con_td">安全教育时间:{{item.safety_education_time}}</view>
|
|
<view class="new_con_td" style="display: flex;">安全教育成绩:
|
|
<view style="color: #439bde;display: flex;">{{item.score}}分
|
|
<view style="color: green;" wx:if="{{item.result == '0'}}">(合格)</view>
|
|
<view style="color: red;" wx:if="{{item.result == '1'}}">(不合格)</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td" style="white-space:nowrap;position: relative;">安全承诺书签订时间:{{item.sign_time}}
|
|
<view style="width:34rpx;height:34rpx;position: absolute;right: -80rpx;top: 8rpx;" data-url="{{item.letter_commitment_url}}" bindtap="openFile">
|
|
<image src="http://fileimg.makalu.cc/WEB_560F605B02BC49DA834A05D39BE4B051.png" mode="" style="width: 100%;height: 100%;" />
|
|
</view>
|
|
</view>
|
|
</van-col>
|
|
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</van-tab>
|
|
|
|
<van-tab title="已驳回 ({{c}})" name="c" >
|
|
<view class="new_con_info" >
|
|
|
|
<view class="modify_echarts_max" style="margin: 30rpx 0;">
|
|
<view class="modify_echarts_title_min">
|
|
<view class="modify_eharts_title">已驳回人员列表</view>
|
|
<pz-screen-training columns="{{DeviceGroupData}}" bindscreen="screenCondition3"></pz-screen-training>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="boxInsideStyle">
|
|
<view class="new_con_info_min" wx:for="{{environList}}" wx:key="index" wx:if="{{index<150}}" data-id="{{item.id}}">
|
|
<view style="display: flex;">
|
|
|
|
<view class="new_con_title" style="border-bottom: 2px solid #293063;">
|
|
{{item.labor_team_name}}
|
|
</view>
|
|
</view>
|
|
<view class="new_con_ds">
|
|
<van-row>
|
|
<van-col span="18">
|
|
<view class="new_con_td" style="display:flex;justify-content: space-between;">
|
|
<view style="display: flex;">
|
|
归属工种: <view style="color:#439bde">
|
|
{{item.work_type_name}}
|
|
</view>
|
|
</view>
|
|
<view style="display: flex;">
|
|
姓名: <view style="color:#439bde">
|
|
{{item.id_card_name}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td">注册时间:{{item.create_time}}</view>
|
|
<view class="new_con_td">安全教育时间:{{item.safety_education_time}}</view>
|
|
<view class="new_con_td" style="display: flex;">安全教育成绩:
|
|
<view style="color: #439bde;display: flex;">{{item.score}}分
|
|
<view style="color: green;" wx:if="{{item.result == '0'}}">(合格)</view>
|
|
<view style="color: red;" wx:if="{{item.result == '1'}}">(不合格)</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td" style="white-space:nowrap;position: relative;">安全承诺书签订时间:{{item.sign_time}}
|
|
<view style="width:34rpx;height:34rpx;position: absolute;right: -80rpx;top: 8rpx;" data-url="{{item.letter_commitment_url}}" bindtap="openFile">
|
|
<image src="http://fileimg.makalu.cc/WEB_560F605B02BC49DA834A05D39BE4B051.png" mode="" style="width: 100%;height: 100%;" />
|
|
</view>
|
|
</view>
|
|
</van-col>
|
|
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</van-tab>
|
|
|
|
</van-tabs> -->
|
|
<!-- </view> -->
|
|
|
|
<!-- tab栏对应数据 -->
|
|
|
|
<!--对应数据展示 -->
|
|
<view class="{{activeState==1?'whoBox showBoxs':'whoBox'}}" >
|
|
<view class="new_con_info">
|
|
<!-- 待审核 -->
|
|
<view class="modify_echarts_max" style="margin: 30rpx 0;">
|
|
<view class="modify_echarts_title_min">
|
|
<view class="modify_eharts_title" >待审核人员列表</view>
|
|
<pz-screen-training columns="{{DeviceGroupData}}" bindscreen="screenCondition1"></pz-screen-training>
|
|
</view>
|
|
</view>
|
|
<view class="boxInsideStyle">
|
|
<view class="new_con_info_min" wx:for="{{environList}}" wx:key="index" wx:if="{{index<150}}" data-id="{{item.id}}">
|
|
<view style="display: flex;">
|
|
<view style="border-bottom:1px solid #8862f8">
|
|
<radio value="" checked="{{item.selected}}" bindtap="selectList" data-index="{{index}}" style="transform: scale(0.7);" />
|
|
</view>
|
|
<view class="new_con_title" style="border-bottom: 2px solid #293063;">
|
|
{{item.labor_team_name}}
|
|
</view>
|
|
</view>
|
|
<view class="new_con_ds">
|
|
<van-row>
|
|
<van-col span="18">
|
|
<view class="new_con_td" style="display:flex;justify-content: space-between;">
|
|
<view style="display: flex;">
|
|
归属工种: <view style="color:#439bde">
|
|
{{item.work_type_name}}
|
|
</view>
|
|
</view>
|
|
<view style="display: flex;">
|
|
姓名: <view style="color:#439bde">
|
|
{{item.id_card_name}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td">注册时间:{{item.create_time}}</view>
|
|
<view class="new_con_td">安全教育时间:{{item.safety_education_time}}</view>
|
|
<view class="new_con_td" style="display: flex;">安全教育成绩:
|
|
<view style="color: #439bde;display: flex;">{{item.score}}分
|
|
<view style="color: green;" wx:if="{{item.result == '0'}}">(合格)</view>
|
|
<view style="color: red;" wx:if="{{item.result == '1'}}">(不合格)</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td" style="white-space:nowrap;position: relative;">安全承诺书签订时间:{{item.sign_time}}
|
|
<view style="width:34rpx;height:34rpx;position: absolute;right: -80rpx;top: 8rpx;" data-url="{{item.letter_commitment_url}}" bindtap="openFile">
|
|
<image src="http://fileimg.makalu.cc/WEB_560F605B02BC49DA834A05D39BE4B051.png" mode="" style="width: 100%;height: 100%;" />
|
|
</view>
|
|
</view>
|
|
</van-col>
|
|
<!-- <van-col span="6">
|
|
<view class="new_zhong_clz">待审核</view>
|
|
</van-col> -->
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="{{activeState==2?'whoBox showBoxs':'whoBox'}}" >
|
|
<view class="new_con_info" >
|
|
<!-- 已通过 -->
|
|
<view class="modify_echarts_max" style="margin: 30rpx 0;">
|
|
<view class="modify_echarts_title_min">
|
|
<view class="modify_eharts_title">已通过人员列表</view>
|
|
<pz-screen-training columns="{{DeviceGroupData}}" bindscreen="screenCondition2"></pz-screen-training>
|
|
</view>
|
|
</view>
|
|
<view class="boxInsideStyle">
|
|
<view class="new_con_info_min" wx:for="{{environList}}" wx:key="index" wx:if="{{index<150}}" data-id="{{item.id}}" >
|
|
<view style="display: flex;">
|
|
<!-- <view style="border-bottom:1px solid #8862f8">
|
|
<radio value="" style="transform: scale(0.7);" />
|
|
</view> -->
|
|
<view class="new_con_title" style="border-bottom: 2px solid #293063;">
|
|
{{item.labor_team_name}}
|
|
</view>
|
|
</view>
|
|
<view class="new_con_ds">
|
|
<van-row>
|
|
<van-col span="18">
|
|
<view class="new_con_td" style="display:flex;justify-content: space-between;">
|
|
<view style="display: flex;">
|
|
归属工种: <view style="color:#439bde">
|
|
{{item.work_type_name}}
|
|
</view>
|
|
</view>
|
|
<view style="display: flex;">
|
|
姓名: <view style="color:#439bde">
|
|
{{item.id_card_name}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td">注册时间:{{item.create_time}}</view>
|
|
<view class="new_con_td">安全教育时间:{{item.safety_education_time}}</view>
|
|
<view class="new_con_td" style="display: flex;">安全教育成绩:
|
|
<view style="color: #439bde;display: flex;">{{item.score}}分
|
|
<view style="color: green;" wx:if="{{item.result == '0'}}">(合格)</view>
|
|
<view style="color: red;" wx:if="{{item.result == '1'}}">(不合格)</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td" style="white-space:nowrap;position: relative;">安全承诺书签订时间:{{item.sign_time}}
|
|
<view style="width:34rpx;height:34rpx;position: absolute;right: -80rpx;top: 8rpx;" data-url="{{item.letter_commitment_url}}" bindtap="openFile">
|
|
<image src="http://fileimg.makalu.cc/WEB_560F605B02BC49DA834A05D39BE4B051.png" mode="" style="width: 100%;height: 100%;" />
|
|
</view>
|
|
</view>
|
|
</van-col>
|
|
<!-- <van-col span="6">
|
|
<view class="new_zhong_clz">待审核</view>
|
|
</van-col> -->
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="{{activeState==3?'whoBox showBoxs':'whoBox'}}" >
|
|
<view class="new_con_info" >
|
|
<!-- 已驳回 -->
|
|
<view class="modify_echarts_max" style="margin: 30rpx 0;">
|
|
<view class="modify_echarts_title_min">
|
|
<view class="modify_eharts_title">已驳回人员列表</view>
|
|
<pz-screen-training columns="{{DeviceGroupData}}" bindscreen="screenCondition3"></pz-screen-training>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="boxInsideStyle">
|
|
<view class="new_con_info_min" wx:for="{{environList}}" wx:key="index" wx:if="{{index<150}}" data-id="{{item.id}}">
|
|
<view style="display: flex;">
|
|
<!-- <view style="border-bottom:1px solid #8862f8">
|
|
<radio value="" style="transform: scale(0.7);" />
|
|
</view> -->
|
|
<view class="new_con_title" style="border-bottom: 2px solid #293063;">
|
|
{{item.labor_team_name}}
|
|
</view>
|
|
</view>
|
|
<view class="new_con_ds">
|
|
<van-row>
|
|
<van-col span="18">
|
|
<view class="new_con_td" style="display:flex;justify-content: space-between;">
|
|
<view style="display: flex;">
|
|
归属工种: <view style="color:#439bde">
|
|
{{item.work_type_name}}
|
|
</view>
|
|
</view>
|
|
<view style="display: flex;">
|
|
姓名: <view style="color:#439bde">
|
|
{{item.id_card_name}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td">注册时间:{{item.create_time}}</view>
|
|
<view class="new_con_td">安全教育时间:{{item.safety_education_time}}</view>
|
|
<view class="new_con_td" style="display: flex;">安全教育成绩:
|
|
<view style="color: #439bde;display: flex;">{{item.score}}分
|
|
<view style="color: green;" wx:if="{{item.result == '0'}}">(合格)</view>
|
|
<view style="color: red;" wx:if="{{item.result == '1'}}">(不合格)</view>
|
|
</view>
|
|
</view>
|
|
<view class="new_con_td" style="white-space:nowrap;position: relative;">安全承诺书签订时间:{{item.sign_time}}
|
|
<view style="width:34rpx;height:34rpx;position: absolute;right: -80rpx;top: 8rpx;" data-url="{{item.letter_commitment_url}}" bindtap="openFile">
|
|
<image src="http://fileimg.makalu.cc/WEB_560F605B02BC49DA834A05D39BE4B051.png" mode="" style="width: 100%;height: 100%;" />
|
|
</view>
|
|
</view>
|
|
</van-col>
|
|
<!-- <van-col span="6">
|
|
<view class="new_zhong_clz">待审核</view>
|
|
</van-col> -->
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<van-overlay show="{{ stateShow }}">
|
|
<view class="state_wrapper">
|
|
<view class="state_content">
|
|
<view class="state_content_title">审核结果</view>
|
|
<view class="state_content_nav" wx:if="{{labelShow}}">
|
|
<view class="{{nav==1?'active':''}}" bindtap="onLabelNav" data-nav="1">通过</view>
|
|
<view class="{{nav==2?'active':''}}" bindtap="onLabelNav" data-nav="2">驳回</view>
|
|
</view>
|
|
<view class="state_content_remar_max">
|
|
<view class="state_content_btn">
|
|
<view bindtap="closeBox">关闭</view>
|
|
<view bindtap="submit">确定</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</van-overlay>
|
|
|
|
<van-overlay show="{{show}}">
|
|
<view class="gif">
|
|
<image src="../../images/loding2.gif"></image>
|
|
<view>数据加载中!请稍后...</view>
|
|
</view>
|
|
</van-overlay>
|
|
|
|
<view wx:if="{{labelShow}}" style="position: fixed;bottom: 0;left: 0;height: 80rpx;width: 100%;display: flex;justify-content: space-around;align-items: center;background-color: #212737;padding: 14rpx 0;">
|
|
<view style="display: flex;align-items: center;color: #6b81bb;" bindtap="checkAll">
|
|
<radio value="" checked="{{allchecked}}" />全选
|
|
</view>
|
|
<view style="display: flex;align-items: center;">
|
|
<view style="margin-right: 16rpx;">
|
|
已选 ({{number}})
|
|
</view>
|
|
<view style="width:200rpx;height:60rpx;border:1px solid #884df7;line-height: 60rpx;text-align: center;border-radius: 40rpx;background-color: #884df7;" bindtap="onWarningInfo">
|
|
去审核
|
|
</view>
|
|
</view>
|
|
</view> |