fix gadai teller

This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-12-02 11:43:12 +08:00
parent 3eb90e2c89
commit f0cb6e3312
11 changed files with 428 additions and 194 deletions
@@ -144,6 +144,7 @@
</div>
</div>
<script>
var api_url = "<?php echo $api_url ?>";
function timedRefresh(timeoutPeriod) {
setTimeout("location.reload(true);",timeoutPeriod);
@@ -174,7 +175,7 @@
var marhun_name;
$.ajax({
method:'GET',
url:'http://localhost:8000/api/jemas/nama_marhun',
url: api_url + '/api/jemas/nama_marhun',
dataType: 'json',
data:{
marhun:marhun_detail['marhun']
@@ -17,4 +17,7 @@
</div>
</div>
</div>
<script>
var api_url = "<?php echo $api_url ?>";
</script>
@endsection