Update url
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
<script type="text/javascript">
|
||||
var showRinciDBH = (id)=>{
|
||||
$.ajax({
|
||||
url: '/realisasi-pendapatan/rinci-dbh?idSPS='+id,
|
||||
url: '{{ $baseUrl }}/realisasi-pendapatan/rinci-dbh?idSPS='+id,
|
||||
dataType: 'json',
|
||||
success: function (data) {
|
||||
for(let x=0;x<=11;x++){
|
||||
@@ -155,7 +155,7 @@
|
||||
$('#txt_id_sps').select2({
|
||||
placeholder: 'Pilih DBH / DAK',
|
||||
ajax: {
|
||||
url: '/item-search-sps?ta='+$("#txt_ta").val(),
|
||||
url: '{{ $baseUrl }}/item-search-sps?ta='+$("#txt_ta").val(),
|
||||
dataType: 'json',
|
||||
delay: 250,
|
||||
processResults: function (data) {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
placeholder: 'Pilih DBH / DAK',
|
||||
allowClear: true,
|
||||
ajax: {
|
||||
url: '/item-search-sps?ta='+$("#srcTA").val(),
|
||||
url: '{{ $baseUrl }}/item-search-sps?ta='+$("#srcTA").val(),
|
||||
dataType: 'json',
|
||||
delay: 250,
|
||||
processResults: function (data) {
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
}else{
|
||||
$(".loading").show();
|
||||
$.ajax({
|
||||
url: '/item-search-sts?no_skprd='+$(this).val(),
|
||||
url: '{{ $baseUrl }}/item-search-sts?no_skprd='+$(this).val(),
|
||||
dataType: 'json',
|
||||
success: function (data) {
|
||||
if (Object.keys(data).length == 0){
|
||||
|
||||
Reference in New Issue
Block a user