baiki coloumn name dan laporan
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<li class="breadcrumb-item"><a href="#" style="cursor:not-allowed;">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" style="cursor:not-allowed;">Pengenalan Diri</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" style="cursor:not-allowed;">Pelanggan</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Penebusan</li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Penyelesaian Pem.</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<select class="form-control" id="sltjenistebus">
|
||||
<option value="T">T = Tebus</option>
|
||||
@if($gadai['tagbaru'] != 0)
|
||||
<option value="A" {{ $gadai['tempoh'] >= 12 ? 'disabled' : '' }}>A = Ansuran</option>
|
||||
<option value="A" {{ $gadai['tempoh'] >= 12 ? 'disabled' : '' }}>A = Ansuran Pembiayaan</option>
|
||||
{{-- <option value="S">S = Separuh</option> --}}
|
||||
{{-- <option value="P">P = Tambah Pembiayaan</option> --}}
|
||||
<option value="AT">PS = Pembiayaan Semula</option>
|
||||
@@ -1471,7 +1471,7 @@
|
||||
|
||||
Swal.fire(
|
||||
'Berjaya!',
|
||||
'Bayaran Ansuran Berjaya',
|
||||
'Bayaran Ansuran Pembiayaan Berjaya',
|
||||
'success'
|
||||
).then(function() {
|
||||
window.open(urlroute, '_blank');
|
||||
@@ -1480,7 +1480,7 @@
|
||||
}else{
|
||||
Swal.fire(
|
||||
'Tidak Berjaya!',
|
||||
'Bayaran ansuran tidak berjaya!',
|
||||
'Bayaran Ansuran Pembiayaan tidak berjaya!',
|
||||
'error'
|
||||
);
|
||||
}
|
||||
@@ -3233,7 +3233,7 @@ function pembatalanbalik()
|
||||
{
|
||||
$.ajax({
|
||||
method:'get',
|
||||
url: api + '/api/polis/get/',
|
||||
url: api + '/api/polis/get',
|
||||
datatype:'json',
|
||||
data:{
|
||||
'kodcaw': "{{ $cawangan_info['kodcaw'] }}",
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<select class="form-control" id="sltjenistebus">
|
||||
<option value="T">T = Tebus</option>
|
||||
@if($gadai['tagbaru'] != 0)
|
||||
<option value="A" {{ $gadai['tempoh'] >= 12 ? 'disabled' : '' }}>A = Ansuran</option>
|
||||
<option value="A" {{ $gadai['tempoh'] >= 12 ? 'disabled' : '' }}>A = Ansuran Pembiayaan</option>
|
||||
{{-- <option value="S">S = Separuh</option> --}}
|
||||
{{-- <option value="P">P = Tambah Pembiayaan</option> --}}
|
||||
<option value="AT">PS = Pembiayaan Semula</option>
|
||||
@@ -1681,7 +1681,7 @@
|
||||
|
||||
Swal.fire(
|
||||
'Berjaya!',
|
||||
'Bayaran Ansuran Berjaya',
|
||||
'Bayaran Ansuran Pembiayaan Berjaya',
|
||||
'success'
|
||||
).then(function() {
|
||||
window.open(urlroute, '_blank');
|
||||
@@ -1690,7 +1690,7 @@
|
||||
}else{
|
||||
Swal.fire(
|
||||
'Tidak Berjaya!',
|
||||
'Bayaran ansuran tidak berjaya!',
|
||||
'Bayaran Ansuran Pembiayaan Tidak Berjaya!',
|
||||
'error'
|
||||
);
|
||||
}
|
||||
@@ -3444,7 +3444,7 @@ function pembatalanbalik()
|
||||
{
|
||||
$.ajax({
|
||||
method:'get',
|
||||
url: api + '/api/polis/get/',
|
||||
url: api + '/api/polis/get',
|
||||
datatype:'json',
|
||||
data:{
|
||||
'kodcaw': "{{ $cawangan_info['kodcaw'] }}",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<li class="breadcrumb-item"><a href="#" style="cursor:not-allowed;">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" style="cursor:not-allowed;">Pengenalan Diri</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" style="cursor:not-allowed;">Pelanggan</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Penebusan</li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Penyelesaian Pem.</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
@@ -953,7 +953,7 @@
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
TEMPOH GADAIAN
|
||||
TEMPOH PEMBIAYAAN
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<input type="text" id="tempohjanaan" name="tempohjanaan" class="form-control" readonly/>
|
||||
@@ -3920,7 +3920,7 @@ function pembatalanbalik()
|
||||
{
|
||||
$.ajax({
|
||||
method:'get',
|
||||
url: api + '/api/polis/get/',
|
||||
url: api + '/api/polis/get',
|
||||
datatype:'json',
|
||||
data:{
|
||||
'kodcaw': "{{ $cawangan_info['kodcaw'] }}",
|
||||
|
||||
Reference in New Issue
Block a user