@extends('layouts.main') @section('pageTitle', '進出車輛紀錄') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'systemRecords.index') !!}
設備編號
訊息代號
車號
卡別
車種
收費方式
排序方式
優惠類別
開始日期
結束日期
優惠代碼列表
設備編號 訊息代號 車種 車號 進場時間 出場時間 繳費時間 收費金額 收費方式 發票 優惠 繳費卡號 備註
@can('systemRecords.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @include('include.fancybox') @endsection