Membuat kirim surat tender part 2

This commit is contained in:
2024-11-20 10:56:00 +07:00
parent 6c7fe4669b
commit ec8ae3b960
4 changed files with 34 additions and 11 deletions

View File

@@ -32,6 +32,12 @@
return data.numbernya;
}
},
nomor_kjpp: {
title: 'Nomor KJPP',
render: (item, data) => {
return `${data.kjpp.code}`
}
},
nama_kjpp: {
title: 'Nama KJPP',
render: (item, data) => {