Update Module Pendapatan Tamsil dan TPG

This commit is contained in:
izuddin
2025-10-08 09:37:51 +07:00
parent ae68f252e1
commit d462dff0e3
7 changed files with 59 additions and 4 deletions
@@ -161,7 +161,7 @@
return false;
}
let tamsilTPG = ['4.2.01.01.04.0004','4.2.01.01.04.0005','4.2.01.09.02.0004','4.2.01.09.02.0005'];
let tamsilTPG = ["{{ implode('","',getAkunTamsilTpg()) }}"];
if (tamsilTPG.includes($("#rkud_kode_akun").val()) == false) {
if ($("#rkud_jumlah").val()!=$("#txt_simtrad4_bersih").val()){
Swal.fire("Jumlah pada STS harus sama dengan Rencana !", '', 'error');