| | |
| | | <view class="container"> |
| | | <view class="content"> |
| | | <view class="tips"> 仅限学校本课程任课教师申请;请上传有效在职教师工作证将有助于审核。 </view> |
| | | <view class="page-body"> |
| | | <view class="baseInfoBox"> |
| | | <view class="container" style="height:calc(100% + {{keyboardHeight ? (keyboardHeight + 'px'):'100%'}});padding-bottom:calc(180rpx + {{keyboardHeight ? 120 + 'px':0}}) "> |
| | | <scroll-view class="scroll content" scroll-y> |
| | | <view class="tips" wx:if="{{!skeletonLoding}}"> 仅限学校本课程任课教师申请;请上传有效在职教师工作证将有助于审核。 </view> |
| | | <view class="page-body" wx:if="{{!skeletonLoding}}"> |
| | | <view class=" baseInfoBox"> |
| | | <view class="from-item"> |
| | | <view class="label"> 当前状态: </view> |
| | | <view class="label"> <text class="empty"></text>当前状态: </view> |
| | | <view class="stateBox"> |
| | | <text class="wait" wx:if="{{teacherInfo.state == 'WaitAudit'}}">等待审核</text> |
| | | <text class="yes" wx:if="{{teacherInfo.state == 'Normal'}}">已认证</text> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 学校: </view> |
| | | <view class="label"> <text class="icon">*</text>学校: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入学校" borderless value="{{teacherInfo.schoolName}}" disabled="{{!editState}}" bindchange="onSchoolNameInput" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 真实姓名: </view> |
| | | <view class="label"> <text class="icon">*</text>真实姓名: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入真实姓名" borderless value="{{teacherInfo.fullName}}" disabled="{{!editState}}" bindchange="onFullNameInput" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 职称: </view> |
| | | <view class="label"> <text class="empty"></text>职称: </view> |
| | | <view class="item-content state" wx:if="{{editState}}"> |
| | | <t-cell arrow note="{{teachText}}" bind:click="onTeachPicker" /> |
| | | <t-picker visible="{{teachVisible}}" value="{{teacherInfo.positionalTitle}}" title="选择职称" cancelBtn="取消" confirmBtn="确认" bindchange="onPickerChange" bindcancel="onPickerCancel"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 任教课程: </view> |
| | | <view class="label"> <text class="icon">*</text>任教课程: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入任教课程" borderless value="{{teacherInfo.courseName}}" bindchange="onCourseNameInput" disabled="{{!editState}}" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 手机号: </view> |
| | | <view class="label"> <text class="icon">*</text>手机号: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="输入手机号码" borderless value="{{teacherInfo.phone}}" type="number" tips="{{phoneError ? '手机号输入不正确' : ''}}" bindchange="onPhoneInput" disabled="{{!editState}}" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 座机: </view> |
| | | <view class="from-item form-input-6"> |
| | | <view class="label"> <text class="empty"></text>座机: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="输入座机号" borderless value="{{teacherInfo.telphone}}" tips="{{telphoneError ? '座机号输入不正确' : ''}}" bindchange="onTelphoneInput" disabled="{{!editState}}" /> |
| | | <t-input placeholder="输入座机号" borderless value="{{teacherInfo.telphone}}" tips="{{telphoneError ? '座机号输入不正确' : ''}}" bindchange="onTelphoneInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-7" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 邮箱: </view> |
| | | <view class="from-item form-input-7"> |
| | | <view class="label"> <text class="icon">*</text>邮箱: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="输入邮箱" borderless value="{{teacherInfo.email}}" tips="{{emailError ? '邮箱输入不正确' : ''}}" bindchange="onEmailInput" disabled="{{!editState}}" /> |
| | | <t-input placeholder="输入邮箱" borderless value="{{teacherInfo.email}}" tips="{{emailError ? '邮箱输入不正确' : ''}}" bindchange="onEmailInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-7" /> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | | <view class="label"> 详细地址: </view> |
| | | <view class="from-item form-input-8"> |
| | | <view class="label"> <text class="empty"></text>详细地址: </view> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入详细地址" borderless value="{{teacherInfo.detailedAddress}}" bindchange="onAddressInput" disabled="{{!editState}}" /> |
| | | <t-input placeholder="请输入详细地址" borderless value="{{teacherInfo.detailedAddress}}" bindchange="onAddressInput" disabled="{{!editState}}" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" data-class="form-input-8" /> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="fileInfoBox"> |
| | | <view class="from-item"> |
| | | <view class="label"> 在职教师工作证: </view> |
| | | <view class="label"> <text class="icon">*</text>在职教师工作证: </view> |
| | | <view class="imageBox"> |
| | | <view class="weui-uploader"> |
| | | <view class='pics' wx:for="{{imgPics}}" wx:for-item="item" wx:key="*this"> |
| | | <image class='weui-uploader__img' src="{{item.url}}" data-index="{{index}}" mode="aspectFill" bindtap="previewImg"> |
| | | <icon type='cancel' class="delete-btn" data-index="{{index}}" catchtap="deleteImg"></icon> |
| | | <icon type='cancel' class="delete-btn" data-index="{{index}}" catchtap="deleteImg" wx:if="{{editState}}"></icon> |
| | | </image> |
| | | </view> |
| | | <view class="tp_cont {{tj_ycang?'':'hide'}}" bindtap="chooseImg" wx:if="{{editState}}"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="fileTip"> |
| | | 教务处盖章文件、校工卡皆可 |
| | | 教务处盖章文件、校工卡皆可(不超过5个文件) |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <button class="submit" bindtap="submit">提交</button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | <view class="popupBox"> |
| | | <t-popup visible="{{protocolShow}}" bind:visible-change="onVisibleChange" placement="center"> |
| | | <view class="block"> |
| | |
| | | </t-popup> |
| | | <t-popup visible="{{reasonTxtShow}}" bind:visible-change="onVisibleChange" placement="center"> |
| | | <view class="reasonBlock"> |
| | | <view class="blick-header"> |
| | | 驳回原因 |
| | | </view> |
| | | <view class="reasonBox"> |
| | | {{reasonTxt}} |
| | | </view> |
| | |
| | | </view> |
| | | </t-popup> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <import src="index.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{skeletonLoding}}" /> |