diff --git a/WebContent/ui/cfs/income/IC006M02.xml b/WebContent/ui/cfs/income/IC006M02.xml index 1709597..f7097b0 100644 --- a/WebContent/ui/cfs/income/IC006M02.xml +++ b/WebContent/ui/cfs/income/IC006M02.xml @@ -345,35 +345,12 @@ } }; - scwin.btn_print_onclick = function(e) { - var form_tag = document.getElementById("IC006M01"); - form_tag.inStDate.value = statMap.get("inStDate"); - form_tag.inEdDate.value = statMap.get("inEdDate"); - var kbn = statMap.get("kbn"); - - if(kbn == "1") - { - form_tag.crfName.value = "IC006M01_1"; - } else if (kbn == "2") { - form_tag.crfName.value = "IC006M01_2"; - } else if (kbn == "3") { - form_tag.crfName.value = "IC006M01_3"; - } - - - var url = "/ClipReport4/reportView.jsp"; - - form_tag.action=url; - form_tag.method ="post"; - form_tag.target="clipform"; - form_tag.submit(); - }; ]]>