SMRWM00800_갑근세납입증명서.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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. <getincmtaxcrtfct>
  11. <getincmtaxcrtfctlist/>
  12. <emplnoaddrlist/>
  13. </getincmtaxcrtfct>
  14. </main>
  15. <init/>
  16. <send>
  17. <getincmtaxcrtfct>
  18. <emplno/>
  19. <emplnm/>
  20. <fromym/>
  21. <toym/>
  22. <usegoal/>
  23. <entplce/>
  24. <entcnt/>
  25. <engyn/>
  26. </getincmtaxcrtfct>
  27. <save>
  28. <emplno/>
  29. <emplengnm/>
  30. <resdnrgstareaengaddr/>
  31. </save>
  32. </send>
  33. <hidden/>
  34. </root>
  35. </instance>
  36. <script type="javascript" ev:event="xforms-ready">
  37. <![CDATA[
  38. //makeReportPreview(0,170,1195,580);
  39. var reqdate = getCurrentDate().toDate("YYYYMM");
  40. //model.setValue(ipt_toym.attribute("ref") , reqdate.getDateFormat("YYYYMM"));
  41. model.setValue(ipt_toym.attribute("ref"), reqdate.getAddDate(-1, "M").getDateFormat("YYYYMM") );
  42. model.setValue(ipt_fromym.attribute("ref"), reqdate.getAddDate(-11, "M").getDateFormat("YYYYMM") );
  43. ipt_fromym.refresh();
  44. ipt_toym.refresh();
  45. model.setFocus("ipt_emplnos");
  46. ]]>
  47. </script>
  48. <submission id="TRRWM00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/getincmtaxcrtfct" resultref="/root/main/getincmtaxcrtfct"/>
  49. <submission id="TXRWM00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/temp"/>
  50. </model>
  51. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  54. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  55. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  56. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  57. </xhtml:head>
  58. <xhtml:body style="margin-left:8; margin-right:8; ">
  59. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  60. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">갑근세 납입 증명서 출력</caption>
  61. </group>
  62. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  63. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  64. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
  65. <caption>조회</caption>
  66. <script type="javascript" ev:event="DOMActivate">
  67. <![CDATA[
  68. submit("TRRWM00801");
  69. ]]>
  70. </script>
  71. </button>
  72. <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
  73. <button id="btn_emplno" class="icon_search" style="left:149px; top:17px; width:16px; height:16px; ">
  74. <caption/>
  75. <script type="javascript" ev:event="DOMActivate">
  76. <![CDATA[
  77. var recv_list = "emplno,emplnm" ;
  78. rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"","N");
  79. model.refresh();
  80. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  81. btn_search.dispatch("DOMActivate");
  82. }
  83. ]]>
  84. </script>
  85. </button>
  86. <caption id="caption1" class="search_name" style="left:6px; top:18px; width:63px; height:17px; ">사번 :</caption>
  87. <input id="ipt_emplnos" ref="/root/send/getincmtaxcrtfct/emplno" class="input_default" style="left:70px; top:17px; width:76px; height:19px; ">
  88. <script type="javascript" ev:event="onkeyup">
  89. <![CDATA[
  90. if (ipt_emplnos.currentText != null && ipt_emplnos.currentText != "" ) {
  91. inputEnterKey("ipt_emplnos", "xforms-value-changed");
  92. inputEnterKey("btn_search", "DOMActivate");
  93. }
  94. ]]>
  95. </script>
  96. <script type="javascript" ev:event="xforms-value-changed">
  97. <![CDATA[
  98. var recv_list = "emplno,emplnm" ;
  99. rpbfValidationCheck("EMPLNO", recv_list);
  100. model.refresh();
  101. ]]>
  102. </script>
  103. </input>
  104. <input id="ipt_emplnms" ref="/root/send/getincmtaxcrtfct/emplnm" class="input_default" style="left:165px; top:17px; width:76px; height:19px; ">
  105. <script type="javascript" ev:event="onkeyup">
  106. <![CDATA[
  107. if (ipt_emplnms.currentText != null && ipt_emplnms.currentText != "" ) {
  108. inputEnterKey("ipt_emplnms", "xforms-value-changed");
  109. inputEnterKey("btn_search", "DOMActivate");
  110. }
  111. ]]>
  112. </script>
  113. <script type="javascript" ev:event="xforms-value-changed">
  114. <![CDATA[
  115. var recv_list = "emplno,emplnm" ;
  116. rpbfValidationCheck("EMPLNM", recv_list);
  117. model.refresh();
  118. ]]>
  119. </script>
  120. </input>
  121. <input id="ipt_fromym" ref="/root/send/getincmtaxcrtfct/fromym" class="input_default" inputtype="date" format="yyyy-mm" style="left:355px; top:17px; width:86px; height:19px; text-align:center; vertical-align:middle; "/>
  122. <caption id="caption28" class="tit_2" style="left:5px; top:54px; width:144px; height:13px; ">갑근세 증명서</caption>
  123. <line id="line193" class="line_1" style="x1:2px; y1:67px; x2:1192px; y2:67px; "/>
  124. <input id="ipt_toym" ref="/root/send/getincmtaxcrtfct/toym" class="input_default" inputtype="date" format="yyyy-mm" style="left:460px; top:17px; width:86px; height:19px; text-align:center; vertical-align:middle; "/>
  125. <caption id="caption2" style="left:445px; top:17px; width:10px; height:20px; ">-</caption>
  126. <input id="ipt_addr" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/resdnrgstareaaddr" class="input_default" style="left:310px; top:75px; width:880px; height:19px; "/>
  127. <input id="ipt_usegoal" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/usegoal" class="input_default" style="left:70px; top:100px; width:171px; height:19px; "/>
  128. <input id="ipt_entplce" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entplce" class="input_default" style="left:310px; top:100px; width:745px; height:19px; "/>
  129. <input id="ipt_entcnt" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entcnt" class="input_default" style="left:1125px; top:100px; width:65px; height:19px; "/>
  130. <caption id="caption8" class="cell_1" style="left:6px; top:98px; width:62px; height:23px; ">사용목적</caption>
  131. <caption id="caption4" class="cell_1" style="left:246px; top:73px; width:62px; height:23px; ">주 소</caption>
  132. <caption id="caption9" class="cell_1" style="left:246px; top:98px; width:62px; height:23px; ">제 출 처</caption>
  133. <caption id="caption3" class="cell_1" style="left:1063px; top:98px; width:61px; height:23px; ">소요수량</caption>
  134. <button id="btn_formsearchprt" class="btn2_letter5" style="left:1115px; top:47px; width:75px; height:19px; ">
  135. <caption>증명서조회</caption>
  136. <script type="javascript" ev:event="DOMActivate">
  137. <![CDATA[
  138. //submit("TRRWM00801");
  139. if (chk_engyn.value == "Y" ) {
  140. model.setValue("/root/send/save/emplno",ipt_emplnos.value);
  141. model.setValue("/root/send/save/emplengnm",ipt_emplnm.value);
  142. model.setValue("/root/send/save/resdnrgstareaengaddr",ipt_addr.value);
  143. submit("TXRWM00801");
  144. exeReportPreview("RPRWM00801", "XMLSTR", "/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist");
  145. }
  146. else {
  147. exeReportPreview("RPRWM00800", "XMLSTR", "/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist");
  148. }
  149. ]]>
  150. </script>
  151. </button>
  152. <caption id="caption5" class="search_name" style="left:280px; top:18px; width:73px; height:17px; ">지급월 :</caption>
  153. <line id="line1" class="line_3" style="x1:0px; y1:125px; x2:1190px; y2:125px; "/>
  154. <caption id="caption7" class="cell_1" style="left:5px; top:130px; width:118px; height:23px; text-align:center; ">년월</caption>
  155. <caption id="caption10" class="cell_1" style="left:125px; top:130px; width:164px; height:23px; text-align:center; ">급여액</caption>
  156. <caption id="caption11" class="cell_1" style="left:291px; top:130px; width:157px; height:23px; text-align:center; ">세액</caption>
  157. <caption id="caption12" class="cell_1" style="left:450px; top:130px; width:145px; height:23px; text-align:center; ">납부년월일</caption>
  158. <caption id="caption13" class="cell_1" style="left:720px; top:130px; width:164px; height:23px; text-align:center; ">급여액</caption>
  159. <caption id="caption14" class="cell_1" style="left:886px; top:130px; width:157px; height:23px; text-align:center; ">세액</caption>
  160. <caption id="caption15" class="cell_1" style="left:1044px; top:130px; width:145px; height:23px; text-align:center; ">납부년월일</caption>
  161. <caption id="caption16" class="cell_1" style="left:600px; top:130px; width:118px; height:23px; text-align:center; ">년월</caption>
  162. <line id="line2" class="line_3" style="x1:0px; y1:158px; x2:1190px; y2:158px; "/>
  163. <input id="ipt_payym00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym00" style="left:5px; top:162px; width:118px; height:19px; text-align:center; "/>
  164. <input id="ipt_payamt00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt00" format="(-)#,###" style="left:125px; top:162px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  165. <input id="ipt_taxamt00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt00" format="(-)#,###" style="left:291px; top:162px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  166. <input id="ipt_entymd00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd00" style="left:450px; top:162px; width:145px; height:19px; text-align:center; "/>
  167. <input id="ipt_payym07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym07" style="left:600px; top:162px; width:118px; height:19px; text-align:center; "/>
  168. <input id="ipt_payamt07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt07" format="(-)#,###" style="left:720px; top:162px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  169. <input id="ipt_taxamt07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt07" format="(-)#,###" style="left:886px; top:162px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  170. <input id="ipt_entymd07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd07" style="left:1044px; top:162px; width:145px; height:19px; text-align:center; "/>
  171. <input id="ipt_taxamt01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt01" format="(-)#,###" style="left:291px; top:182px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  172. <input id="ipt_entymd01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd01" style="left:450px; top:182px; width:145px; height:19px; text-align:center; "/>
  173. <input id="ipt_payym08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym08" style="left:600px; top:182px; width:118px; height:19px; text-align:center; "/>
  174. <input id="ipt_payamt08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt08" format="(-)#,###" style="left:720px; top:182px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  175. <input id="ipt_taxamt08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt08" format="(-)#,###" style="left:886px; top:182px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  176. <input id="ipt_entymd08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd08" style="left:1044px; top:182px; width:145px; height:19px; text-align:center; "/>
  177. <input id="ipt_payym01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym01" style="left:5px; top:182px; width:118px; height:19px; text-align:center; "/>
  178. <input id="ipt_payamt01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt01" format="(-)#,###" style="left:125px; top:182px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  179. <input id="ipt_payamt02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt02" format="(-)#,###" style="left:125px; top:202px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  180. <input id="ipt_taxamt02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt02" format="(-)#,###" style="left:291px; top:202px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  181. <input id="ipt_entymd02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd02" style="left:450px; top:202px; width:145px; height:19px; text-align:center; "/>
  182. <input id="ipt_payym09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym09" style="left:600px; top:202px; width:118px; height:19px; text-align:center; "/>
  183. <input id="ipt_payamt09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt09" format="(-)#,###" style="left:720px; top:202px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  184. <input id="ipt_taxamt09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt09" format="(-)#,###" style="left:886px; top:202px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  185. <input id="ipt_entymd09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd09" style="left:1044px; top:202px; width:145px; height:19px; text-align:center; "/>
  186. <input id="ipt_payym02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym02" style="left:5px; top:202px; width:118px; height:19px; text-align:center; "/>
  187. <input id="ipt_payamt03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt03" format="(-)#,###" style="left:125px; top:222px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  188. <input id="ipt_taxamt03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt03" format="(-)#,###" style="left:291px; top:222px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  189. <input id="ipt_entymd03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd03" style="left:450px; top:222px; width:145px; height:19px; text-align:center; "/>
  190. <input id="ipt_payym10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym10" style="left:600px; top:222px; width:118px; height:19px; text-align:center; "/>
  191. <input id="ipt_payamt10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt10" format="(-)#,###" style="left:720px; top:222px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  192. <input id="ipt_taxamt10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt10" format="(-)#,###" style="left:886px; top:222px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  193. <input id="ipt_entymd10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd10" style="left:1044px; top:222px; width:145px; height:19px; text-align:center; "/>
  194. <input id="ipt_payym03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym03" style="left:5px; top:222px; width:118px; height:19px; text-align:center; "/>
  195. <input id="ipt_taxamt04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt04" format="(-)#,###" style="left:291px; top:242px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  196. <input id="ipt_entymd04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd04" style="left:450px; top:242px; width:145px; height:19px; text-align:center; "/>
  197. <input id="ipt_payym11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym11" style="left:600px; top:242px; width:118px; height:19px; text-align:center; "/>
  198. <input id="ipt_payamt11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt11" format="(-)#,###" style="left:720px; top:242px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  199. <input id="ipt_taxamt11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt11" format="(-)#,###" style="left:886px; top:242px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  200. <input id="ipt_entymd11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd11" style="left:1044px; top:242px; width:145px; height:19px; text-align:center; "/>
  201. <input id="ipt_payym04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym04" style="left:5px; top:242px; width:118px; height:19px; text-align:center; "/>
  202. <input id="ipt_payamt04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt04" format="(-)#,###" style="left:125px; top:242px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  203. <input id="ipt_payamt12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt12" format="(-)#,###" style="left:720px; top:262px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  204. <input id="ipt_taxamt12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt12" format="(-)#,###" style="left:886px; top:262px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  205. <input id="ipt_entymd12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd12" style="left:1044px; top:262px; width:145px; height:19px; text-align:center; "/>
  206. <input id="ipt_payym05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym05" style="left:5px; top:262px; width:118px; height:19px; text-align:center; "/>
  207. <input id="ipt_payamt05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt05" format="(-)#,###" style="left:125px; top:262px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  208. <input id="ipt_taxamt05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt05" format="(-)#,###" style="left:291px; top:262px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  209. <input id="ipt_entymd05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd05" style="left:450px; top:262px; width:145px; height:19px; text-align:center; "/>
  210. <input id="ipt_payym12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym12" style="left:600px; top:262px; width:118px; height:19px; text-align:center; "/>
  211. <input id="ipt_taxamt06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt06" format="(-)#,###" style="left:291px; top:282px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  212. <input id="ipt_entymd06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd06" style="left:450px; top:282px; width:145px; height:19px; text-align:center; "/>
  213. <input id="ipt_payym13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym13" style="left:600px; top:282px; width:118px; height:19px; text-align:center; "/>
  214. <input id="ipt_payamt13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt13" format="(-)#,###" style="left:720px; top:282px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  215. <input id="ipt_taxamt13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt13" format="(-)#,###" style="left:886px; top:282px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
  216. <input id="ipt_entymd13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd13" style="left:1044px; top:282px; width:145px; height:19px; text-align:center; "/>
  217. <input id="ipt_payym06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym06" style="left:5px; top:282px; width:118px; height:19px; text-align:center; "/>
  218. <input id="ipt_payamt06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt06" format="(-)#,###" style="left:125px; top:282px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
  219. <select id="chk_engyn" ref="/root/send/getincmtaxcrtfct/engyn" overflow="visible" appearance="full" style="left:640px; top:17px; width:50px; height:20px; border-style:none; ">
  220. <choices>
  221. <item>
  222. <label>영문</label>
  223. <value>Y</value>
  224. </item>
  225. </choices>
  226. </select>
  227. <caption id="caption17" class="cell_1" style="left:6px; top:73px; width:62px; height:23px; ">성명</caption>
  228. <input id="ipt_emplnm" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/emplnm" class="input_default" style="left:70px; top:75px; width:171px; height:19px; "/>
  229. <button id="button1" class="btn2_letter4" style="left:550px; top:17px; width:75px; height:19px; ">
  230. <caption>최근 1년</caption>
  231. <script type="javascript" ev:event="DOMActivate">
  232. <![CDATA[
  233. //model.setValue(ipt_toym.attribute("ref") , getCurrentDate().toDate().getDateFormat("YYYYMM"));
  234. model.setValue(ipt_toym.attribute("ref") , getCurrentDate().toDate().getAddDate(-1, "M").getDateFormat("YYYYMM"));
  235. model.setValue(ipt_fromym.attribute("ref") , getCurrentDate().toDate().getAddDate(-12, "M").getDateFormat("YYYYMM"));
  236. model.refresh();
  237. ]]>
  238. </script>
  239. </button>
  240. </group>
  241. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  242. </xhtml:body>
  243. </xhtml:html>