fix edit harga recno

This commit is contained in:
Hafifie PKB
2024-10-07 15:55:09 +08:00
parent f804bd0ccd
commit e596ecac74
+4 -4
View File
@@ -684,11 +684,11 @@
let nm = recno[3];
let karat = recno[4];
let berat = recno[5];
let harga = recno[7];
let harga = recno[8];
let nota = recno[6];
let tag_permata_edit = recno[8];
let beratpermata = recno[9];
let kuantiti = recno[10];
let beratpermata = recno[10];
let kuantiti = recno[6];
let jenismarhun = recno[2];
var res = nota.split(",");
@@ -827,7 +827,7 @@
'harga' : harga_edit,
'n_marhun' : nilai_marhun_edit,
'marhun' : marhun_edit,
'nota' : nota,
// 'nota' : nota,
'tag_permata' : tagpermata_edit,
'berat_batu_permata' : beratpermata_edit,
"teller": "{{ Auth::user()->name }}",