Merge branch 'pipi' into 'master'

fix skit2

See merge request online-sistem1/kaunter!73
This commit is contained in:
hafifie rahman
2021-02-28 07:32:57 +00:00
+2 -9
View File
@@ -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"){