This commit is contained in:
afiq
2021-02-13 15:14:48 +08:00
parent 70b7bde6c0
commit bb56ac1bbc
11 changed files with 133 additions and 130 deletions
+2 -2
View File
@@ -94,7 +94,7 @@
console.log(data);
Swal.fire({
icon: 'success',
title: 'Anda Berjaya Mengesahkan Pengesahan'
title: 'Pengesahan Berjaya'
}).then(function(){
location.reload();
@@ -123,7 +123,7 @@
Swal.fire({
icon: 'success',
title: 'Anda Berjaya Mengesahkan Pengesahan'
title: 'Pengesahan Berjaya'
}).then(function(){
location.reload();
});
@@ -14,19 +14,12 @@
<form id="form-pendahuluan" action="{{ route('khazanah.KemaskiniSerahan') }}" method="post">
@csrf
<div class="row">
<div class="row mb-2">
<div class="col-2">Tarikh</div>
<div class="col-3"> <input type="text" class="form-control" id="tarikh" name="tarikh" value="{{ $currdate=date('Y-m-d')}}" /></div>
<div class="col-4"></div> <div class="col-4"></div>
</div>
<br>
<div class="row">
<div class="col-3"><input type="text" class="form-control" id="tarikh" readonly name="tarikh" value="{{ $currdate=date('Y-m-d')}}" /></div>
<div class="col-2">Teller ID </div>
<div class="col-3"><input type="text" class="form-control" name="teller" value="{{ $array_reqteller['kodlaluan'] }}" readonly/></div>
<div class="col-4"></div> <div class="col-4"></div>
</div>
<br>
<input type="hidden" name="no" value="{{ $array_reqteller['no'] }}"/>
@@ -42,9 +35,9 @@
<div class="col-3"> </div>
<div class="col-2"> </div>
<div class="col-6">
<button type="button" data-toggle="modal" data-target="#marhunModal" class="btn btn-primary">Panduan Format Bundle</button>
<button type="button" data-toggle="modal" data-target="#marhunModal" class="btn btn-info">Panduan Format Bundle</button>
<input type="button" onclick="triggersubmit();" class="btn btn-primary" value="Terima"/>
<a href="{{ url('/serahan') }}" class="btn btn-primary">Batal</a>
<a href="{{ url('/serahan') }}" class="btn btn-danger">Batal</a>
</div>
</div>
<br>
@@ -61,7 +54,7 @@
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<h4>Wang Bundle</h4>
<h4>Wang Bundle Dari Peti Besi</h4>
<table class="table table-bordered">
<tr>
<th></th>
@@ -120,7 +113,7 @@
</div>
<div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<h4>Wang Keping</h4>
<h4>Wang Keping Dari Peti Besi</h4>
<table class="table table-bordered">
<tr>
<th></th>
@@ -14,21 +14,12 @@
<form id="form-pendahuluan" action="{{ route('khazanah.kemaskiniPendahuluan') }}" method="post">
@csrf
<div class="row">
<div class="row mb-2">
<div class="col-2">Tarikh</div>
<div class="col-3"> <input type="text" class="form-control" id="tarikh" name="tarikh" value="{{ $currdate=date('Y-m-d')}}" /></div>
<div class="col-4"></div> <div class="col-4"></div>
</div>
<br>
<div class="row">
<div class="col-3"><input type="text" class="form-control" id="tarikh" readonly name="tarikh" value="{{ $currdate=date('Y-m-d')}}" /></div>
<div class="col-2">Teller ID </div>
<div class="col-3"><input type="text" class="form-control" name="teller" value="{{ $array_reqteller['kodlaluan'] }}" readonly/></div>
<div class="col-4"></div> <div class="col-4"></div>
</div>
<br>
<input type="hidden" name="no" value="{{ $array_reqteller['no'] }}"/>
<div class="row">
@@ -43,9 +34,9 @@
<div class="col-3"> </div>
<div class="col-2"> </div>
<div class="col-6">
<button type="button" data-toggle="modal" data-target="#marhunModal" class="btn btn-primary">Panduan Format Bundle</button>
<input type="button" onclick="triggersubmit();" class="btn btn-primary" value="Terima"/>
<a href="{{ url('/pendahuluan') }}" class="btn btn-primary">Batal</a>
<button type="button" data-toggle="modal" data-target="#marhunModal" class="btn btn-info">Panduan Format Bundle</button>
<input type="button" onclick="triggersubmit();" class="btn btn-primary" value="Lulus"/>
<a href="{{ url('/pendahuluan') }}" class="btn btn-danger">Batal</a>
</div>
</div>
<br>
@@ -63,7 +54,7 @@
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<h4>Wang Bundle</h4>
<h4>Wang Bundle Dari Peti Besi</h4>
<table class="table table-bordered">
<tr>
<th></th>
@@ -122,7 +113,7 @@
</div>
<div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<h4>Wang Keping</h4>
<h4>Wang Keping Dari Peti Besi</h4>
<table class="table table-bordered">
<tr>
<th></th>