SMPMC06100_가상계좌입금조회.xrw 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  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. <gridlist>
  11. <info>
  12. <gridlistinfo>
  13. <hngnm/>
  14. <vacntno/>
  15. <bankdeposeqno/>
  16. <depobank/>
  17. <deponm/>
  18. <depoamt/>
  19. <depodd/>
  20. <depotm/>
  21. <depoflag/>
  22. <remfact/>
  23. <uncouseyn/>
  24. <lastupdtrid/>
  25. <lastupdtdt/>
  26. </gridlistinfo>
  27. </info>
  28. <cntinfo>
  29. <cnt>
  30. <aprvcnt/>
  31. <aprvamt/>
  32. <clamcnclcnt/>
  33. <clamcnclamt/>
  34. <tdaycnclcnt/>
  35. <tdaycnclamt/>
  36. <sumcnt/>
  37. <sumamt/>
  38. <refcnt/>
  39. <refamt/>
  40. </cnt>
  41. </cntinfo>
  42. </gridlist>
  43. <indcaseinfo>
  44. <hngnm/>
  45. <vacntno/>
  46. <bankdeposeqno/>
  47. <depobank/>
  48. <deponm/>
  49. <depoamt/>
  50. <depodd/>
  51. <depotm/>
  52. <depoflag/>
  53. <remfact/>
  54. <uncouseyn/>
  55. <lastupdtrid/>
  56. <lastupdtdt/>
  57. </indcaseinfo>
  58. <save_msg>
  59. <msg/>
  60. </save_msg>
  61. </main>
  62. <send>
  63. <send_ref>
  64. <fromdd/>
  65. <todd/>
  66. <deponm/>
  67. <depoamt/>
  68. <pid/>
  69. <depobank/>
  70. <vacntno/>
  71. <depoflag/>
  72. <acntflag>P</acntflag>
  73. <uncouseyn>A</uncouseyn>
  74. </send_ref>
  75. <send_usechange/>
  76. </send>
  77. <hidden>
  78. </hidden>
  79. <init>
  80. <P0439list>
  81. <P0439>
  82. <cdnm/>
  83. <cdid/>
  84. </P0439>
  85. </P0439list>
  86. <P0468list>
  87. <P0468>
  88. <cdnm/>
  89. <cdid/>
  90. </P0468>
  91. </P0468list>
  92. </init>
  93. <temp>
  94. </temp>
  95. </root>
  96. </instance>
  97. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  98. <submission id="TRPMC06100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_ref" replace="instance" resultref="/root/main/gridlist"/>
  99. <submission id="TXPMC06100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_usechange" replace="instance" resultref="/root/main/save_msg"/>
  100. </model>
  101. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  102. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  103. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  104. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  105. <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
  106. <script type="javascript">
  107. <![CDATA[
  108. // 초기화
  109. function fInitialize() {
  110. //조회부초기화
  111. ipt_fromdd.value = getCurrentDate();
  112. ipt_todd.value= getCurrentDate();
  113. ipt_deponm.value = "";
  114. ipt_depoamt.value= "";
  115. cmb_depobank.value= "";
  116. ipt_vacntno.value= "";
  117. cmb_depoflag.value = "";
  118. rdo_acntflag.value= "P";
  119. rdo_uncouseflag.value= "A";
  120. //본문초기화
  121. model.resetInstanceNode("/root/main/gridlist/info/gridlistinfo");
  122. model.resetInstanceNode("/root/main/indcaseinfo");
  123. model.refresh();
  124. }
  125. // 조회전 체크 후 서브밋
  126. function fSendChk(){
  127. var fromdd = ipt_fromdd.currentText;
  128. var todd = ipt_todd.currentText;
  129. var deponm = ipt_deponm.currentText;
  130. var depoamt = ipt_depoamt.currentText;
  131. var depobank = cmb_depobank.value;
  132. var vacntno = ipt_vacntno.currentText;
  133. var depoflag = cmb_depoflag.value;
  134. if(fromdd == "" && todd == "" && deponm == "" && depoamt == "" && depobank == "" && vacntno == "" && depoflag == ""){
  135. messageBox("조회조건을","C001");
  136. return false;
  137. }else{
  138. submit("TRPMC06100");
  139. }
  140. }
  141. ]]>
  142. </script>
  143. <script type="javascript" ev:event="xforms-ready">
  144. <![CDATA[
  145. zbcfGetCodeList( new Array("P0439","P0468"), new Array("/root/init/P0439list","/root/init/P0468list"));
  146. fInitialize();
  147. model.refresh();
  148. ]]>
  149. </script>
  150. </xhtml:head>
  151. <xhtml:body guideline="1,1192;1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  152. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  153. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">가상계좌입금내역조회</caption>
  154. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  155. </group>
  156. <group id="group4" scroll="auto" style="left:0px; top:737px; width:1195px; height:35px; ">
  157. <line id="line32" class="line_6" style="x1:1px; y1:35px; x2:1195px; y2:35px; "/>
  158. <button id="btn_save" class="btn4_letter3" style="left:1116px; top:2px; width:68px; height:22px; ">
  159. <caption>초기화</caption>
  160. <script type="javascript" ev:event="DOMActivate">
  161. <![CDATA[
  162. fInitialize();
  163. ]]>
  164. </script>
  165. </button>
  166. </group>
  167. <group id="group5" style="left:0px; top:55px; width:1195px; height:679px; ">
  168. <datagrid id="grd_gridlist" nodeset="/root/main/gridlist/info/gridlistinfo" class="datagrid2" autoresize="false" caption="사용자명^가상계좌번호^은행입금&#xA;일련번호^입금은행^입금자명^입금금액^입금일자^입금일시^입금&#xA;구분^비 고^사용&#xA;구분^최종수정자^최종수정일시^" colsep="^" colwidth="145, 101, 65, 83, 127, 100, 80, 66, 39, 103, 43, 106, 109" dataheight="25" defaultrows="2" ellipsis="true" explorerbar="sort" extendlastcol="false" mergecellsfixedrows="byrowrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:100px; width:1191px; height:575px; ">
  169. <col ref="hngnm" style="text-align:center; "/>
  170. <col ref="vacntno" style="text-align:center; "/>
  171. <col ref="bankdeposeqno" style="text-align:center; "/>
  172. <col disabled="true" ref="depobank" type="combo" style="text-align:center; ">
  173. <choices>
  174. <itemset nodeset="/root/init/P0468list/P0468">
  175. <label ref="cdnm"/>
  176. <value ref="cdid"/>
  177. </itemset>
  178. </choices>
  179. </col>
  180. <col ref="deponm" format="999999-9999999" style="text-align:center; "/>
  181. <col ref="depoamt" format="#,###" style="left:406px; top:23px; width:92px; height:23px; text-align:center; "/>
  182. <col ref="depodd" format="yyyy/mm/dd" style="text-align:center; "/>
  183. <col ref="depotm" format="hh:nn:ss" style="text-align:center; "/>
  184. <col disabled="true" ref="depoflag" type="combo" style="text-align:center; ">
  185. <choices>
  186. <item>
  187. <label>입금</label>
  188. <value>02001300</value>
  189. </item>
  190. <item>
  191. <label>취소</label>
  192. <value>04001300</value>
  193. </item>
  194. </choices>
  195. </col>
  196. <col ref="remfact" style="text-align:center; "/>
  197. <col disabled="true" ref="uncouseyn" type="checkbox" style="text-align:center; "/>
  198. <col ref="lastupdtrid" style="text-align:center; "/>
  199. <col ref="lastupdtdt" style="text-align:center; "/>
  200. <script type="javascript" ev:event="onclick">
  201. <![CDATA[
  202. model.setValue("/root/main/indcaseinfo/hngnm",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/hngnm"));
  203. model.setValue("/root/main/indcaseinfo/vacntno",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/vacntno"));
  204. model.setValue("/root/main/indcaseinfo/bankdeposeqno",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/bankdeposeqno"));
  205. model.setValue("/root/main/indcaseinfo/depobank",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depobank"));
  206. model.setValue("/root/main/indcaseinfo/deponm",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/deponm"));
  207. model.setValue("/root/main/indcaseinfo/depoamt",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depoamt"));
  208. model.setValue("/root/main/indcaseinfo/depodd",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depodd"));
  209. model.setValue("/root/main/indcaseinfo/depotm",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depotm"));
  210. model.setValue("/root/main/indcaseinfo/depoflag",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depoflag"));
  211. model.setValue("/root/main/indcaseinfo/remfact",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/remfact"));
  212. model.setValue("/root/main/indcaseinfo/uncouseyn",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/uncouseyn"));
  213. model.setValue("/root/main/indcaseinfo/lastupdtrid",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/lastupdtrid"));
  214. model.setValue("/root/main/indcaseinfo/lastupdtdt",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/lastupdtdt"));
  215. model.refresh();
  216. ]]>
  217. </script>
  218. </datagrid>
  219. <caption id="caption46" class="tit_2" style="left:0px; top:80px; width:139px; height:13px; ">가상계좌 리스트</caption>
  220. <line id="line3" class="line_1" style="x1:1px; y1:95px; x2:1191px; y2:95px; "/>
  221. <caption id="caption9" class="cell_1" visibility="hidden" style="left:2px; top:361px; width:148px; height:19px; "/>
  222. <caption id="caption1" class="cell_1" visibility="hidden" style="left:2px; top:381px; width:148px; height:19px; text-align:center; ">거래건수</caption>
  223. <caption id="caption2" class="cell_1" visibility="hidden" style="left:2px; top:401px; width:148px; height:19px; text-align:center; ">거래금액</caption>
  224. <line id="line7" class="line_2" visibility="visible" style="x1:1px; y1:71px; x2:1192px; y2:71px; "/>
  225. <line id="line10" class="line_2" visibility="hidden" style="x1:1189px; y1:360px; x2:1189px; y2:422px; background-color:#99ccff; "/>
  226. <caption id="caption11" class="cell_1" visibility="hidden" style="left:758px; top:361px; width:150px; height:19px; text-align:center; ">조 회</caption>
  227. <input id="ipt_refcnt" ref="/root/main/gridlist/cntinfo/cnt/refcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:758px; top:381px; width:150px; height:19px; "/>
  228. <input id="ipt_dayamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:152px; top:401px; width:150px; height:19px; "/>
  229. <input id="ipt_daycnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:152px; top:381px; width:150px; height:19px; "/>
  230. <caption id="caption18" class="cell_1" visibility="hidden" style="left:152px; top:361px; width:150px; height:19px; text-align:center; ">일</caption>
  231. <input id="ipt_weekamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:304px; top:401px; width:150px; height:19px; "/>
  232. <input id="ipt_weekcnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:304px; top:381px; width:150px; height:19px; "/>
  233. <caption id="caption19" class="cell_1" visibility="hidden" style="left:304px; top:361px; width:150px; height:19px; text-align:center; ">주</caption>
  234. <input id="ipt_monthamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:455px; top:401px; width:150px; height:19px; "/>
  235. <input id="ipt_monthcnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:455px; top:381px; width:150px; height:19px; "/>
  236. <caption id="caption20" class="cell_1" visibility="hidden" style="left:455px; top:361px; width:150px; height:19px; text-align:center; ">월</caption>
  237. <caption id="caption21" class="cell_1" visibility="hidden" style="left:606px; top:361px; width:150px; height:19px; text-align:center; ">누 계</caption>
  238. <input id="ipt_acmiamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:606px; top:401px; width:150px; height:19px; "/>
  239. <input id="ipt_acmicnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:606px; top:381px; width:150px; height:19px; "/>
  240. <input id="input11" ref="/root/main/gridlist/cntinfo/cnt/refamt" disabled="true" navindex="1" visibility="hidden" autonext="false" style="left:758px; top:401px; width:150px; height:19px; "/>
  241. <caption id="caption22" visibility="hidden" style="left:907px; top:386px; width:14px; height:15px; font-size:8pt; font-weight:bold; ">건</caption>
  242. <caption id="caption24" visibility="hidden" style="left:907px; top:406px; width:14px; height:15px; font-size:8pt; font-weight:bold; ">원</caption>
  243. <caption id="caption25" class="tit_2" visibility="visible" style="left:5px; top:11px; width:139px; height:13px; ">입금개별정보</caption>
  244. <line id="line1" class="line_1" visibility="visible" style="x1:1px; y1:25px; x2:1191px; y2:25px; "/>
  245. <caption id="caption27" class="cell_1" visibility="visible" style="left:3px; top:31px; width:90px; height:19px; text-align:center; ">사용자명</caption>
  246. <input id="ipt_indhngnm" ref="/root/main/indcaseinfo/hngnm" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:94px; top:31px; width:120px; height:19px; "/>
  247. <input id="ipt_indvacntno" ref="/root/main/indcaseinfo/vacntno" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:94px; top:51px; width:120px; height:19px; "/>
  248. <caption id="caption28" class="cell_1" visibility="visible" style="left:3px; top:51px; width:90px; height:19px; text-align:center; ">가상계좌번호</caption>
  249. <input id="ipt_indbankdeposeqno" ref="/root/main/indcaseinfo/bankdeposeqno" disabled="true" navindex="1" visibility="visible" autonext="false" format="9999999999" style="left:306px; top:31px; width:90px; height:19px; "/>
  250. <caption id="caption29" class="cell_1" visibility="visible" style="left:215px; top:31px; width:90px; height:19px; text-align:center; ">입금일련번호</caption>
  251. <caption id="caption30" class="cell_1" visibility="visible" style="left:215px; top:51px; width:90px; height:19px; text-align:center; ">입금은행</caption>
  252. <caption id="caption31" class="cell_1" visibility="visible" style="left:397px; top:31px; width:80px; height:19px; text-align:center; ">입금자명</caption>
  253. <input id="ipt_inddeponm" ref="/root/main/indcaseinfo/deponm" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:478px; top:31px; width:137px; height:19px; "/>
  254. <caption id="caption32" class="cell_1" visibility="visible" style="left:397px; top:51px; width:80px; height:19px; text-align:center; ">입금금액</caption>
  255. <input id="ipt_inddepoamt" ref="/root/main/indcaseinfo/depoamt" disabled="true" navindex="1" visibility="visible" autonext="false" format="#,###" style="left:478px; top:51px; width:137px; height:19px; "/>
  256. <caption id="caption33" class="cell_1" visibility="visible" style="left:616px; top:31px; width:70px; height:19px; text-align:center; ">입금일자</caption>
  257. <input id="ipt_inddepodd" ref="/root/main/indcaseinfo/depodd" disabled="true" navindex="1" visibility="visible" autonext="false" format="yyyy/mm/dd" style="left:687px; top:31px; width:72px; height:19px; "/>
  258. <input id="ipt_inddepotm" ref="/root/main/indcaseinfo/depotm" disabled="true" navindex="1" visibility="visible" autonext="false" format="hh:nn:ss" style="left:687px; top:51px; width:72px; height:19px; "/>
  259. <caption id="caption34" class="cell_1" visibility="visible" style="left:616px; top:51px; width:70px; height:19px; text-align:center; ">입금일시</caption>
  260. <caption id="caption35" class="cell_1" visibility="visible" style="left:760px; top:31px; width:70px; height:19px; text-align:center; ">입금구분</caption>
  261. <input id="ipt_indremfact" ref="/root/main/indcaseinfo/remfact" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:831px; top:51px; width:95px; height:19px; "/>
  262. <caption id="caption36" class="cell_1" visibility="visible" style="left:760px; top:51px; width:70px; height:19px; text-align:center; ">비 고</caption>
  263. <select1 id="cmb_inddepobank" ref="/root/main/indcaseinfo/depobank" disabled="true" visibility="visible" appearance="minimal" style="left:306px; top:51px; width:90px; height:19px; ">
  264. <choices>
  265. <itemset nodeset="/root/init/P0468list/P0468">
  266. <label ref="cdnm"/>
  267. <value ref="cdid"/>
  268. </itemset>
  269. </choices>
  270. </select1>
  271. <select1 id="cmb_inddepoflag" ref="/root/main/indcaseinfo/depoflag" disabled="true" visibility="visible" appearance="minimal" style="left:831px; top:31px; width:95px; height:19px; ">
  272. <choices>
  273. <item>
  274. <label>입금</label>
  275. <value>02001300</value>
  276. </item>
  277. <item>
  278. <label>취소</label>
  279. <value>04001300</value>
  280. </item>
  281. </choices>
  282. </select1>
  283. <caption id="caption37" class="cell_1" visibility="visible" style="left:928px; top:31px; width:80px; height:19px; text-align:center; ">최종수정자</caption>
  284. <caption id="caption38" class="cell_1" visibility="visible" style="left:928px; top:51px; width:80px; height:19px; text-align:center; ">최종수정일시</caption>
  285. <input id="ipt_lastupdtrid" ref="/root/main/indcaseinfo/lastupdtrid" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:1009px; top:31px; width:114px; height:19px; "/>
  286. <input id="ipt_lastupdtdt" ref="/root/main/indcaseinfo/lastupdtdt" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:1009px; top:51px; width:114px; height:19px; "/>
  287. <caption id="caption39" class="cell_1" visibility="visible" style="left:1124px; top:31px; width:35px; height:39px; text-align:left; ">
  288. <![CDATA[사용
  289. 구분]]>
  290. </caption>
  291. <line id="line2" class="line_2" visibility="hidden" style="x1:0px; y1:359px; x2:1191px; y2:359px; "/>
  292. <line id="line6" class="line_2" visibility="hidden" style="x1:0px; y1:421px; x2:1191px; y2:421px; "/>
  293. <bool id="bol_uncouseyn" visibility="visible" checkvalue="true,false" ref="/root/main/indcaseinfo/uncouseyn" style="left:1164px; top:41px; width:20px; height:20px; text-align:left; ">
  294. <script type="javascript" ev:event="xforms-value-changed">
  295. <![CDATA[
  296. model.copyNode("/root/send/send_usechange","/root/main/indcaseinfo");
  297. submit("TXPMC06100");
  298. fSendChk();
  299. ]]>
  300. </script>
  301. </bool>
  302. <select1 id="rdo_acntflag" ref="/root/send/send_ref/acntflag" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:1100px; top:0px; width:90px; height:15px; border-style:none; ">
  303. <choices>
  304. <item>
  305. <label>개인</label>
  306. <value>P</value>
  307. </item>
  308. <item>
  309. <label>기관</label>
  310. <value>I</value>
  311. </item>
  312. </choices>
  313. </select1>
  314. <select1 id="rdo_uncouseflag" ref="/root/send/send_ref/uncouseyn" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:940px; top:0px; width:145px; height:15px; border-style:none; ">
  315. <choices>
  316. <item>
  317. <label>전체</label>
  318. <value>A</value>
  319. </item>
  320. <item>
  321. <label>사용</label>
  322. <value>Y</value>
  323. </item>
  324. <item>
  325. <label>미사용</label>
  326. <value>N</value>
  327. </item>
  328. </choices>
  329. </select1>
  330. <caption id="caption7" style="left:1086px; top:3px; width:10px; height:15px; font-weight:bold; ">,</caption>
  331. <button id="button12" class="btn2_letter4" style="left:1127px; top:75px; width:64px; height:19px; ">
  332. <caption>엑셀저장</caption>
  333. <script type="javascript" ev:event="DOMActivate">
  334. <![CDATA[
  335. var fileName = window.fileDialog("save", ",", false, "가상계좌리스트" + model.getValue("/root/send/send_ref/fromdd") + "_" + model.getValue("/root/send/send_ref/todd"), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  336. if (fileName != "") {
  337. grd_gridlist.saveExcel(fileName, "sheet");
  338. }
  339. ]]>
  340. </script>
  341. </button>
  342. </group>
  343. <group id="group2" style="left:0px; top:13px; width:1195px; height:40px; ">
  344. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:2px; width:1194px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
  345. <button id="btn_ref" class="btn1_letter2" style="left:1125px; top:9px; width:56px; height:22px; ">
  346. <caption>조회</caption>
  347. <script type="javascript" ev:event="DOMActivate">
  348. <![CDATA[
  349. fSendChk();
  350. //submit("TRPMC06100");
  351. ]]>
  352. </script>
  353. </button>
  354. <input id="ipt_vacntno" ref="/root/send/send_ref/vacntno" style="left:895px; top:10px; width:85px; height:19px; ">
  355. <script type="javascript" ev:event="onkeypress">
  356. <![CDATA[
  357. inputEnterKey("btn_ref", "DOMActivate");
  358. ]]>
  359. </script>
  360. </input>
  361. <input id="ipt_deponm" ref="/root/send/send_ref/deponm" maxlength="14" style="left:349px; top:11px; width:71px; height:19px; ">
  362. <script type="javascript" ev:event="onkeypress">
  363. <![CDATA[
  364. inputEnterKey("btn_ref", "DOMActivate");
  365. ]]>
  366. </script>
  367. </input>
  368. <caption id="caption12" class="search_name" style="left:817px; top:12px; width:80px; height:17px; ">가상계좌</caption>
  369. <line id="line4" class="line_4" style="x1:1110px; y1:7px; x2:1110px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  370. <input id="ipt_fromdd" ref="/root/send/send_ref/fromdd" inputtype="date" maxlength="14" style="left:92px; top:11px; width:85px; height:19px; "/>
  371. <caption id="caption15" class="search_name" style="left:269px; top:12px; width:80px; height:17px; ">입금자명</caption>
  372. <caption id="caption5" class="search_name" style="left:10px; top:13px; width:77px; height:17px; ">입금기간</caption>
  373. <input id="ipt_todd" ref="/root/send/send_ref/todd" inputtype="date" maxlength="14" style="left:179px; top:11px; width:85px; height:19px; "/>
  374. <input id="ipt_depoamt" ref="/root/send/send_ref/depoamt" maxlength="14" format="9999999999" style="left:504px; top:11px; width:97px; height:19px; ">
  375. <script type="javascript" ev:event="onkeypress">
  376. <![CDATA[
  377. inputEnterKey("btn_ref", "DOMActivate");
  378. ]]>
  379. </script>
  380. </input>
  381. <caption id="caption13" class="search_name" style="left:424px; top:12px; width:80px; height:17px; ">입금금액</caption>
  382. <caption id="caption14" class="search_name" visibility="hidden" style="left:659px; top:12px; width:80px; height:17px; ">입금은행</caption>
  383. <caption id="caption16" class="search_name" style="left:984px; top:12px; width:51px; height:17px; ">구분</caption>
  384. <select1 id="cmb_depoflag" ref="/root/send/send_ref/depoflag" appearance="minimal" style="left:1038px; top:11px; width:57px; height:19px; ">
  385. <choices>
  386. <item>
  387. <label>전체</label>
  388. <value>-</value>
  389. </item>
  390. <item>
  391. <label>입금</label>
  392. <value>02001300</value>
  393. </item>
  394. <item>
  395. <label>취소</label>
  396. <value>04001300</value>
  397. </item>
  398. </choices>
  399. </select1>
  400. <caption id="caption17" style="left:601px; top:15px; width:28px; height:15px; font-size:8pt; font-weight:bold; ">이상</caption>
  401. <!-- P0468 -->
  402. <select1 id="cmb_depobank" ref="/root/send/send_ref/depobank" visibility="hidden" appearance="minimal" style="left:736px; top:11px; width:77px; height:19px; ">
  403. <choices>
  404. <itemset nodeset="/root/init/P0468list/P0468">
  405. <label ref="cdnm"/>
  406. <value ref="cdid"/>
  407. </itemset>
  408. </choices>
  409. </select1>
  410. <input id="input1" ref="/root/send/send_ref/pid" maxlength="14" style="left:715px; top:11px; width:100px; height:19px; ">
  411. <script type="javascript" ev:event="onkeypress">
  412. <![CDATA[
  413. inputEnterKey("btn_ref", "DOMActivate");
  414. ]]>
  415. </script>
  416. </input>
  417. <caption id="caption3" class="search_name" style="left:635px; top:12px; width:85px; height:17px; ">등록번호</caption>
  418. </group>
  419. </xhtml:body>
  420. </xhtml:html>