update downloader
This commit is contained in:
@@ -338,13 +338,11 @@ desired effect
|
||||
var min = $('#min').datepicker("getDate");
|
||||
var max = $('#max').datepicker("getDate");
|
||||
var startDate = new Date(data[10]);
|
||||
// console.log("store_od", startDate)
|
||||
} else {
|
||||
// tbl_order_status
|
||||
var min = $('#min_tbl_order_status').datepicker("getDate");
|
||||
var max = $('#max_tbl_order_status').datepicker("getDate");
|
||||
var startDate = new Date(data[5]);
|
||||
// console.log("order", startDate)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user