|
|
<!--微信号 -->
|
|
|
<!--姓名 -->
|
|
|
<view class='apply_item'>
|
|
|
<view>姓名</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='请输入姓名' placeholder-class='input_p' bindinput='setwechat' value='{{wechat}}'
|
|
|
<input placeholder='请输入姓名' placeholder-class='input_p' bindinput='setname' value='{{name}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="line">
|
|
|
<view></view>
|
|
|
</view>
|
|
|
<!--手机号码 -->
|
|
|
<!--工作内容 -->
|
|
|
<view class='apply_item'>
|
|
|
<view>工作内容</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='请输入工作内容' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
value='{{move_phone}}' disabled="{{page_type}}"></input>
|
|
|
<input placeholder='请输入工作内容' placeholder-class='input_p' bindinput='setmove_job' value='{{job}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="line">
|
|
|
<view></view>
|
|
|
</view>
|
|
|
<!--参加日期 -->
|
|
|
<view class='apply_item'>
|
|
|
<view>参加日期</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='请输入参加日期' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
value='{{move_phone}}' disabled="{{page_type}}" maxlength="11"></input>
|
|
|
<input placeholder='请输入参加日期' placeholder-class='input_p' bindinput='setmove_data' value='{{data}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="line">
|
|
|
<view></view>
|
|
|
</view>
|
|
|
<!-- 参加时间 -->
|
|
|
<view class='apply_item'>
|
|
|
<view>参加时间</view>
|
|
|
<view class='apply_item_input'>
|
|
|
<input placeholder='请输入参加时间' placeholder-class='input_p' bindinput='setmove_phone'
|
|
|
value='{{move_phone}}' disabled="{{page_type}}" maxlength="11"></input>
|
|
|
<input placeholder='请输入参加时间' placeholder-class='input_p' bindinput='setmove_time' value='{{time}}'
|
|
|
disabled="{{page_type}}"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="listforms"></view>
|
|
|
<!-- 感想汇报 -->
|
|
|
<view class="doc-listform">
|
|
|
<view>图片上传</view>
|
|
|
|
|
|
<view class="doc-Images">
|
|
|
<view wx:for="{{imageList}}" wx:key="{{item}}" class="doc-ImageList">
|
|
|
<image src="{{item}}">
|
|
|
<text data-index='{{index}}' class="iconfont icon-close" style="color:rgba(0,0,0,0.3)"
|
|
|
bindtap="deleteImg"></text>
|
|
|
</image>
|
|
|
</view>
|
|
|
<button bindtap="ChooseImage" class="chooseImage">+</button>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view> 感想汇报</view>
|
|
|
<textarea show-confirm-bar="" placeholder="请输入内容,内容最多为500字" maxlength="500" bindinput="textareaIn" value='{{join_reason}}'>
|
|
|
<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> / 500</view>
|
|
|
</textarea>
|
|
|
</textarea>
|
|
|
</view>
|
|
|
|
|
|
<form class="shengqin" bindsubmit="submit" report-submit='true'>
|
...
|
...
|
|