|
@@ -0,0 +1,243 @@
|
|
|
|
+<view class="home">
|
|
|
|
+ <form bindsubmit="formSubmit">
|
|
|
|
+ <!-- <van-cell-group> -->
|
|
|
|
+ <view class='fwb'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="xingbie">姓名</view>
|
|
|
|
+ <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class='fwb'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="xingbie">培训班次</view>
|
|
|
|
+ <view class='weui-input'>
|
|
|
|
+ <picker bindchange="classChange" name="ensure_id" value="{{classList[classIndex].id}}" range-key="{{'name'}}" range="{{classList}}">
|
|
|
|
+ <view class="picker">
|
|
|
|
+ {{classList[classIndex].name}} <text style="color:#808080;display: inline-block;" >{{classText}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ </picker>
|
|
|
|
+ <!-- <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view> -->
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class='fwb'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="xingbie">班主任</view>
|
|
|
|
+ <view class='weui-input'>
|
|
|
|
+ <picker bindchange="headmasterChange" name="headmaster_id" value="{{headmasterList[classIndex].id}}" range-key="{{'name'}}" range="{{headmasterList}}">
|
|
|
|
+ <view class="picker">
|
|
|
|
+ {{headmasterList[headmasterIndex].name}} <text style="color:#808080;display: inline-block;" >{{headmasterText}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ </picker>
|
|
|
|
+ <!-- <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view> -->
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class='fwb'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="xingbie">工作单位</view>
|
|
|
|
+ <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入工作单位" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入工作单位</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class='fwb'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="xingbie">现职务</view>
|
|
|
|
+ <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入现职务" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入现职务</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class='fwb'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="xingbie">现任职务</view>
|
|
|
|
+ <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入现任职务" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入现任职务</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class='fwb'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="xingbie">原职务</view>
|
|
|
|
+ <view class='weui-input'>
|
|
|
|
+ <picker bindchange="oldPostChange" name="oldPost_id" value="{{oldPostList[oldPostIndex].id}}" range-key="{{'name'}}" range="{{oldPostList}}">
|
|
|
|
+ <view class="picker">
|
|
|
|
+ {{oldPostList[oldPostIndex].name}} <text style="color:#808080;display: inline-block;" >{{oldPostText}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ </picker>
|
|
|
|
+ <!-- <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view> -->
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您参加培训后工作职职务有变动吗?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您是否将学到的一些工作方法运用到工作中?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">培训的课程是否帮助您解决了工作中出现的问题? (如果有请举例是哪类问题)</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">结合您现有的工作,您觉得哪类课程对于您实际工作有 所帮助?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您觉得我们在课程设置上有哪些需要改进的?(调整或者增加哪个方面的专项培训)?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您觉得培训周期多长时间为最佳?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">主题党日活动您有什么建议?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您对学院的服务有哪些建议和看法?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您对学院的管理有哪些建议和看法?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您本年度取得了什么成绩或荣誉方便跟我们分享一下吗?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <view class='fwt'>
|
|
|
|
+ <view class="red-image">
|
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" xingbie moreTitle">您希望我们对您提供哪些帮助(如:跟踪辅导、转达诉 求、提出一些工作的建议、体制改革、社区打造等)?</view>
|
|
|
|
+ <!-- <view class='weui-input'>
|
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ </view>
|
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
+
|
|
|
|
+ <!-- </van-cell-group> -->
|
|
|
|
+
|
|
|
|
+ <!-- <button formType="submit">提交表单</button> -->
|
|
|
|
+ <view style=" margin-top: 100rpx;">
|
|
|
|
+ <van-button round formType="submit">提交表单</van-button>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </form>
|
|
|
|
+</view>
|