fix edit harga recno
This commit is contained in:
@@ -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 }}",
|
||||
|
||||
Reference in New Issue
Block a user