SPRWP00902_개인별동호회비조회.xrw 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <list>
  11. <emplclub>
  12. <emplclublist/>
  13. </emplclub>
  14. </list>
  15. </main>
  16. <init/>
  17. <send>
  18. <emplclub>
  19. <emplno/>
  20. <payappmm/>
  21. <emplnm/>
  22. </emplclub>
  23. </send>
  24. <hidden/>
  25. <target/>
  26. </root>
  27. </instance>
  28. <script type="javascript" ev:event="xforms-ready">
  29. <![CDATA[
  30. misfGridInit(grd_clublist);
  31. misfMsterDetailSet(grd_clublist,null, "TRRWP00903" ,"N");
  32. //alert("default:" + model.getValue("root/target/defaultvalue/emplno"));
  33. //alert("no default:" + model.getValue("root/target/emplno"));
  34. model.setValue("/root/send/emplclub/payappmm",model.getValue("root/target/defaultvalue/payym"));
  35. model.setValue("/root/send/emplclub/emplno",model.getValue("root/target/defaultvalue/emplno"));
  36. model.setValue("/root/send/emplclub/emplnm",model.getValue("root/target/defaultvalue/emplnm"));
  37. model.refresh();
  38. submit("TRRWP00903");
  39. ]]>
  40. </script>
  41. <submission id="TRRWP00903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplclub" resultref="/root/main/list/emplclub"/>
  42. </model>
  43. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  46. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  47. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  48. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  49. </xhtml:head>
  50. <xhtml:body pagewidth="490" pageheight="490" style="margin-left:8; margin-right:8; ">
  51. <group id="group1" style="left:0px; top:0px; width:455px; height:13px; ">
  52. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:235px; height:13px; ">동호회 회비 세부 내역 조회</caption>
  53. </group>
  54. <group id="group2" scroll="auto" style="left:0px; top:40px; width:455px; height:395px; ">
  55. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:455px; height:31px; background-color:#fffbf2; border-color:#ffd799; "/>
  56. <button id="btn_search" class="btn1_letter2" style="left:390px; top:15px; width:56px; height:22px; ">
  57. <caption>조회</caption>
  58. <script type="javascript" ev:event="DOMActivate">
  59. <![CDATA[
  60. misfMsterDetailRetrieve();
  61. ]]>
  62. </script>
  63. </button>
  64. <line id="line13" class="line_4" style="x1:383px; y1:15px; x2:383px; y2:37px; "/>
  65. <caption id="caption22" class="search_name" style="left:5px; top:17px; width:85px; height:17px; ">지급월:</caption>
  66. <input id="ipt_payym" ref="/root/send/emplclub/payappmm" class="input_default" inputtype="date" format="yyyy-mm" style="left:76px; top:15px; width:74px; height:19px; text-align:center; vertical-align:middle; "/>
  67. <caption id="caption1" class="search_name" style="left:163px; top:17px; width:63px; height:17px; ">사번 :</caption>
  68. <button id="btn_emplno" class="icon_search" style="left:294px; top:15px; width:16px; height:16px; ">
  69. <caption/>
  70. <script type="javascript" ev:event="DOMActivate">
  71. <![CDATA[
  72. var recv_list = "emplno,emplnm" ;
  73. rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"1","N");
  74. model.refresh();
  75. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  76. btn_search.dispatch("DOMActivate");
  77. }
  78. ]]>
  79. </script>
  80. </button>
  81. <input id="ipt_emplnos" ref="/root/send/emplclub/emplno" class="input_default" style="left:227px; top:15px; width:63px; height:19px; ">
  82. <script type="javascript" ev:event="onkeypress">
  83. <![CDATA[
  84. inputEnterKey("btn_search", "DOMActivate");
  85. ]]>
  86. </script>
  87. </input>
  88. <input id="ipt_emplnms" ref="/root/send/emplclub/emplnm" class="input_default" imemode="hangul" style="left:313px; top:15px; width:62px; height:19px; ">
  89. <script type="javascript" ev:event="onkeypress">
  90. <![CDATA[
  91. inputEnterKey("btn_search", "DOMActivate");
  92. ]]>
  93. </script>
  94. </input>
  95. <caption id="caption2" class="tit_2" style="left:2px; top:43px; width:144px; height:13px; ">가입동호회리스트</caption>
  96. <line id="line2" class="line_1" style="x1:0px; y1:56px; x2:455px; y2:56px; "/>
  97. <datagrid id="grd_clublist" nodeset="/root/main/list/emplclub/emplclublist" visibility="visible" caption="기관명^동호회명^동호회비^공제여부^사번" colsep="^" colwidth="119, 124, 94, 75, 54" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:0px; top:61px; width:455px; height:334px; ">
  98. <col ref="instnm"/>
  99. <col ref="cmntnm"/>
  100. <col ref="clubcost" format="#,###" style="text-align:right; "/>
  101. <col ref="payappyn" style="text-align:center; "/>
  102. <col ref="emplno" visibility="hidden"/>
  103. </datagrid>
  104. </group>
  105. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:455px; height:25px; "/>
  106. </xhtml:body>
  107. </xhtml:html>