new calculation upah
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
"ordering": false
|
||||
});
|
||||
$(document).ready( function () {
|
||||
console.log('dsasa');
|
||||
$('#datetimepicker1').datepicker({
|
||||
format: 'dd-mm-yyyy'
|
||||
});
|
||||
@@ -78,7 +77,6 @@
|
||||
url: api_url + '/api/customers/laporan/'+kodcaw+'/' + today_date,
|
||||
success: function(customers){
|
||||
customertable(customers);
|
||||
console.log('berjaya customers');
|
||||
},error: function(XMLHttpRequest, textStatus, errorThrown) {
|
||||
console.log(textStatus);
|
||||
}
|
||||
@@ -102,7 +100,6 @@
|
||||
var counter = 1;
|
||||
tablecustomers.clear().draw();
|
||||
$.each(data,function(index,customers){
|
||||
console.log(customers);
|
||||
tablecustomers.row.add([
|
||||
counter,
|
||||
customers['nopelanggan'],
|
||||
|
||||
Reference in New Issue
Block a user