0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.142.255.103


Current Path : /var/www/oasis/custom_js/
Upload File :
Current File : /var/www/oasis/custom_js/evaluationreport.js

function CallEnableEvaluationReport() {
  $("#page_main_div").load(
    "../html_modules/evaluationreport.html",
    function () {
      document.getElementById("display_module_name").innerHTML =
        "Evaluation Report";
      document.getElementById("module_name_for_save").value =
        "Evaluation Report";
      getDefaultHeadFooterLinks("Evaluation Report");
    }
  );
}
function GenerateEvaluationReport() {
  var str = "&evaluation_packet_no=" + trim($("#evaluation_packet_no").val());
  str += "&evaluation_qp_code=" + $("#evaluation_qp_code").val();
  str += "&evaluation_val_no=" + trim($("#evaluation_val_no").val());

  //alert(str);
  window.open($host_url + "GenerateEvaluationReport" + str);
}