update downloader

This commit is contained in:
franknstayn
2022-02-22 22:18:29 +08:00
parent cab28b65ff
commit 7e7a003f22
2 changed files with 220 additions and 72 deletions

View File

@@ -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)
}