@extends('layouts.main') @section('pageTitle', '悠遊卡結帳紀錄-明細') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'eccCheckoutDetail.index') !!}
結帳批號
結帳結果
結帳日期(起)
結帳日期(迄)
設備名稱(編號) 結帳時間 結帳批號 ECC SAM ID 購貨筆數 購貨總額 結帳結果 結帳明細
@can('eccCheckoutDetail.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection