fix skit2
This commit is contained in:
@@ -337,13 +337,10 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Bil</th>
|
<th>Bil</th>
|
||||||
<th>No Rujukan</th>
|
<th>No Rujukan</th>
|
||||||
<th>Tarikh Update</th>
|
<th>Tarikh Tebus</th>
|
||||||
<th>Tarikh Matang</th>
|
|
||||||
<th>Baki Harga Jualan</th>
|
|
||||||
<th>Baki Pembiayaan</th>
|
<th>Baki Pembiayaan</th>
|
||||||
<th>Margin</th>
|
<th>Margin</th>
|
||||||
<th>Tempoh</th>
|
<th>Tempoh</th>
|
||||||
<th>Keuntungan</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +413,6 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
var tabledahtebus = $('#dahtebusTable').DataTable({
|
var tabledahtebus = $('#dahtebusTable').DataTable({
|
||||||
"scrollX": true
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var tablelelong = $('#lelongTable').DataTable({
|
var tablelelong = $('#lelongTable').DataTable({
|
||||||
@@ -462,12 +458,9 @@
|
|||||||
'<input type="radio" value='+ gadai_detail["norujukan"] +' name="sudahtebus"/>',
|
'<input type="radio" value='+ gadai_detail["norujukan"] +' name="sudahtebus"/>',
|
||||||
gadai_detail['norujukan'],
|
gadai_detail['norujukan'],
|
||||||
gadai_detail['t_update'],
|
gadai_detail['t_update'],
|
||||||
gadai_detail['t_matang1'],
|
|
||||||
'RM '+ formatter.format(gadai_detail['bakihargajualan']),
|
|
||||||
'RM '+formatter.format(gadai_detail['bakipjm']),
|
'RM '+formatter.format(gadai_detail['bakipjm']),
|
||||||
(((Number(gadai_detail['pinjaman'])/Number(gadai_detail['nilaimarhun']))*100).toFixed(2)).toLocaleString("en-GB") + '%',
|
(((Number(gadai_detail['pinjaman'])/Number(gadai_detail['nilaimarhun']))*100).toFixed(2)).toLocaleString("en-GB") + '%',
|
||||||
gadai_detail['jbg'],
|
gadai_detail['jbg']
|
||||||
'RM '+ formatter.format(upahsemasa)
|
|
||||||
]).draw();
|
]).draw();
|
||||||
}else if(jenistebus == "lelong"){
|
}else if(jenistebus == "lelong"){
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user