Maintenance Kontrak
This commit is contained in:
@@ -153,9 +153,9 @@
|
||||
})
|
||||
|
||||
$('#txt_id_sps').select2({
|
||||
placeholder: 'Pilih DBH',
|
||||
placeholder: 'Pilih DBH / DAK',
|
||||
ajax: {
|
||||
url: '/item-search-sps?ta='+$("#txt_ta").val()+'&jenis=dbh',
|
||||
url: '/item-search-sps?ta='+$("#txt_ta").val(),
|
||||
dataType: 'json',
|
||||
delay: 250,
|
||||
processResults: function (data) {
|
||||
@@ -177,8 +177,6 @@
|
||||
$("#txt_rek_sps").val(data.text);
|
||||
showRinciDBH(data.id);
|
||||
})
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user