SPSTP00300_보험통계집계.xrw 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * @(#)SPSTP00300_보험통계집계.xrw
  4. * 수정이력
  5. * - 2008.08.08 / 최초작성 / 정선영
  6. -->
  7. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  8. <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">
  9. <xhtml:head>
  10. <xhtml:title>통계집계</xhtml:title>
  11. <model id="model1">
  12. <instance id="instance1">
  13. <root xmlns="">
  14. <main/>
  15. <send>
  16. <in_batchgubn>A</in_batchgubn>
  17. <in_procdd/>
  18. <in_todd/>
  19. </send>
  20. <hide/>
  21. <init>
  22. <batchgubn>
  23. <item>
  24. <cdid>A</cdid>
  25. <cdnm>청구삭감현황</cdnm>
  26. </item>
  27. <item>
  28. <cdid>B</cdid>
  29. <cdnm>재원퇴원 심사현황</cdnm>
  30. </item>
  31. <item>
  32. <cdid>C</cdid>
  33. <cdnm>청구현황</cdnm>
  34. </item>
  35. <item>
  36. <cdid>D</cdid>
  37. <cdnm>심사조정청구현황</cdnm>
  38. </item>
  39. </batchgubn>
  40. </init>
  41. </root>
  42. </instance>
  43. <submission id="TXSTP00300" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  44. <script type="javascript" ev:event="xforms-ready">
  45. <![CDATA[
  46. ipt_procdd.value = getCurrentDate();
  47. ipt_todd.value = ipt_procdd.value;
  48. ]]>
  49. </script>
  50. </model>
  51. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  56. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  57. </xhtml:head>
  58. <xhtml:body>
  59. <shape id="roundrect3" appearance="roundrect" style="left:0px; top:15px; width:325px; height:200px; "/>
  60. <caption id="caption1" style="left:25px; top:170px; width:234px; height:17px; ">※ 현재일이후 통계는 집계 할 수 없습니다.</caption>
  61. <caption id="caption2" class="search_name" style="left:30px; top:70px; width:85px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">기준일자</caption>
  62. <input id="ipt_procdd" ref="/root/send/in_procdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:115px; top:70px; width:94px; height:19px; text-align:center; ">
  63. <script type="javascript" ev:event="xforms-value-changed">
  64. <![CDATA[]]>
  65. </script>
  66. </input>
  67. <button id="btn_execute" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:221px; top:129px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  68. <caption>실행</caption>
  69. <script type="javascript" ev:event="DOMActivate">
  70. <![CDATA[
  71. var sProcdd = model.getValue("/root/send/in_procdd");
  72. if ( sProcdd != "" ) {
  73. submit("TXSTP00300");
  74. } else {
  75. model.alert("집계일자를 입력하세요");
  76. model.setFocus("ipt_procdd");
  77. return;
  78. }
  79. ]]>
  80. </script>
  81. </button>
  82. <group id="grp_tle" style="left:0px; top:0px; width:1146px; height:13px; ">
  83. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">보험통계 집계</caption>
  84. </group>
  85. <caption id="caption3" class="search_name" style="left:30px; top:40px; width:85px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">집계구분</caption>
  86. <select1 id="cb_list" ref="/root/send/in_batchgubn" class="combo_search" appearance="minimal" editmode="search" itemcount="20" style="left:115px; top:40px; width:125px; height:19px; ">
  87. <choices>
  88. <itemset nodeset="/root/init/batchgubn">
  89. <label ref="item/cdnm"/>
  90. <value ref="item/cdid"/>
  91. </itemset>
  92. </choices>
  93. <script type="javascript" ev:event="xforms-value-changed">
  94. <![CDATA[
  95. ]]>
  96. </script>
  97. </select1>
  98. <caption id="caption4" style="left:166px; top:95px; width:15px; height:20px; ">~</caption>
  99. <input id="ipt_todd" ref="/root/send/in_todd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:182px; top:95px; width:94px; height:19px; text-align:center; ">
  100. <script type="javascript" ev:event="xforms-value-changed">
  101. <![CDATA[]]>
  102. </script>
  103. </input>
  104. </xhtml:body>
  105. </xhtml:html>