forked from mfay/IOReportMgt
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.
17 lines
1.0 KiB
17 lines
1.0 KiB
|
4 years ago
|
<navigationBar title="进出校核验"></navigationBar>
|
||
|
|
<view class="report-info-container">
|
||
|
|
<view class="card-col-1">
|
||
|
|
<yinput onlyRead padding="6px" label="工号:" defaultValue="{{id}}" />
|
||
|
|
<yinput onlyRead padding="6px" label="姓名:" defaultValue="{{name}}" />
|
||
|
|
</view>
|
||
|
|
<yinput onlyRead padding="6px" label="手机号:" defaultValue="{{phone}}" />
|
||
|
|
<yinput onlyRead padding="6px" label="类型:" defaultValue="{{reportType}}" />
|
||
|
|
<yinput onlyRead padding="6px" label="状态:" defaultValue="{{reportStatus}}" />
|
||
|
|
<yinput onlyRead padding="6px" label="校内居住地:" defaultValue="{{phone}}" />
|
||
|
|
<yinput onlyRead padding="6px" label="校外居住地:" defaultValue="{{outerLocation}}" />
|
||
|
|
<yinput onlyRead padding="6px" label="事由:" defaultValue="{{reason}}" />
|
||
|
|
</view>
|
||
|
|
<view class="submit-button">
|
||
|
|
<ybutton bindtap="onPass" class="button-item" lineHeight="50px" title="通过" bgColor="var(--color-primary)" />
|
||
|
|
<ybutton bindtap="onDeny" class="button-item" lineHeight="50px" title="拒绝" bgColor="#BB4338" />
|
||
|
|
</view>
|