@extends('layouts.main') @section('pageTitle', '分時/延時紀錄查詢-分時') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'timeSharing.index') !!}
開始日期
結束日期
日期 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00
@can('timeSharing.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料
※ 查詢結果顯示說明: 2 / 5,其中 2 為未出場月租車數量,5 為未出場臨停車數量
※ 資料查詢限近2個月,請自行下載儲存 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection