SPS Pindah ke custom AKB
This commit is contained in:
@@ -21,14 +21,6 @@
|
||||
<h5 class="card-title"><i class="fa fa-th-list"></i> @php echo $sitesubTitle; @endphp</h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-1">
|
||||
<div class="form-group">
|
||||
<label>Tahun</label>
|
||||
<input class="form-control form-control-sm" id="srcTA" name="ta" value="{{ getTA() }}" readonly>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table id="dtTableUser" class="table table-striped jambo_table">
|
||||
<tr>
|
||||
<thead>
|
||||
@@ -73,7 +65,7 @@
|
||||
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
||||
},
|
||||
data: function (d) {
|
||||
d.srcTA = $("#srcTA").val()
|
||||
d.srcTA = null
|
||||
}
|
||||
},
|
||||
"dom": "<\"top\" <\"row\"<\"col-md-6\"l><\"col-md-6 text-right\"f>>>rt<\"bottom\" <\"row\"<\"col-md-6\"i><\"col-md-6\"p>> ><\"clear\">",
|
||||
|
||||
@@ -21,11 +21,7 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12 col-md-12">
|
||||
<div class="form-group">
|
||||
<strong>Tahun:</strong>
|
||||
<input type="hidden" name="id_sps" value="{{ $sps->id }}">
|
||||
<input type="text" name="tahun" class="form-control-plaintext" value="{{ $sps->tahun }}" readonly>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="hidden" name="id_rekening" value="{{ $sps->id }}">
|
||||
<strong>Kode Rekening:</strong>
|
||||
<input type="text" name="kode_rekening" class="form-control-plaintext" value="{{ $sps->kode_rekening }}" readonly>
|
||||
</div>
|
||||
@@ -37,7 +33,7 @@
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
<label for="txt_id_skpd">SKPD</label>
|
||||
<select id="txt_id_skpd" name="txt_id_skpd[]" class="form-control" required multiple></select>
|
||||
<select id="txt_id_skpd" name="txt_id_skpd[]" class="form-control" multiple></select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
|
||||
Reference in New Issue
Block a user