You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
7.7 KiB

<view><topnav vue-id="615356d3-1" title="{{pageTitle}}" data-event-opts="{{[['^tohome',[['tohome']]]]}}" bind:tohome="__e" bind:__l="__l"></topnav><view class="content"><view class="pageTitle">身份信息</view><view class="listBox mp-20"><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred"></view>头像</view><view class="listBoxItemRight" data-type="3" data-event-opts="{{[['tap',[['chooseImg',['$event']]]]]}}" bindtap="__e"><block wx:if="{{iconFace==''}}"><text>请选择头像</text></block><block wx:else><image class="iconface" src="{{iconFace}}"></image></block><text class="iconfont icon-Icons_ToolBar_ArrowRight"></text></view></view><view class="listBoxline"></view><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>护工姓名</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="text" placeholder-class="listBoxItemInputPlaceholder" placeholder="请输入" data-type="name" data-event-opts="{{[['input',[['bindChangeInfo',['$event']]]]]}}" value="{{submitData.name}}" bindinput="__e"/></view></view><view class="listBoxline"></view><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>联系方式</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="number" placeholder-class="listBoxItemInputPlaceholder" placeholder="请输入" data-type="mobile" data-event-opts="{{[['input',[['bindChangeInfo',['$event']]]]]}}" value="{{submitData.mobile}}" bindinput="__e"/></view></view><view class="listBoxline"></view><picker mode="date" value="{{sdate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>入职日期</view><view class="listBoxItemRight"><block wx:if="{{sdate==''}}"><text class="novalue">请选择</text></block><block wx:else><text>{{sdate}}</text></block><text class="iconfont icon-Icons_ToolBar_ArrowRight"></text></view></view></picker><view class="listBoxline"></view><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>身份证号码</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="idcard" placeholder-class="listBoxItemInputPlaceholder" placeholder="请输入" data-type="idcard" data-event-opts="{{[['input',[['bindChangeInfo',['$event']]]]]}}" value="{{submitData.id_card_number}}" bindinput="__e"/></view></view><view class="listBoxline"></view><view class="listBoxItem listImgBox"><view class="imgboxTitle"><text class="vred">*</text>身份证照片</view><view class="imgboxContent"><block wx:if="{{imgCover==''}}"><view><view class="zhengjian" data-type="1" data-event-opts="{{[['tap',[['chooseImg',['$event']]]]]}}" bindtap="__e"><view class="zhengjianadd"><text class="iconfont icon-add2"></text></view><text class="tip">请选择身份证正面图片</text></view></view></block><block wx:else><view><view class="zhengjian" data-type="1" data-event-opts="{{[['tap',[['chooseImg',['$event']]]]]}}" bindtap="__e"><image style="width:263rpx;height:182rpx;" src="{{imgCover}}"></image></view></view></block><block wx:if="{{imgBack==''}}"><view><view class="zhengjianadd" data-type="2" data-event-opts="{{[['tap',[['chooseImg',['$event']]]]]}}" bindtap="__e"><text class="iconfont icon-add2"></text></view><text class="tip">请选择身份证反面图片</text></view></block><block wx:else><view><view class="zhengjian" data-type="2" data-event-opts="{{[['tap',[['chooseImg',['$event']]]]]}}" bindtap="__e"><image style="width:263rpx;height:182rpx;" src="{{imgBack}}"></image></view></view></block></view></view></view><view class="pageTitle">财务信息</view><view class="listBox mp-20"><view class="listBoxItem"><view class="listBoxItemLeft">银行卡号码</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="number" placeholder-class="listBoxItemInputPlaceholder" placeholder="请输入" data-type="bank" data-event-opts="{{[['input',[['bindChangeInfo',['$event']]]]]}}" value="{{submitData.bank}}" bindinput="__e"/></view></view><view class="listBoxline"></view><view class="listBoxItem"><view class="listBoxItemLeft">开户行名称</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="text" placeholder-class="listBoxItemInputPlaceholder" placeholder="请输入" data-type="account" data-event-opts="{{[['input',[['bindChangeInfo',['$event']]]]]}}" value="{{submitData.account}}" bindinput="__e"/></view></view></view><view class="pageTitle">其它信息</view><view class="listBox mp-20"><picker value="{{pindex}}" range="{{projectArr}}" data-event-opts="{{[['change',[['bindProjectChange',['$event']]]]]}}" bindchange="__e"><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>项目归属</view><view class="listBoxItemRight"><text>{{projectArr[pindex]}}</text><text class="iconfont icon-Icons_ToolBar_ArrowRight"></text></view></view></picker><view class="listBoxline"></view><picker value="{{lindex}}" range="{{levelsArr}}" data-event-opts="{{[['change',[['bindLevelChange',['$event']]]]]}}" bindchange="__e"><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>护工等级</view><view class="listBoxItemRight"><text>{{levelsArr[lindex]==""?'无':levelsArr[lindex]}}</text><text class="iconfont icon-Icons_ToolBar_ArrowRight"></text></view></view></picker><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>护工护理年限</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="number" placeholder-class="listBoxItemInputPlaceholder" placeholder="请输入" data-type="workyears" data-event-opts="{{[['input',[['bindChangeInfo',['$event']]]]]}}" value="{{submitData.work_years}}" bindinput="__e"/></view></view><view class="listBoxline"></view><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>健康证</view><view class="listBoxItemRight"><radio-group class="radiogroup" data-type="jiankan" data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" bindchange="__e"><label class="radioitemlabel"><view><radio class="radioitem" value="1" checked="{{submitData.has_health_certificate==1}}"></radio></view><view>有</view></label><label class="radioitemlabel"><view><radio class="radioitem" value="0" checked="{{submitData.has_health_certificate!=1}}"></radio></view><view>无</view></label></radio-group></view></view><view class="listBoxline"></view><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>技能资格证书</view><view class="listBoxItemRight"><radio-group class="radiogroup" data-type="jineng" data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" bindchange="__e"><label class="radioitemlabel"><view><radio class="radioitem" value="1" checked="{{submitData.has_work_certificate==1}}"></radio></view><view>有</view></label><label class="radioitemlabel"><view><radio class="radioitem" value="0" checked="{{submitData.has_work_certificate!=1}}"></radio></view><view>无</view></label></radio-group></view></view></view><view class="bottom"><view class="bottomRight"><view data-event-opts="{{[['tap',[['bindBack',['$event']]]]]}}" class="btnCancel btn" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['bindsubmitFun',['$event']]]]]}}" class="btnSubmit btn" bindtap="__e">提交</view></view></view></view><uni-popup class="vue-ref" vue-id="615356d3-2" type="bottom" data-ref="popup" data-event-opts="{{[['^change',[['bindBack']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="popupbox-msg" style="{{('top:-'+(windowHeight/2+150)+'px;'+'left:'+(windowWidth-150)/2+'px')}}"><text class="iconfont icon-check popupbox-msg-icon-check"></text><text class="popupbox-msg-info">提交成功</text></view></uni-popup></view>