fix gadai teller
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="card-body">
|
||||
<div class="text-center">
|
||||
<h5 class="text-uppercase">masukkan nombor kad pengenalan</h5>
|
||||
<form action="{{ route('customer.search','juruwang') }}" method="GET">
|
||||
<form action="{{ route('customer.search') }}" method="GET">
|
||||
<input type="text" id="noic" style="width:400px" name="noic" placeholder="No Kad Pengenalan Pelanggan" autocomplete="off" value="{{$search == false ? '' : $noic ?? ''}}"/>
|
||||
<input type="submit" class="btn btn-primary" value="SAHKAN" />
|
||||
</form>
|
||||
@@ -36,7 +36,7 @@
|
||||
<h5 class="modal-title" id="ModalLabel">Daftar Pelanggan</h5>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form action="{{ route('customer.store','juruwang') }}" method="POST">
|
||||
<form action="{{ route('customer.store') }}" method="POST">
|
||||
@csrf
|
||||
<div class="row form-group">
|
||||
<div class="col-md-6">
|
||||
@@ -158,7 +158,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
var api_url = "<?php echo $api_url ?>";
|
||||
|
||||
$(document).ready(function(){
|
||||
var noic = $('#noic').val();
|
||||
|
||||
Reference in New Issue
Block a user