SMCVE01100_민원인별VOC현황.xrw 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCVE01100_민원인별VOC현황
  4. * Summary : 민원인별 VOC 현황
  5. * Programmer : 김준규
  6. * Date Written : 2007.08.20
  7. * History :
  8. * Remark :
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  11. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  12. <xhtml:head>
  13. <xhtml:title>민원인별 VOC 현황</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main/>
  18. <send>
  19. <data>
  20. <srchacptdd1/>
  21. <srchacptdd2/>
  22. <srchclntnm/>
  23. <srchbirthday/>
  24. <logo_pic/>
  25. </data>
  26. </send>
  27. <hidden/>
  28. </root>
  29. </instance>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. model.setValue("/root/send/data/srchacptdd1",getCurrentDate().toDate().getAddDate(-92,"D").getDateFormat());
  33. model.setValue("/root/send/data/srchacptdd2",getCurrentDate());
  34. var piclogo = getLogoImageURL();
  35. model.setValue("/root/send/data/logo_pic", piclogo);
  36. model.refresh();
  37. // btn_save.disabled = !checkAuth("X");
  38. makeReportPreview(225,92,970,659);
  39. ]]>
  40. </script>
  41. <submission id="TRCVE01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
  42. </model>
  43. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  46. </xhtml:head>
  47. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  48. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  49. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:205px; height:13px; ">민원인별 VOC 현황</caption>
  50. </group>
  51. <group id="grp_johe" style="left:225px; top:23px; width:970px; height:35px; vertical-align:top; ">
  52. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:970px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  53. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:95px; height:17px; ">조회일자 :</caption>
  54. <input id="ipt_SrchAcptDD1" ref="/root/send/data/srchacptdd1" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:120px; height:19px; "/>
  55. <caption id="caption3" class="search_no_b" style="left:230px; top:9px; width:12px; height:17px; ">~</caption>
  56. <input id="ipt_SrchAcptDD2" ref="/root/send/data/srchacptdd2" class="input_s_essential" inputtype="date" style="left:245px; top:8px; width:120px; height:19px; "/>
  57. <caption id="caption6" class="search_name" style="left:390px; top:9px; width:87px; height:17px; ">민 원 인 :</caption>
  58. <input id="ipt_SrchClntNm" ref="/root/send/data/srchclntnm" class="input_search" style="left:483px; top:8px; width:130px; height:19px; ">
  59. <script type="javascript" ev:event="onkeyup">
  60. <![CDATA[
  61. inputEnterKey("btn_search", "DOMActivate");
  62. ]]>
  63. </script>
  64. </input>
  65. <caption id="caption5" class="search_name" style="left:640px; top:9px; width:87px; height:17px; ">생년월일 :</caption>
  66. <input id="ipt_SrchBirthday" ref="/root/send/data/srchbirthday" class="input_search" maxlength="6" format="yy-mm-dd" showmask="true" style="left:730px; top:8px; width:130px; height:19px; text-align:center; ">
  67. <script type="javascript" ev:event="onkeyup">
  68. <![CDATA[
  69. inputEnterKey("btn_search", "DOMActivate");
  70. ]]>
  71. </script>
  72. </input>
  73. <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:29px; "/>
  74. <button id="btn_search" class="btn1_letter2" style="left:898px; top:7px; width:56px; height:22px; ">
  75. <caption>조회</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. if (isRequiredControls("ipt_SrchAcptDD1", "ipt_SrchAcptDD2") ){
  79. if ( ( ipt_SrchClntNm.value.length > 0 ) && (ipt_SrchClntNm.value.length < 2) ){
  80. messageBox("민원인 이름 검색은 최소 2글자 이상 ", "C001");
  81. model.setFocus("ipt_SrchClntNm");
  82. } else if ( ( ipt_SrchBirthday.value.length > 0 ) && (ipt_SrchBirthday.value.length < 6) ){
  83. messageBox("생년월일 검색은 99-12-31 형식으로 ", "C001");
  84. model.setFocus("ipt_SrchBirthday");
  85. } else {
  86. exeReportPreview("RPCVE01100", "XMLFILE", "/root/send/data", "TRCVE01101");
  87. }
  88. }
  89. ]]>
  90. </script>
  91. </button>
  92. </group>
  93. <group id="grp_customer" style="left:225px; top:58px; width:970px; height:693px; ">
  94. <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:185px; height:13px; ">민원인별 VOC 목록</caption>
  95. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
  96. </group>
  97. <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVA00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
  98. </xhtml:body>
  99. </xhtml:html>