SPRWP00906_신협공제내역.xrw 5.5 KB

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