@extends('layouts.main') @section('pageTitle', 'QR Code 發票優惠查詢') @section('content')
商店編號
商店統編/門市代號
商店名稱
停車優惠類型
折抵發票號碼
折抵車號
開始日期
@inject('monthlyListRepository', 'App\Repositories\MonthlyListRepository')
結束日期
@switch($discountType) @case(0) @break @case(1) @break @case(2) @break @endswitch
商店統編/門市代號 商店名稱 折抵發票號碼 折抵車號 優惠類型優惠可折(分) 實際折抵時數(分)優惠可折(元) 實際折抵金額(元)優惠可折(折) 實際折抵折數(折)停車時數(分) 使用時間 進場時間 出場時間 原價
@can('qrcodeInvoicePreferentialSearch.export') 匯出
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection