Commit a5a2a5c4 authored by prahate's avatar prahate

Updated xsl,js for Report Request


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98967 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b52defc5
...@@ -218,10 +218,14 @@ function callPopHelpJSP1( dbID, reportName,siteCode ) ...@@ -218,10 +218,14 @@ function callPopHelpJSP1( dbID, reportName,siteCode )
function setReportName(reportName,detail2dom ) function setReportName(reportName,detail2dom )
{ {
alert("setReportName"+detail2dom);
detail2dom=1;
alert("detail2dom"+detail2dom);
document.getElementById("Detail1."+detail2dom+".report_name").value = reportName; document.getElementById("Detail1."+detail2dom+".report_name").value = reportName;
} }
function setReportDescr(reportDescr,detail2dom ) function setReportDescr(reportDescr,detail2dom )
{ {
detail2dom=1;
document.getElementById("Detail1."+detail2dom+".report_descr").value = reportDescr; document.getElementById("Detail1."+detail2dom+".report_descr").value = reportDescr;
} }
function setActionVal(value) function setActionVal(value)
......
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