2023-08-10 01:21:29 +08:00
|
|
|
<!--pages/tempRegistration/index.wxml-->
|
|
|
|
<view class="header_title">
|
|
|
|
<view class="header_title_row">
|
|
|
|
<van-row>
|
|
|
|
|
|
|
|
<van-col span="12">
|
|
|
|
<view class="header_img">
|
|
|
|
<!-- <image src="/images/left.png"></image> -->
|
|
|
|
<text class="header_fh">劳务人员信息注册</text>
|
|
|
|
</view>
|
|
|
|
</van-col>
|
|
|
|
<van-col span="10">
|
|
|
|
<view class="header_name"></view>
|
|
|
|
</van-col>
|
|
|
|
</van-row>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="max_content">
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title">{{projectName}}</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>人员类型</view>
|
|
|
|
<voucher-select columns="{{personTypeList}}" placeholder="请选择" bindchange="onPersonType"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max" wx:if="{{personType == 1}}">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>管理单位</view>
|
|
|
|
<voucher-select columns="{{managementUnitList}}" placeholder="请选择" bindchange="onManagementUnit"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>归属单位</view>
|
|
|
|
<voucher-select columns="{{laborCompanyIdList}}" placeholder="请选择" bindchange="onSelectLabourCompanyName"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>归属劳务班组</view>
|
|
|
|
<voucher-select columns="{{laborTeamIdList}}" placeholder="请选择" bindchange="onSelectLabourTeamName"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>归属工种</view>
|
|
|
|
<voucher-select columns="{{firstLevelList}}" placeholder="请选择一级工种" bindchange="onSelectFirstLevel"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<voucher-select columns="{{workTypeList}}" placeholder="请选择二级工种" bindchange="onSelectworkType"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>用工形式</view>
|
|
|
|
<voucher-select columns="{{employmentTypeList}}" placeholder="请选择用工形式" bindchange="onSelectEmploymentType"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max" wx:if="{{personType == 2}}">
|
|
|
|
<view class="add_title">文化程度</view>
|
|
|
|
<voucher-select columns="{{educationLevelList}}" placeholder="请选择文化程度" bindchange="onEducationLevel"></voucher-select>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="add_max" wx:if="{{personType == 2}}">
|
|
|
|
<view class="add_title">紧急联系人</view>
|
|
|
|
<input class="weui-input" bindchange="onEmergencyName" placeholder="请填写紧急联系人"/>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max" wx:if="{{personType == 2}}">
|
|
|
|
<view class="add_title">紧急联系人电话</view>
|
|
|
|
<input class="weui-input" bindchange="onEmergencyPhone" placeholder="请填写紧急联系人电话"/>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<!-- 标题 -->
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>身份证照片上传</view>
|
|
|
|
<!-- 身份证证件 170+150-->
|
|
|
|
<view class="identity-prove">
|
|
|
|
<view class="identity-prove-box">
|
|
|
|
<view class="identity-prove-top">
|
|
|
|
<file-uploader-copy bindimages="onImagesIdCardFront" scr='http://fileimg.makalu.cc/WEB_01B17BD6D2C94CFD9CF9D65ECD2D6527.png'></file-uploader-copy>
|
|
|
|
</view>
|
|
|
|
<view class="identity-prove-bottom">
|
|
|
|
上传身份证正面
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="identity-prove-box">
|
|
|
|
<view class="identity-prove-tops">
|
|
|
|
<file-uploader-copy bindimages="onImagesArr" scr='http://fileimg.makalu.cc/WEB_D7680197451940F3AFDFCE8FA5D67869.png'>
|
|
|
|
</file-uploader-copy>
|
|
|
|
</view>
|
|
|
|
<view class="identity-prove-bottom">
|
|
|
|
上传身份证反面
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="add_title"><p style="color: red;">*</p>身份证上传(正面)</view>
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>身份证上传(反面)</view>
|
|
|
|
-->
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title">姓名</view>
|
|
|
|
<input class="weui-input" placeholder="请填写" value="{{id_card_name}}"/>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>身份证号码</view>
|
|
|
|
<input class="weui-input" placeholder="请填写" value="{{id_card_no}}" bindchange="onidCardIdNo"/>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="add_max">
|
|
|
|
<view class="add_title"><p style="color: red;">*</p>上传考勤半身照</view>
|
|
|
|
<file-uploader-copy bindimages="onHalfBodyImg"></file-uploader-copy>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="add_btn">
|
|
|
|
<view class="add_btn_qx" bindtap="resetForm">重置</view>
|
|
|
|
<view class="add_btn_bc" bindtap="add">保存</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<van-overlay show="{{loadShow}}">
|
|
|
|
<view class="gif">
|
2023-08-24 18:44:06 +08:00
|
|
|
<image src="../../images/loding2.gif"></image>
|
2023-08-10 01:21:29 +08:00
|
|
|
<view>数据加载中!请稍后...</view>
|
|
|
|
</view>
|
|
|
|
</van-overlay>
|
|
|
|
|
|
|
|
|