...
|
...
|
@@ -11,23 +11,18 @@ |
|
|
<view>姓名</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setname' value='{{name}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>昵称</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setnickname' value='{{nickname}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<picker bindchange="bindsex" range="{{arraysex}}" disabled="{{page_type}}">
|
|
|
<picker bindchange="bindsex" range="{{arraysex}}" disabled="{{status==2}}">
|
|
|
<view class='apply_item'>
|
|
|
<view>性别</view>
|
|
|
<view class='apply_item_input'>
|
...
|
...
|
@@ -36,7 +31,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
</picker>
|
|
|
<picker mode='date' bindchange="bindbirthdayChange" value="{{2000-01-01}}" end='{{enddata}}' disabled="{{page_type}}">
|
|
|
<picker mode='date' bindchange="bindbirthdayChange" value="{{2000-01-01}}" end='{{enddata}}' disabled="{{status==2}}">
|
|
|
<view class='apply_item'>
|
|
|
<view>出生日期</view>
|
|
|
<view class='apply_item_input'>
|
...
|
...
|
@@ -46,7 +41,7 @@ |
|
|
</view>
|
|
|
</picker>
|
|
|
|
|
|
<picker range='{{nationarr}}' bindchange="bindnationChange" disabled="{{page_type}}">
|
|
|
<picker range='{{nationarr}}' bindchange="bindnationChange" disabled="{{status==2}}">
|
|
|
<view class='apply_item'>
|
|
|
<view>民族</view>
|
|
|
<view class='apply_item_input'>
|
...
|
...
|
@@ -56,7 +51,7 @@ |
|
|
</view>
|
|
|
</picker>
|
|
|
|
|
|
<picker range='{{educationarr}}' bindchange="bindeducationChange" disabled="{{page_type}}">
|
|
|
<picker range='{{educationarr}}' bindchange="bindeducationChange" disabled="{{status==2}}">
|
|
|
<view class='apply_item'>
|
|
|
<view>学历</view>
|
|
|
<view class='apply_item_input'>
|
...
|
...
|
@@ -65,7 +60,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
</picker>
|
|
|
<picker range='{{politicsarr}}' bindchange="bindpoliticsChange" disabled="{{page_type}}">
|
|
|
<picker range='{{politicsarr}}' bindchange="bindpoliticsChange" disabled="{{status==2}}">
|
|
|
<view class='apply_item'>
|
|
|
<view>政治面貌</view>
|
|
|
<view class='apply_item_input'>
|
...
|
...
|
@@ -78,42 +73,42 @@ |
|
|
<view>工作单位</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setunit' value='{{unit}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>职务</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setduty' value='{{duty}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>通讯地址</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setaddr' value='{{addr}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>邮编</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setpostcode' value='{{postcode}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>就读/毕业院校</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setschool' value='{{school}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>身份证号</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setcard_number' value='{{card_number}}'
|
|
|
disabled="{{page_type}}" maxlength="20"></input>
|
|
|
disabled="{{status==2}}" maxlength="20"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
...
|
...
|
@@ -127,28 +122,28 @@ |
|
|
<view>移动电话</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setmove_phone' value='{{move_phone}}'
|
|
|
disabled="{{page_type}}" maxlength="11"></input>
|
|
|
disabled="{{status==2}}" maxlength="11"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>电子邮箱</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setemail' value='{{email}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item big_item'>
|
|
|
<view>紧急联系人及电话</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='seturgency_phone'
|
|
|
value='{{urgency_phone}}' disabled="{{page_type}}"></input>
|
|
|
value='{{urgency_phone}}' disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>QQ号码</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setqq' value='{{qq}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
...
|
...
|
@@ -167,7 +162,7 @@ |
|
|
<view class='apply_cell {{apply_nav==2?"apply_active":""}}' data-apply_nav='2' bindtap='setapply_nav'>个人履历3</view>
|
|
|
</view>
|
|
|
<view class='navbox'>
|
|
|
<picker mode='date' bindchange="bindstartChange" disabled="{{page_type}}">
|
|
|
<picker mode='date' bindchange="bindstartChange" disabled="{{status==2}}">
|
|
|
<view class='apply_item'>
|
|
|
<view>开始时间</view>
|
|
|
<view class='apply_item_input'>
|
...
|
...
|
@@ -177,7 +172,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
</picker>
|
|
|
<picker mode='date' bindchange="bindendChange" disabled="{{page_type}}">
|
|
|
<picker mode='date' bindchange="bindendChange" disabled="{{status==2}}">
|
|
|
<view class='apply_item'>
|
|
|
<view>结束时间</view>
|
|
|
<view class='apply_item_input'>
|
...
|
...
|
@@ -191,28 +186,28 @@ |
|
|
<view>单位名称</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_unit}}'
|
|
|
bindinput='setrecordunit' disabled="{{page_type}}"></input>
|
|
|
bindinput='setrecordunit' disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>职务</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_duty}}'
|
|
|
bindinput='setrecordduty' disabled="{{page_type}}"></input>
|
|
|
bindinput='setrecordduty' disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>证明人</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_name}}'
|
|
|
bindinput='setrecordname' disabled="{{page_type}}"></input>
|
|
|
bindinput='setrecordname' disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>证明人电话</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_phone}}'
|
|
|
bindinput='setrecordphone' disabled="{{page_type}}"></input>
|
|
|
bindinput='setrecordphone' disabled="{{status==2}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
|