163 lines
9.9 KiB
HTML
163 lines
9.9 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="查询条件" namespace="adminCarInout"></vc:i18n>
|
|
</h5>
|
|
<div class="ibox-tools" style="top:10px;">
|
|
</div>
|
|
</div>
|
|
<div class="ibox-content">
|
|
<div class="row">
|
|
<div class="col-lg-2 padding-right-xs padding-left-xl">
|
|
<input v-model="adminCarInoutInfo.carNum" type="text"
|
|
:placeholder="vc.i18n('必填,请填写车牌号','adminCarInout')" class="form-control">
|
|
</div>
|
|
<div class="col-lg-2 padding-right-xs padding-left-xl">
|
|
<select class="custom-select" v-model="adminCarInoutInfo.state">
|
|
<option value="">{{vc.i18n('请选择车辆状态','adminCarInout')}}</option>
|
|
<option value="100300">{{vc.i18n('进场状态','adminCarInout')}}</option>
|
|
<option value="100400">{{vc.i18n('支付完成','adminCarInout')}}</option>
|
|
<option value="100500">{{vc.i18n('离场状态','adminCarInout')}}</option>
|
|
<option value="100600">{{vc.i18n('支付超时重新支付','adminCarInout')}}</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-lg-2 padding-right-xs padding-left-xl">
|
|
<select class="custom-select" v-model="adminCarInoutInfo.carType">
|
|
<option value="">{{vc.i18n('请选择车牌类型','adminCarInout')}}</option>
|
|
<option value="T">{{vc.i18n('临时车','adminCarInout')}}</option>
|
|
<option value="S">{{vc.i18n('出售车辆','adminCarInout')}}</option>
|
|
<option value="H">{{vc.i18n('月租车','adminCarInout')}}</option>
|
|
<option value="W">{{vc.i18n('白名单','adminCarInout')}}</option>
|
|
<option value="B">{{vc.i18n('黑名单','adminCarInout')}}</option>
|
|
<option value="I">{{vc.i18n('内部车','adminCarInout')}}</option>
|
|
<option value="NM">{{vc.i18n('免费车','adminCarInout')}}</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-lg-2 padding-right-xs padding-left-xl">
|
|
<input v-model="adminCarInoutInfo.startTime" type="text"
|
|
:placeholder="vc.i18n('请填写开始时间','adminCarInout')"
|
|
class="form-control carInoutsStartTime">
|
|
</div>
|
|
<div class="col-lg-2 padding-right-xs padding-left-xl">
|
|
<input v-model="adminCarInoutInfo.endTime" type="text"
|
|
:placeholder="vc.i18n('请填写结束时间','adminCarInout')"
|
|
class="form-control carInoutsEndTime">
|
|
</div>
|
|
<div class="col-lg-2 padding-right-xs padding-right-xl text-right">
|
|
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
|
v-on:click="_queryAdminCarInoutMethod()">
|
|
<i class="fa fa-search"></i><vc:i18n name="查询" namespace="adminCarInout"></vc:i18n>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ibox">
|
|
<div class="ibox-title">
|
|
<h5>
|
|
<vc:i18n name="进出记录" namespace="adminCarInout"></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="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="小区名称" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="进出场编号" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="车辆状态" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="车牌号" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="停车场" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="计费规则" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="车牌类型" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="进场时间" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="出场时间" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="停车时间" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="收费金额" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="说明" namespace="adminCarInout"></vc:i18n>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr v-for="carIn in adminCarInoutInfo.carIns">
|
|
<td class="text-center" style="white-space: nowrap;">
|
|
<img style="width: 60px; height: 60px;" class="border-radius" v-if="carIn.photoJpg"
|
|
v-bind:src="carIn.photoJpg" v-on:click="_carInoutOpenFile(carIn.photoJpg)"/>
|
|
<img style="width: 60px; height: 60px;" class="border-radius" v-else src="/img/noPhoto.jpg"/>
|
|
</td>
|
|
<td class="text-center">{{carIn.ciId}}</td>
|
|
<td class="text-center">{{carIn.communityName}}</td>
|
|
<td class="text-center">
|
|
<div>{{carIn.carInout == '3306'?'进场':'出场'}}({{carIn.stateName}})</div>
|
|
<div>{{carIn.machineName}}</div>
|
|
</td>
|
|
<td class="text-center">{{carIn.carNum}}
|
|
</td>
|
|
<td class="text-center">{{carIn.paNum}}</td>
|
|
<td class="text-center" >{{carIn.feeName}}
|
|
<span class="fa fa-info-circle"></span>
|
|
</td>
|
|
<td class="text-center">{{carIn.carTypeName}}</td>
|
|
<td class="text-center">{{carIn.inTime}}</td>
|
|
<td class="text-center" v-if="carIn.carInout != '3307'">-</td>
|
|
<td class="text-center" v-else>{{carIn.openTime}}</td>
|
|
<td class="text-center">{{carIn.hours}}
|
|
<span><vc:i18n name="小时" namespace="adminCarInout"></vc:i18n></span>{{carIn.min}}
|
|
<span><vc:i18n name="分" namespace="adminCarInout"></vc:i18n></span>
|
|
</td>
|
|
<td class="text-center" v-if="carIn.carType == '1001'">-</td>
|
|
<!-- <td class="text-center" v-else-if="carIn.carInout != '3307">{{carIn.payCharge}}</td> -->
|
|
<!-- <td class="text-center" v-else>{{carIn.realCharge}}</td> -->
|
|
<td class="text-center" v-else>{{carIn.payCharge}}
|
|
<span v-if="carIn.inState == '100300' || carIn.inState == '100400' || carIn.inState == '100600'">
|
|
(<a href="javascript:void(0)" @click="_carInoutTempCarPayFee(carIn)"><vc:i18n name="出场" namespace="adminCarInout"></vc:i18n></a>)
|
|
</span>
|
|
</td>
|
|
<td class="text-center">{{carIn.remark}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!-- 分页 -->
|
|
<vc:create path="frame/paginationPlus" namespace="adminCarInout"></vc:create>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |