SMRPB19600_인사고과표출력.xrw 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. <payamtlist/>
  11. </main>
  12. <init/>
  13. <send>
  14. <year/>
  15. <instcd/>
  16. <instcdnm/>
  17. <deptcd/>
  18. <deptnm/>
  19. <emplno/>
  20. <emplnm/>
  21. </send>
  22. <hidden/>
  23. </root>
  24. </instance>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
  28. makeReportPreview(0,100,1195,650);
  29. model.setValue("/root/send/year", getCurrentDate().substr(0, 4));
  30. model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
  31. model.refresh();
  32. ]]>
  33. </script>
  34. <submission id="TRRPB19601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/payamtlist"/>
  35. </model>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  39. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  40. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  41. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  42. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  43. </xhtml:head>
  44. <xhtml:body style="margin-left:8; margin-right:8; ">
  45. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  46. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">인사고과표 출력</caption>
  47. </group>
  48. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  49. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  50. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:18px; width:56px; height:22px; ">
  51. <caption>조회</caption>
  52. <script type="javascript" ev:event="DOMActivate">
  53. <![CDATA[
  54. submit("TRRPB19601");
  55. exeReportPreview("RPRPB19500", "XMLSTR");//, "/root/main/payamt");
  56. ]]>
  57. </script>
  58. </button>
  59. <line id="line13" class="line_4" style="x1:1120px; y1:14px; x2:1120px; y2:47px; "/>
  60. <caption id="caption28" class="tit_2" style="left:5px; top:55px; width:144px; height:13px; ">인사고과표</caption>
  61. <line id="line193" class="line_1" style="x1:2px; y1:70px; x2:1192px; y2:70px; "/>
  62. <input id="ipt_deptnm" ref="/root/send/deptnm" class="input_default" style="left:630px; top:19px; width:94px; height:19px; ">
  63. <script type="javascript" ev:event="xforms-value-changed">
  64. <![CDATA[
  65. misfValidationCheck("02", "", "deptcd,deptnm" );
  66. model.refresh();
  67. ]]>
  68. </script>
  69. </input>
  70. <button id="btn_deptcd" class="icon_search" navindex="6" style="left:612px; top:20px; width:16px; height:16px; ">
  71. <caption/>
  72. <script type="javascript" ev:event="DOMActivate">
  73. <![CDATA[
  74. var recv_list = "deptcd,deptnm";
  75. rpbfOpenDeptCdHelp(ipt_deptcd,recv_list);
  76. model.refresh();
  77. ]]>
  78. </script>
  79. </button>
  80. <input id="ipt_deptcd" ref="/root/send/deptcd" class="input_default" style="left:525px; top:19px; width:85px; height:19px; ">
  81. <script type="javascript" ev:event="xforms-value-changed">
  82. <![CDATA[
  83. misfValidationCheck("02", "", "deptcd,deptnm" );
  84. model.refresh();
  85. ]]>
  86. </script>
  87. </input>
  88. <input id="ipt_emplnm" ref="/root/send/emplnm" class="input_default" style="left:915px; top:19px; width:99px; height:19px; ">
  89. <script type="javascript" ev:event="onkeyup">
  90. <![CDATA[
  91. if (ipt_emplnm.currentText != null && ipt_emplnm.currentText != "" ) {
  92. inputEnterKey("ipt_emplnm", "xforms-value-changed");
  93. inputEnterKey("btn_search", "DOMActivate");
  94. }
  95. ]]>
  96. </script>
  97. <script type="javascript" ev:event="xforms-value-changed">
  98. <![CDATA[
  99. var recv_list = "emplno,emplnm" ;
  100. rpbfValidationCheck("EMPLNM", recv_list);
  101. model.refresh();
  102. ]]>
  103. </script>
  104. </input>
  105. <button id="btn_emplno" class="icon_search" navindex="7" style="left:896px; top:20px; width:16px; height:16px; ">
  106. <caption/>
  107. <script type="javascript" ev:event="DOMActivate">
  108. <![CDATA[
  109. var recv_list = "emplno,emplnm" ;
  110. rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list,"","N");
  111. model.refresh();
  112. if (model.getValue(ipt_emplno.attribute("ref")).length > 0) {
  113. btn_search.dispatch("DOMActivate");
  114. }
  115. ]]>
  116. </script>
  117. </button>
  118. <input id="ipt_emplno" ref="/root/send/emplno" class="input_default" style="left:836px; top:19px; width:55px; height:19px; ">
  119. <script type="javascript" ev:event="onkeyup">
  120. <![CDATA[
  121. if (ipt_emplno.currentText != null && ipt_emplno.currentText != "" ) {
  122. inputEnterKey("ipt_emplno", "xforms-value-changed");
  123. inputEnterKey("btn_search", "DOMActivate");
  124. }
  125. ]]>
  126. </script>
  127. <script type="javascript" ev:event="xforms-value-changed">
  128. <![CDATA[
  129. var recv_list = "emplno,emplnm" ;
  130. rpbfValidationCheck("EMPLNO", recv_list);
  131. model.refresh();
  132. ]]>
  133. </script>
  134. </input>
  135. <caption id="caption2" class="search_name" style="left:455px; top:20px; width:86px; height:17px; ">부 서:</caption>
  136. <caption id="caption3" class="search_name" style="left:755px; top:20px; width:86px; height:17px; ">사 번:</caption>
  137. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:100px; top:18px; width:110px; height:19px; ">
  138. <choices>
  139. <itemset>
  140. <label/>
  141. <value/>
  142. </itemset>
  143. </choices>
  144. </select1>
  145. <caption id="caption1" class="search_name" style="left:242px; top:19px; width:86px; height:17px; ">평가년도 :</caption>
  146. <caption id="caption4" class="search_name" style="left:10px; top:19px; width:86px; height:17px; ">소속기관 :</caption>
  147. <input id="ipt_appfromdd" ref="/root/send/year" class="input_s_essential" navindex="2" inputtype="date" format="yyyy" style="left:332px; top:18px; width:93px; height:19px; text-align:center; ">
  148. </input>
  149. </group>
  150. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  151. </xhtml:body>
  152. </xhtml:html>