Commit 10f87702 by NGO THI HONG

#50202 direct inspect report in android

parent c221d78c
...@@ -362,7 +362,7 @@ CHK_pu.createReportWithWarning = function(operationListOld, isSearched = false) ...@@ -362,7 +362,7 @@ CHK_pu.createReportWithWarning = function(operationListOld, isSearched = false)
+ "</div></div> <i class='fas fa-chevron-right fs-12'></i> </a></li>"); + "</div></div> <i class='fas fa-chevron-right fs-12'></i> </a></li>");
break; break;
case 1: case 1:
if(CHK.isWindows){ if(CHK.isWindows || CHK.isAndroid){
startDateStr = operationList[i].reportStartDateString.replace(/\//g, "-").replace(/:/g, "").replace(/ /, "") + "00"; startDateStr = operationList[i].reportStartDateString.replace(/\//g, "-").replace(/:/g, "").replace(/ /, "") + "00";
} }
else{ else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment