You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koperasi/public/cache/4ef99241d34d88901ff242d87bf...

50 lines
1.7 KiB
PHP

<?php
use NN\Module\View;
use NN\Module\DB;
?>
<?php $__env->startSection("content"); ?>
<?php echo $__env->make('admin.tsimpan.temp.ang', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<noscript id="jpinjam"><?php echo json_encode(DB::query_result_object("SELECT kode id, nama text FROM jpinjam WHERE typetransaksi = 'angsuran'")); ?></noscript>
<noscript id="anggota"><?php echo json_encode(DB::query_result_object("
SELECT
kode id
, nama text
, golkar
, nip
, unitkerja
, golkar golongan
, gaji
, status
FROM anggota
")); ?></noscript>
<noscript id="nipdata"><?php echo json_encode(DB::query_result_object("
SELECT kode id, nip text FROM anggota
")); ?></noscript>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>
<?php echo View::jsm('ts/angsuran.js'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('css'); ?>
<div class="d-faktur" style="display:none;">
<?php echo $__env->make('admin.tsimpan.fkt', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php echo $__env->make('temp.modalfull', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<style>
.dataTable tr td:nth-child(1){
white-space: nowrap;
max-width: 120px;
}
.dataTable tr td:nth-child(2){
white-space: nowrap;
}
.dataTable tr td{
white-space: nowrap;
}
</style>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('temp.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /DATA/AppData/warpeka/views/admin/tsimpan/angsuran.blade.php ENDPATH**/ ?>