ปรับปรุงรายงานแบบประเมิน และแก้ไข bug จากผล unit test

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-30 11:16:09 +07:00
parent a049fa6d8b
commit 2df3962e59
10 changed files with 160 additions and 96 deletions

View File

@@ -45,6 +45,7 @@ function rep_eva_x_DoSearch(fileType, data) {
var report_url = apisite + "/api/rep_eva_x/rep_eva_x_report?" + p;
if (fileType === "pdf") {
$("#report_result").attr("src", "");
$("#report_result").attr("src", report_url);
$("#report_result").show();
//window.open(report_url);