SPRSD00200_청구구분HELP.xrw 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>청구구분 검색화면</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <reqflaglist/>
  11. </main>
  12. <target>
  13. <defaultvalue>
  14. <instcd/>
  15. <goodflag/>
  16. <prodcmpycd/>
  17. </defaultvalue>
  18. </target>
  19. <init>
  20. <refcond>
  21. </refcond>
  22. </init>
  23. <send>
  24. <refcond/>
  25. <instcd/>
  26. <reqflagnm/>
  27. </send>
  28. </root>
  29. </instance>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. misfComboComCdList('Z0007', cmb_instcd); //기관코드
  33. model.setValue("/root/send/instcd", model.getValue(PURTARGET_NODE + "/instcd"));
  34. btn_search.dispatch("DOMActivate");
  35. model.setFocus("ipt_refcond");
  36. ]]>
  37. </script>
  38. <submission id="TRRSD00201" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main"/>
  39. </model>
  40. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  41. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  42. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  44. </xhtml:head>
  45. <xhtml:body pagewidth="731" pageheight="570" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  46. <group id="group3" scroll="auto" style="left:8px; top:0px; width:700px; height:539px; ">
  47. <group id="group2" style="left:0px; top:5px; width:700px; height:35px; ">
  48. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:700; height:35; "/>
  49. <input id="ipt_refcond" ref="/root/send/reqflagnm" class="input_s_essential" style="left:423px; top:8px; width:148px; height:19px; ">
  50. <script type="javascript" ev:event="onkeyup">
  51. <![CDATA[
  52. inputEnterKey("btn_search", "DOMActivate");
  53. ]]>
  54. </script>
  55. </input>
  56. <button id="btn_search" class="btn1_letter2" style="left:629px; top:7px; width:56px; height:22px; ">
  57. <caption>조회</caption>
  58. <script type="javascript" ev:event="DOMActivate">
  59. <![CDATA[
  60. submit("TRRSD00201");
  61. ]]>
  62. </script>
  63. </button>
  64. <line id="line13" class="line_4" style="x1:614px; y1:4px; x2:614px; y2:28px; border-color:#ffe4bb; border-left-style:solid; "/>
  65. <caption id="caption2" class="search_name" style="left:337px; top:9px; width:86px; height:17px; ">조회조건 :</caption>
  66. <select1 id="cmb_instcd" ref="/root/send/instcd" navindex="1" class="combo_s_essential" appearance="minimal" style="left:100; top:8; width:213px; height:19px; ">
  67. <choices>
  68. <itemset nodeset="/root/init/instcd">
  69. <label ref="cdnm"/>
  70. <value ref="cdid"/>
  71. </itemset>
  72. </choices>
  73. <script type="javascript" ev:event="xforms-value-changed">
  74. <![CDATA[
  75. btn_search.dispatch("DOMActivate");
  76. ]]>
  77. </script>
  78. </select1>
  79. <caption id="caption4" class="search_name" style="left:15; top:9; width:86px; height:17px; ">기관코드 :</caption>
  80. </group>
  81. <caption id="caption1" class="tit_2" style="left:5px; top:49px; width:145px; height:13px; ">청구구분리스트</caption>
  82. <line id="line1" class="line_1" style="x1:0px; y1:63px; x2:700; y2:63px; "/>
  83. <datagrid id="grd_reqflaglist" nodeset="/root/main/reqflaglist" class="grd_reqflaglist" caption="구분^청구구분명^담당자전화번호^비고^기관코드" colwidth="50, 140, 100, 383, 0" dataheight="23" defaultrows="0" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" colsep="^" tooltip="true" style="left:0px; top:68px; width:700px; height:466px; ">
  84. <col ref="reqflag"/>
  85. <col ref="reqflagnm"/>
  86. <col ref="chrgtel"/>
  87. <col ref="cmt"/>
  88. <col ref="instcd" visibility="hidden"/>
  89. <script type="javascript" ev:event="ondblclick">
  90. <![CDATA[
  91. if( grd_reqflaglist.isCell( event.target ) && grd_reqflaglist.row >= grd_reqflaglist.fixedRows ) {
  92. btn_confirm.dispatch("DOMActivate");
  93. }
  94. ]]>
  95. </script>
  96. <script type="javascript" ev:event="onaftersort">
  97. <![CDATA[
  98. grd_reqflaglist.gridToInstance();
  99. ]]>
  100. </script>
  101. </datagrid>
  102. </group>
  103. <group id="group1" scroll="auto" style="left:8; top:538px; width:700; height:27px; ">
  104. <button id="btn_confirm" class="btn4_letter2" style="left:587px; top:5px; width:56px; height:22px; ">
  105. <caption>확인</caption>
  106. <script type="javascript" ev:event="DOMActivate">
  107. <![CDATA[
  108. misfPopUpListReturn(grd_reqflaglist);
  109. ]]>
  110. </script>
  111. </button>
  112. <button id="btn_cancel" class="btn4_letter2" style="left:644px; top:5px; width:56px; height:22px; ">
  113. <caption>취소</caption>
  114. <script type="javascript" ev:event="DOMActivate">
  115. <![CDATA[
  116. window.close();
  117. ]]>
  118. </script>
  119. </button>
  120. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:700; y2:0px; "/>
  121. </group>
  122. </xhtml:body>
  123. </xhtml:html>