From 9c51f711cddb135e8c484a6e4b24ed5fdd62b1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱> Date: Mon, 1 Sep 2025 12:12:02 +0900 Subject: [PATCH] =?UTF-8?q?main=5F=E3=81=A8=E5=90=88=E3=82=8F=E3=81=9B?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E5=86=8D=E3=82=B3=E3=83=9F?= =?UTF-8?q?=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/opes/_form.blade.php | 458 +++++++++++++++++++++ resources/views/admin/opes/add.blade.php | 43 ++ resources/views/admin/opes/edit.blade.php | 48 +++ resources/views/admin/opes/info.blade.php | 48 +++ resources/views/admin/opes/list.blade.php | 176 ++++++++ 5 files changed, 773 insertions(+) create mode 100644 resources/views/admin/opes/_form.blade.php create mode 100644 resources/views/admin/opes/add.blade.php create mode 100644 resources/views/admin/opes/edit.blade.php create mode 100644 resources/views/admin/opes/info.blade.php create mode 100644 resources/views/admin/opes/list.blade.php diff --git a/resources/views/admin/opes/_form.blade.php b/resources/views/admin/opes/_form.blade.php new file mode 100644 index 0000000..e706760 --- /dev/null +++ b/resources/views/admin/opes/_form.blade.php @@ -0,0 +1,458 @@ +@if(Session::has('success')) + +@elseif(Session::has('error')) +
+ +

{{__('誤差')}}:

+ {!! Session::get('error') !!} +
+@elseif(isset($errorMsg)) +
+ +

{{__('誤差')}}:

+ {!! $errorMsg !!} +
+@endif + +
+ @if($isInfo) + {{__('登録')}} + {{__('編集')}} + @else + + @endif +
+ +
+
+ @if($isInfo || $isEdit) + +
+ +
+
+
+ +
+
+ @endif + + +
+ +
+
+
+ +
+
+ + + @if(!$isInfo) +
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+ @endif + + +
+ +
+
+
+ + +
+
+ + + +
+ +
+
+
+ +
+
+ + + +
+ +
+
+
+ +
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ +
+
+
+ +
+
+ + +
+ + @if($isInfo) + {{__('登録')}} + {{__('編集')}} + @else + + @endIf +
+ diff --git a/resources/views/admin/opes/add.blade.php b/resources/views/admin/opes/add.blade.php new file mode 100644 index 0000000..5042ad2 --- /dev/null +++ b/resources/views/admin/opes/add.blade.php @@ -0,0 +1,43 @@ +@extends('layouts.app') +@section('title', '[東京都|〇〇駐輪場] オペレータマスタ') + +@section('content') + +
+
+
+
+

新規

+
+
+ +
+
+
+
+ + + +
+
+ +
+
+
+
+ @csrf + @include('admin.opes._form', ['isEdit' => 0, 'isInfo' => 0]) +
+
+
+
+ +
+
+ +@endsection diff --git a/resources/views/admin/opes/edit.blade.php b/resources/views/admin/opes/edit.blade.php new file mode 100644 index 0000000..3b84165 --- /dev/null +++ b/resources/views/admin/opes/edit.blade.php @@ -0,0 +1,48 @@ +@extends('layouts.app') +@section('title', '[東京都|〇〇駐輪場] オペレータマスタ') + +@section('content') + +
+
+
+
+

編集

+
+
+ +
+
+
+
+ + + +
+
+ +
+
+
+
+ @csrf + @include('admin.opes._form', ['isEdit' => 1, 'isInfo' => 0]) +
+
+
+
+ + +
+
+ +@endsection diff --git a/resources/views/admin/opes/info.blade.php b/resources/views/admin/opes/info.blade.php new file mode 100644 index 0000000..df6ef99 --- /dev/null +++ b/resources/views/admin/opes/info.blade.php @@ -0,0 +1,48 @@ +@extends('layouts.app') +@section('title', '[東京都|〇〇駐輪場] オペレータマスタ') + +@section('content') + +
+
+
+
+

[東京都|〇〇駐輪場] オペレータマスタ

+
+
+ +
+
+
+
+ + + +
+
+ +
+
+
+
+ @csrf + @include('admin.opes._form', ['isEdit' => 0, 'isInfo' => 1]) +
+
+
+
+ + +
+
+ +@endsection diff --git a/resources/views/admin/opes/list.blade.php b/resources/views/admin/opes/list.blade.php new file mode 100644 index 0000000..e9f912e --- /dev/null +++ b/resources/views/admin/opes/list.blade.php @@ -0,0 +1,176 @@ +@extends('layouts.app') +@section('title', '[東京都|〇〇駐輪場] オペレータマスタ') + +@section('content') +
+
+
+
+

オペレータマスタ

+
+
+ +
+
+
+
+ +
+
+ {{-- 並び替え用 hidden --}} +
+ @csrf + + +
+ + +
+ + + + +
+ {{ $list->appends(['sort' => $sort, 'sort_type' => $sort_type])->links('pagination') }} +
+
+ + +
+ @if(Session::has('success')) + + @elseif(Session::has('error')) +
+ +

エラー:

+ {!! Session::get('error') !!} +
+ @elseif(isset($errorMsg)) +
+ +

エラー:

+ {!! $errorMsg !!} +
+ @endif +
+ + +
+
+
+ @csrf + + + + + + + + + + + + + + + + + + + + + @foreach($list as $item) + + + + + + + + + + + + + + + + + @endforeach + +
+ + オペレータIDオペレータ名パスワードオペレータ種別メールアドレス電話番号キュー1~13アラート送信管理者権限エリアマネージャーエリアオペレーターオペレーター権限退職フラグ退職日
+
+ + 編集 +
+
{{ $item->ope_id }}{{ $item->ope_name }}{{ $item->ope_pass }}{{ \App\Models\Ope::OPE_TYPE[$item->ope_type] }}{{ $item->ope_mail }}{{ $item->ope_phone }} + {{ $item->ope_sendalart_que1 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que2 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que3 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que4 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que5 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que6 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que7 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que8 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que9 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que10 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que11 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que12 ? 'はい' : 'いいえ' }} / + {{ $item->ope_sendalart_que13 ? 'はい' : 'いいえ' }} + {{ $item->ope_auth1 }}{{ $item->ope_auth2 }}{{ $item->ope_auth3 }}{{ $item->ope_auth4 }}{{ $item->ope_quit_flag ? '退職' : '在籍中' }}{{ $item->ope_quitday }}
+
+
+
+ +
+
+ +
+ +@push('scripts') + +@endpush +@endsection