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.

28 lines
583 B
PHTML

<script>
const jenisPinjaman = [
{
id: 'REG',
text: 'USP Reguler'
}
,{
id: 'KHUSUS',
text: 'USP KHUSUS'
}
,{
id: 'USP1',
text: 'USP 1 (Pembiayaan Elektronik)'
}
,{
id: 'USP2',
text: 'USP 2 (Pembiayaan Sepeda Motor)'
}
,{
id: 'USP3',
text: 'USP 3 (Pembiayaan Haji/ Umroh)'
}
,{
id: 'NON',
text: 'PINJAMAN ANGGOTA NON GAJI'
}
]
</script>