Perbaikan minor
This commit is contained in:
@@ -15,6 +15,7 @@ public function laporanStikerHarian()
|
||||
'filterSelect' => [
|
||||
'jenisLangganan' => DB::table('jenis_langganan')->get(),
|
||||
'jenisStiker' => DB::table('stasiunkerja')->get(),
|
||||
'softsetting' => DB::table('softseting')->first(),
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@ class="btn btn-light btn-lg w-100">
|
||||
<script src="{{ asset('js/select2.js') }}"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
let location = @json($locationSettings);
|
||||
let location = @json($filterSelect['softsetting']);
|
||||
console.log(location.namaperusahaan);
|
||||
|
||||
let awal = '';
|
||||
|
||||
Reference in New Issue
Block a user