update report excel
This commit is contained in:
@@ -165,7 +165,8 @@
|
||||
var to = to_date.getDate() + "-" + to_date.getMonth() + "-" + to_date.getFullYear();
|
||||
var from_date = new Date($('#from').val());
|
||||
var from = from_date.getDate() + "-" + from_date.getMonth() + "-" + from_date.getFullYear();
|
||||
|
||||
$('#from').val(from)
|
||||
$('#to').val(to)
|
||||
var period = 0;
|
||||
var period_type = 1;
|
||||
|
||||
@@ -174,7 +175,6 @@
|
||||
|
||||
check_arr.push(to);
|
||||
|
||||
console.log(check_arr.length)
|
||||
if(check_arr.length == 1){
|
||||
show_shift_name(period,period_type,from,to,'shift_item');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user