...
|
...
|
@@ -11,7 +11,8 @@ |
|
|
<view class='apply_item'>
|
|
|
<view>姓名</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setname' value='{{name}}' disabled="{{page_type}}"></input>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setname' value='{{name}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<picker bindchange="bindsex" range="{{arraysex}}" disabled="{{page_type}}">
|
...
|
...
|
@@ -62,67 +63,78 @@ |
|
|
<view class='apply_item'>
|
|
|
<view>工作单位</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setunit' value='{{unit}}' disabled="{{page_type}}"></input>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setunit' value='{{unit}}'
|
|
|
disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setduty' value='{{duty}}'
|
|
|
disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setaddr' value='{{addr}}'
|
|
|
disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setpostcode' value='{{postcode}}'
|
|
|
disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setschool' value='{{school}}'
|
|
|
disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setcard_number' value='{{card_number}}'
|
|
|
disabled="{{page_type}}" maxlength="20"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>固定电话(选填)</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setfixed_phone' value='{{fixed_phone}}'></input>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setfixed_phone'
|
|
|
value='{{fixed_phone}}'></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<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>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setmove_phone' value='{{move_phone}}'
|
|
|
disabled="{{page_type}}" 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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' bindinput='setemail' value='{{email}}'
|
|
|
disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='seturgency_phone'
|
|
|
value='{{urgency_phone}}' disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' type='number' placeholder-class='input_p' bindinput='setqq' value='{{qq}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
...
|
...
|
@@ -150,7 +162,8 @@ |
|
|
<view>开始时间</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<view class='iconfont icon-xiangyou'></view>
|
|
|
<view class='apply_itemtxt {{record[apply_nav].record_start_time?"color333":""}}'>{{record[apply_nav].record_start_time?record[apply_nav].record_start_time:'请选择'}}</view>
|
|
|
<view class='apply_itemtxt {{record[apply_nav].record_start_time?"color333":""}}'>
|
|
|
{{record[apply_nav].record_start_time?record[apply_nav].record_start_time:'请选择'}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</picker>
|
...
|
...
|
@@ -159,32 +172,37 @@ |
|
|
<view>结束时间</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<view class='iconfont icon-xiangyou'></view>
|
|
|
<view class='apply_itemtxt {{record[apply_nav].record_end_time?"color333":""}}'>{{record[apply_nav].record_end_time?record[apply_nav].record_end_time:'请选择'}}</view>
|
|
|
<view class='apply_itemtxt {{record[apply_nav].record_end_time?"color333":""}}'>
|
|
|
{{record[apply_nav].record_end_time?record[apply_nav].record_end_time:'请选择'}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</picker>
|
|
|
<view class='apply_item'>
|
|
|
<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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_unit}}'
|
|
|
bindinput='setrecordunit' disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_duty}}'
|
|
|
bindinput='setrecordduty' disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_name}}'
|
|
|
bindinput='setrecordname' disabled="{{page_type}}"></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>
|
|
|
<input placeholder='未填写' placeholder-class='input_p' value='{{record[apply_nav].record_phone}}'
|
|
|
bindinput='setrecordphone' disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -197,7 +215,8 @@ |
|
|
</view>
|
|
|
<view>上传身份证正面</view>
|
|
|
</view>
|
|
|
<image src='{{front_card?front_card:"https://volunteer.cnpu.org/imgs/renzhengxinxi_fanmian_bg@2x.png"}}' mode="aspectFill"></image>
|
|
|
<image src='{{front_card?front_card:"https://volunteer.cnpu.org/imgs/renzhengxinxi_fanmian_bg@2x.png"}}'
|
|
|
mode="aspectFill"></image>
|
|
|
</view>
|
|
|
<view class='apply_idimg' bindtap="{{page_type?'':'uploadImages'}}" data-tem='3'>
|
|
|
<view class='apply_idimgmain' wx:if='{{!reverse_card}}'>
|
...
|
...
|
@@ -206,7 +225,8 @@ |
|
|
</view>
|
|
|
<view>上传身份证反面</view>
|
|
|
</view>
|
|
|
<image src='{{reverse_card?reverse_card:"https://volunteer.cnpu.org/imgs/renzhengxinxi_zhengmian_bg@2x.png"}}'></image>
|
|
|
<image src='{{reverse_card?reverse_card:"https://volunteer.cnpu.org/imgs/renzhengxinxi_zhengmian_bg@2x.png"}}'>
|
|
|
</image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='apply_bottomtitle' wx:if="{{!page_type}}">志愿者申请书
|
...
|
...
|
@@ -214,18 +234,27 @@ |
|
|
<view class='apply_bottom' wx:if="{{!page_type}}">
|
|
|
为继承和弘扬国际主义战士白求恩的伟大风范和高尚情操,传承和弘扬白求恩的伟大精神,本人自愿申请加入白求恩志愿者队伍。本人愿尽己所能,以“志愿服务”为宗旨,不计报酬、帮助他人、服务社会,恪守国家法律、法规,遵守白求恩志愿者各项规章制度,努力工作,尽职尽责,力争为公益事业做出贡献。
|
|
|
</view>
|
|
|
<view wx:if="{{status==1}}">
|
|
|
<form wx:if="{{!page_type}}" bindsubmit="submit" report-submit='true' class="apply_btn">
|
|
|
<button class="a_btn" form-type="submit" style="">提交</button>
|
|
|
</form>
|
|
|
</view>
|
|
|
<view wx:if="{{status==2}}">
|
|
|
<form wx:if="{{!page_type}}" report-submit='true' class="apply_btn">
|
|
|
<button class="a_btn gray" form-type="submit" style="">提交</button>
|
|
|
</form>
|
|
|
</view>
|
|
|
|
|
|
<form wx:if="{{!page_type}}" bindsubmit="submit" report-submit='true' class="apply_btn">
|
|
|
<button class="a_btn" form-type="submit" style="">提交</button>
|
|
|
</form>
|
|
|
|
|
|
<!-- 服务区域 -->
|
|
|
<view class='apply_vold' wx:if='{{showapply}}'>
|
|
|
<view class='pickerview'>
|
|
|
<picker-view indicator-style="height: 40px;" class='pickerview_top' value="{{confirmvalarr}}" bindchange="bindChange">
|
|
|
<picker-view indicator-style="height: 40px;" class='pickerview_top' value="{{confirmvalarr}}"
|
|
|
bindchange="bindChange">
|
|
|
<view class='iconfont icon-guanbi1' catchtap='setshowapply_no'></view>
|
|
|
<picker-view-column>
|
|
|
<view wx:for="{{provincearr}}" wx:key style="line-height: 40px" class='column_view'>{{ item.province_name}}</view>
|
|
|
<view wx:for="{{provincearr}}" wx:key style="line-height: 40px" class='column_view'>{{ item.province_name}}
|
|
|
</view>
|
|
|
</picker-view-column>
|
|
|
<picker-view-column>
|
|
|
<view wx:for="{{cityarr}}" wx:key style="line-height: 40px" class='column_view'>{{item.city_name}}</view>
|
...
|
...
|
|