|
@@ -1,114 +1,114 @@
|
|
|
<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="请输入姓名" placeholder-style="font-size:25rpx" />
|
|
|
- <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view>
|
|
|
- </view>
|
|
|
+ <view class='fwb'>
|
|
|
+ <view class="red-image">
|
|
|
+ <image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
</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;height:60rpx;line-height;60rpx" >{{classText}}</text>
|
|
|
- </view>
|
|
|
- </picker>
|
|
|
- <!-- <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
+ <view class="xingbie">姓名</view>
|
|
|
+ <view class='weui-input'>
|
|
|
+ <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" placeholder-style="font-size:25rpx" />
|
|
|
+ <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;height:60rpx;line-height:60rpx" >{{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'>
|
|
|
+ <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;height:60rpx;line-height:60rpx" >{{headmasterText}}</text>
|
|
|
+ </view>
|
|
|
+ </picker>
|
|
|
+ <!-- <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
+ <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</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 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 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='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;height:60rpx;line-height:60rpx" >{{oldPostText}}</text>
|
|
|
+ </view>
|
|
|
+ </picker>
|
|
|
+ <!-- <input class="" name="username" value="{{ username }}" placeholder="请输入姓名" />
|
|
|
<view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view> -->
|
|
|
- </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'>
|
|
|
+
|
|
|
+ <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>
|
|
|
+ <textarea placeholder="请输入" maxlength='500' />
|
|
|
|
|
|
- <view class='fwt'>
|
|
|
+ <view class='fwt'>
|
|
|
<view class="red-image">
|
|
|
<image src="/images/quan.png" style="width:20rpx;height:20rpx"> </image>
|
|
|
</view>
|
|
@@ -234,7 +234,7 @@
|
|
|
<!-- </van-cell-group> -->
|
|
|
|
|
|
<!-- <button formType="submit">提交表单</button> -->
|
|
|
- <view style=" margin-top: 100rpx;">
|
|
|
+ <view style=" margin-top: 100rpx;margin-bottom: 100rpx;">
|
|
|
<van-button round formType="submit">提交表单</van-button>
|
|
|
</view>
|
|
|
|