myactivity_report.wxml 1.8 KB
<!--微信号  -->
<view class='apply_item'>
    <view>姓名</view>
    <view class='apply_item_input'>
        <input placeholder='请输入姓名' placeholder-class='input_p' bindinput='setwechat' value='{{wechat}}'
            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>
    </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>
    </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>
    </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> / 500</view>
  </textarea>
</view>

<form class="shengqin" bindsubmit="submit" report-submit='true'>
    <button form-type="submit">提交</button>
</form>