You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.2 KiB
48 lines
2.2 KiB
<navigationBar onlyStations title="教师进出校管理系统">
|
|
</navigationBar>
|
|
|
|
<view class="index-container">
|
|
<view class="banner" style="background-image: url(../../asset/1111.gif); background-repeat: no-repeat; background-position: center;">
|
|
<view class="card-container" >
|
|
<view class="card-col-1">
|
|
<yinput onlyRead padding="0" label="工号:" bindValue="teacherID" value="{{user.TeacherID}}"></yinput>
|
|
</view>
|
|
<view class="card-col-1">
|
|
<yinput onlyRead padding="0" label="姓名:" bindValue="name" value="{{user.Name}}"></yinput>
|
|
</view>
|
|
<view class="card-col-1">
|
|
<yinput onlyRead padding="0" label="部门:" bindValue="name" value="{{user.Department}}"></yinput>
|
|
</view>
|
|
<view class="card-col-1">
|
|
<yinput onlyRead padding="0" label="手机:" bindValue="name" value="{{user.TravelCodeMobile}}"></yinput>
|
|
</view>
|
|
|
|
<view class="card-col-1">
|
|
<yinput onlyRead padding="0" label="健康码:" bindValue="name" value="{{user.HealthCodeNegativeTime}}"></yinput>
|
|
</view>
|
|
<view class="card-col-1">
|
|
<yinput onlyRead padding="0" label="行程卡:" bindValue="name" value="{{user.TravelCardRefreshTime}}"></yinput>
|
|
</view>
|
|
<view class="card-col-1">
|
|
<yinput onlyRead padding="0" label="当前位置:" bindValue="name" value="{{user.InSchoolStatus}}"></yinput>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="btn-list">
|
|
<view class="btn-item" aria-role="button" bindtap="uploadHealthCard">
|
|
<image src="/asset/icons/health.png"/>
|
|
<text>上传健康码(剩余{{user.HealthCodeUploadTimesRemainInToday}}次)</text>
|
|
</view>
|
|
<view class="divLine"></view>
|
|
<view class="btn-item" aria-role="button" bindtap="uploadTravelCard">
|
|
<image src="/asset/icons/trip.png"/>
|
|
<text>上传行程卡(剩余{{user.TravelCardUploadTimesRemainInToday}}次)</text>
|
|
</view>
|
|
<view class="divLine"></view>
|
|
<view class="btn-item" >
|
|
<image src="/asset/icons/qrcode.png"/>
|
|
<text bindtap="onScanValid" style="padding-left: 100rpx;">扫描场所码</text>
|
|
</view>
|
|
<view class="divLine"></view>
|
|
</view>
|
|
</view> |