@extends('layouts.main') @section('pageTitle', 'QR code 特約管理 - 發票優惠規則') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'invoiceRule.index') !!}
商店編號
商店統編/門市代號
商店名稱
車種
@if(auth()->user()->can('invoiceRule.destroyBatch')) @endif @switch($discountType) @case(0) @break @case(1) @break @case(2) @break @endswitch @switch($discountType) @case(0) @break @case(1) @break @case(2) @break @endswitch @if(auth()->user()->can('invoiceRule.edit')) @endif @if(auth()->user()->can('invoiceRule.destroy')) @endif
商店編號 商店統編/門市代號 商店名稱 車種 平日發票金額平日折抵時間(分)平日折抵金額(元)平日折抵折數(折)假日發票金額假日折抵時間(分)假日折抵金額(元)假日折抵折數(折)折抵效期修改刪除
@can('invoiceRule.create') 新增優惠規則 @endcan @can('invoiceRule.import') 匯入 @endcan @can('invoiceRule.destroyBatch') 批次刪除 @endcan
@endsection @section('js') @endsection