|
|
|
@ -1,27 +1,18 @@ |
|
|
|
<navigationBar title="进校报备"></navigationBar> |
|
|
|
<navigationBar title="进校报备"></navigationBar> |
|
|
|
<view class="card-container"> |
|
|
|
<view class="card-container"> |
|
|
|
<view class="card-col-1"> |
|
|
|
<view class="card-col-1"> |
|
|
|
<yinput onlyRead padding="16rpx" label="工号:" bindValue="teacherID" defaultValue="{{teacherID}}"></yinput> |
|
|
|
<yinput onlyRead padding="16rpx" label="工号:" bindValue="teacherID" value="{{teacherID}}" wx:if=""></yinput> |
|
|
|
<yinput onlyRead padding="16rpx" label="姓名:" bindValue="name" defaultValue="{{name}}"></yinput> |
|
|
|
<yinput onlyRead padding="0" label="姓名:" bindValue="name" value="{{'殷梁禹加'}}"></yinput> |
|
|
|
|
|
|
|
<yinput onlyRead padding="0" label="报备类型:" bindValue="name" value="进校报备"></yinput> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<yinput onlyRead padding="16rpx" label="联系方式:" bindValue="mobile" defaultValue="{{mobile}}"></yinput> |
|
|
|
<yinput onlyRead padding="16rpx" label="联系方式:" bindValue="mobile" value="{{mobile}}" wx:if="" ></yinput> |
|
|
|
<yinput onlyRead padding="16rpx" label="学院: " bindValue="dept" defaultValue="{{dept.department}}"></yinput> |
|
|
|
<yinput onlyRead padding="16rpx" label="学院: " bindValue="dept" value="{{dept.department}}" wx:if=""></yinput> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<form bindsubmit="onSubmit" rules="{{rules}}"> |
|
|
|
<form bindsubmit="onSubmit" rules="{{rules}}"> |
|
|
|
|
|
|
|
|
|
|
|
<view class="weui-cells__title">进出校报备信息填写</view> |
|
|
|
<view class="weui-cells__title" wx:if="">进出校报备信息填写</view> |
|
|
|
<view class="weui-cells weui-cells_form"> |
|
|
|
<view class="weui-cells weui-cells_form"> |
|
|
|
<view class="weui-cell weui-cell_active"> |
|
|
|
|
|
|
|
<view class="weui-cell__hd"> |
|
|
|
|
|
|
|
<label class="weui-label" style="width: 5em;">报备类型</label> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="weui-cell__bd"> |
|
|
|
|
|
|
|
<picker aria-role="combobox" bindchange="ioTypeChange" range="{{ioTypesArray}}"> |
|
|
|
|
|
|
|
<view class="weui-select" style="height:24px;line-height: 24px;">{{ioType}}</view> |
|
|
|
|
|
|
|
</picker> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="weui-cell weui-cell_active"> |
|
|
|
<view class="weui-cell weui-cell_active"> |
|
|
|
<view class="weui-cell__hd"> |
|
|
|
<view class="weui-cell__hd"> |
|
|
|
<view class="weui-label" id="js_date" aria-hidden="true">申请日期</view> |
|
|
|
<view class="weui-label" id="js_date" aria-hidden="true">申请日期</view> |
|
|
|
|