161 lines
8.7 KiB
HTML
161 lines
8.7 KiB
HTML
<div>
|
|
<div class="row">
|
|
<div class="col-md-1 padding-r-0">
|
|
<vc:create path="community/selectAdminCommunity"></vc:create>
|
|
</div>
|
|
<div class="col-md-11">
|
|
|
|
<div class="ibox ">
|
|
<div class="ibox-title">
|
|
<h5>
|
|
<vc:i18n name="查询条件"></vc:i18n>
|
|
</h5>
|
|
<div class="ibox-tools" style="top:10px;">
|
|
</div>
|
|
</div>
|
|
<div class="ibox-content">
|
|
<div class="row">
|
|
<div class="col-sm-2">
|
|
<div class="form-group">
|
|
<select class="form-control form-control inline"
|
|
v-model="adminInoutInfo.conditions.machineId">
|
|
<option selected value="">请选择门禁</option>
|
|
<option :value="item.machineId"
|
|
v-for="(item,index) in adminInoutInfo.accessControls">
|
|
{{item.machineName}}</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-2">
|
|
<div class="form-group">
|
|
<input type="text" :placeholder="vc.i18n('请填写用户名称','adminInout')"
|
|
v-model="adminInoutInfo.conditions.name" class=" form-control">
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-2">
|
|
<div class="form-group">
|
|
<input type="text" :placeholder="vc.i18n('请填写手机号','adminInout')"
|
|
v-model="adminInoutInfo.conditions.tel" class=" form-control">
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-2">
|
|
<div class="form-group">
|
|
<select class="form-control form-control inline"
|
|
v-model="adminInoutInfo.conditions.state">
|
|
<option selected value="">请选择开门状态</option>
|
|
<option value="C">开门成功</option>
|
|
<option value="F">开门失败</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-1">
|
|
<button type="button" class="btn btn-primary btn-sm"
|
|
v-on:click="_queryAdminInoutMethod()">
|
|
<vc:i18n name="查询"></vc:i18n>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-sm-2">
|
|
<div class="form-group">
|
|
<input type="text" :placeholder="vc.i18n('请输入开始时间','adminInout')"
|
|
v-model="adminInoutInfo.conditions.queryStartTime"
|
|
class=" form-control queryStartTime">
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-2">
|
|
<div class="form-group">
|
|
<input type="text" :placeholder="vc.i18n('请输入结束时间','adminInout')"
|
|
v-model="adminInoutInfo.conditions.queryEndTime"
|
|
class=" form-control queryEndTime">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ibox">
|
|
<div class="ibox-title">
|
|
<h5>
|
|
<vc:i18n name="进出记录" namespace="adminInout"></vc:i18n>
|
|
</h5>
|
|
<div class="ibox-tools" style="top:10px;">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ibox-content">
|
|
|
|
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
|
|
<thead>
|
|
<tr>
|
|
<th class="text-center">
|
|
<vc:i18n name='人脸' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='小区名称' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='编号' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='设备名称' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='设备编码' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='用户名称' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='开门方式' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='手机号' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='用户身份证' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
|
|
<th class="text-center">
|
|
<vc:i18n name='相似度' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='开门状态' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name='开门时间' namespace='adminInout'></vc:i18n>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr v-for="adminInout in adminInoutInfo.adminInouts">
|
|
<td class="text-center" style="white-space: nowrap;">
|
|
<img style="width: 60px; height: 60px;" class="border-radius"
|
|
v-if="adminInout.facePath" v-bind:src="adminInout.facePath"
|
|
v-on:click="_viewOwnerFace(adminInout.facePath)" />
|
|
<img style="width: 60px; height: 60px;" class="border-radius" v-else
|
|
src="/img/noPhoto.jpg" />
|
|
</td>
|
|
<td class="text-center">{{adminInout.communityName}}</td>
|
|
<td class="text-center">{{adminInout.inoutId}}</td>
|
|
<td class="text-center">{{adminInout.machineName}}</td>
|
|
<td class="text-center">{{adminInout.machineCode}}</td>
|
|
<td class="text-center">{{adminInout.name}}</td>
|
|
<td class="text-center">{{adminInout.openTypeCd == '1000'?'人脸':'其他'}}
|
|
</td>
|
|
<td class="text-center">{{adminInout.tel || '-'}}</td>
|
|
<td class="text-center">{{adminInout.idCard || '-'}}</td>
|
|
<td class="text-center">{{adminInout.similar}}</td>
|
|
<td class="text-center">{{adminInout.state == 'C'?'开门成功':'开门失败'}}</td>
|
|
<td class="text-center">{{adminInout.createTime}}</td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!-- 分页 -->
|
|
<vc:create path="frame/pagination"></vc:create>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |