123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <view class="home">
- <form bindsubmit="formSubmit">
- <!-- <van-field name="username" value="{{ username }}" label="姓名" placeholder="请输入姓名" error-message="{{nameMessage}}" /> -->
- <view class='fwb'>
- <!-- <van-icon name="circle" /> -->
- <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 name="username" disabled value="{{ info.miniName }}" placeholder="请输入姓名" placeholder-style="font-size:25rpx" />
- <!-- <view class="{{nameIsTrue?'error':'noerror'}}">请输入姓名</view> -->
- </view>
- </view>
- <!-- <van-field
- value="{{ password }}"
- label="密码"
- placeholder="请输入密码"
- required
- border="{{ false }}"
- /> -->
- <!-- <van-radio-group value="{{ radio }}" bind:change="onChange">
- <van-radio name="1">单选框 1</van-radio>
- <van-radio name="2">单选框 2</van-radio>
- </van-radio-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='parameter-wrap'>
- <block wx:for="{{parameter}}" wx:key="parameter">
- <view class='parameter-info text-over {{item.checked?"checked_parameter":""}}' data-id='{{item.id}}' bindtap='parameterTap'>{{item.name}}</view>
- </block>
- <view class="{{errorIsTrue?'error':'noerror'}}">请选择性别</view>
- </view> -->
- <radio-group name="{{item.name}}" data-index='{{index}}' data-idx='{{item.Id}}' data-questTypes='{{item.QuestType}}' >
- <label class="checkbox my-choosebox {{ item.checked?'checkboxbox':''}}" checked="{{item.checked}}" wx:for-index="idx" wx:for="{{parameter}}">
- <radio value="{{ item.value }}" />{{item.name}}
- </label>
- </radio-group>
- </view>
- <!-- <van-field name="gongzuoName" value="{{ gongzuoName }}" label="工作单位" placeholder="请输入工作单位" error-message="{{nameMessage}}" />
- <van-field name="gongzuoName" value="{{ gongzuoName }}" label="文化程度" placeholder="请输入文化程度" error-message="{{nameMessage}}" />
- <van-field name="gongzuoName" value="{{ gongzuoName }}" label="毕业学校" placeholder="请输入最后毕业学校" error-message="{{nameMessage}}" />
- <van-field name="gongzuoName" value="{{ gongzuoName }}" label="所学专业" placeholder="请输入所学专业" error-message="{{nameMessage}}" />
- <van-field name="gongzuoName" value="{{ gongzuoName }}" label="现任职务" placeholder="请输入现任职务" error-message="{{nameMessage}}" /> -->
- <!-- <van-cell title="任职时间" value="{{ date }}" bind:click="onDisplay" /> -->
- <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="studentDept" value="{{ studentDept }}" placeholder="请输入工作单位" placeholder-style="font-size:25rpx"/>
- <!-- <view class="{{workIsTrue?'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="culture" value="{{culture }}" placeholder="请输入文化程度" placeholder-style="font-size:25rpx"/>
- <!-- <view class="{{ cultureIsTrue?'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="school" value="{{ school }}" placeholder="请输入毕业学校" placeholder-style="font-size:25rpx"/>
- <!-- <view class="{{graduationIsTrue?'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="major" value="{{ major }}" placeholder="请输入所学专业" placeholder-style="font-size:25rpx"/>
- <!-- <view class="{{majorIsTrue?'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="studentDuty" value="{{ studentDuty }}" placeholder="请输入现任职务" placeholder-style="font-size:25rpx"/>
- <!-- <view class="{{postIsTrue?'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' style="font-size: 26rpx; line-height: 56rpx;" catchtap="share1">
- {{tenure}}
- <view wx:if='{{!tenure}}' style="color:#808080;display: inline-block;height:60rpx;line-height:60rpx;font-size:25rpx" >{{headmasterText}}</view>
- <!-- <view class="{{renzhishijianIsTrue?'error':'noerror'}}">请输入任职时间</view> -->
- </view>
- <van-popup show="{{ postshow }}" position="bottom" custom-style="height: 50%;">
- <van-datetime-picker bind:confirm="onConfirm" bind:cancel='onClose' type="date" value="{{ currentDate }}" bind:input="onInput" min-date="{{ minDate }}" formatter="{{ formatter }}" />
- </van-popup>
- </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="studentPhone" value="{{ studentPhone }}" placeholder="请输入联系电话" placeholder-style="font-size:25rpx"/>
- <!-- <view class="{{phoneIsTrue?'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' style="font-size: 26rpx; line-height: 56rpx;" catchtap="share">
- {{peixunTime}}<view wx:if='{{!peixunTime}}' style="color:#808080;display: inline-block;height:60rpx;line-height:60rpx;font-size:25rpx">{{peixunText}}</view>
- <view class="{{peixunshijianTrue?'error':'noerror'}}">请选择培训时间</view>
- </view>
- <van-popup show="{{ postshow1 }}" position="bottom" custom-style="height: 50%;">
- <van-datetime-picker bind:confirm="onConfirm1" bind:cancel='onClose1' type="date" value="{{ currentDate1 }}" bind:input="onInput1" min-date="{{ minDate }}" formatter="{{ formatter }}" />
- </van-popup>
- </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='time' catchtap="">
- 请选择培训时间
- </view>
- </view> -->
- <!-- <button formType="submit">提交表单</button> -->
- <view style="margin-top: 100rpx;margin-bottom:100rpx">
- <van-button round formType="submit">提交表单</van-button>
- </view>
- </form>
- </view>
|