|
|
<!--微信号 -->
|
|
|
<view class='apply_item'>
|
|
|
<view>微信号</view>
|
|
|
<view>姓名</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='请输入微信号码' placeholder-class='input_p' bindinput='setwechat' value='{{wechat}}'
|
|
|
<input placeholder='请输入姓名' placeholder-class='input_p' bindinput='setwechat' value='{{wechat}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -11,19 +11,19 @@ |
|
|
</view>
|
|
|
<!--手机号码 -->
|
|
|
<view class='apply_item'>
|
|
|
<view>手机号码</view>
|
|
|
<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='请输入工作内容' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
value='{{move_phone}}' disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="line">
|
|
|
<view></view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>手机号码</view>
|
|
|
<view>参加日期</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='请输入手机号码' type='number' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
<input placeholder='请输入参加日期' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
value='{{move_phone}}' disabled="{{page_type}}" maxlength="11"></input>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -31,22 +31,19 @@ |
|
|
<view></view>
|
|
|
</view>
|
|
|
<view class='apply_item'>
|
|
|
<view>手机号码</view>
|
|
|
<view>参加时间</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='请输入手机号码' type='number' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
<input placeholder='请输入参加时间' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
value='{{move_phone}}' disabled="{{page_type}}" maxlength="11"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="listforms"></view>
|
|
|
<!-- 感想汇报 -->
|
|
|
<view class="doc-listform">
|
|
|
<view> 感想汇报</view>
|
|
|
<textarea show-confirm-bar="" placeholder="请输入内容,内容最多为500字" maxlength="500" bindinput="textareaIn" value='{{join_reason}}'>
|
|
|
<view style="position:absolute;bottom:20rpx;right:0rpx;color:gray;"><text style="color:#000;">{{textareaNum}}</text> / 100</view>
|
|
|
<view style="position:absolute;bottom:20rpx;right:0rpx;color:gray;"><text style="color:#000;">{{textareaNum}}</text> / 500</view>
|
|
|
</textarea>
|
|
|
</view>
|
|
|
|
...
|
...
|
|