SMPMC02200_VIP환자조회.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  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. <vipinfo>
  11. <viplist/>
  12. </vipinfo>
  13. <statusinfo>
  14. <ordlist/>
  15. <admtlist/>
  16. <oprslist/>
  17. <dschlist/>
  18. <testlist/>
  19. </statusinfo>
  20. </main>
  21. <send>
  22. <allday>N</allday>
  23. <pid/>
  24. <hngnm/>
  25. <rrgstno1/>
  26. <rrgstno2/>
  27. <vipcls/>
  28. <vipflag/>
  29. <ezpassyn>N</ezpassyn>
  30. <fromdd/>
  31. <todd/>
  32. <cardtodd/>
  33. <cardrgstdd/>
  34. </send>
  35. <init>
  36. <P0443list/>
  37. <P0444list/>
  38. </init>
  39. <!--
  40. <hidden>
  41. <tmp/>
  42. </hidden>
  43. -->
  44. </root>
  45. </instance>
  46. <script type="javascript">
  47. <![CDATA[
  48. var TIMER_ID = "";
  49. function fGetVipStatus() {
  50. submit("TRPMC02201");
  51. var now = new Date();
  52. cap_lastupdate.value = now.toLocaleTimeString();
  53. var next = new Date();
  54. next.setMinutes(now.getMinutes() + 5);
  55. cap_nextupdate.value = next.toLocaleTimeString();
  56. }
  57. ]]>
  58. </script>
  59. <script type="javascript" ev:event="xforms-ready">
  60. <![CDATA[
  61. model.setValue("/root/send/fromdd", getCurrentDate());
  62. model.setValue("/root/send/todd", getCurrentDate());
  63. ipt_fromdd.refresh();
  64. ipt_todd.refresh();
  65. // VIP 관련 코드 조회 (분류, 구분)
  66. zbcfGetCodeList(new Array("P0444", "P0443"), new Array("/root/init/P0444list", "/root/init/P0443list"));
  67. addComboItem("cmb_vipcls", "전체", "A");
  68. addComboItem("cmb_vipflag", "전체", "A");
  69. model.setValue("/root/send/vipcls", "A");
  70. model.setValue("/root/send/vipflag", "A");
  71. rdo_ezpassyn.refresh();
  72. //진료과코드 진료의사ID 조회
  73. //pamGetDeptCDDrIDList();
  74. grd_ordlist.rowHeightMin = 23;
  75. grd_admtlist.rowHeightMin = 23;
  76. grd_dschlist.rowHeightMin = 23;
  77. grd_testlist.rowHeightMin = 23;
  78. grd_viplist.rowHeightMin = 23;
  79. fGetVipStatus();
  80. TIMER_ID = window.setInterval("fGetVipStatus()", 1000 * 60 * 5);
  81. ]]>
  82. </script>
  83. <script type="javascript" ev:event="xforms-model-destruct">
  84. <![CDATA[
  85. if (TIMER_ID != "") {
  86. window.clearInterval(TIMER_ID);
  87. }
  88. ]]>
  89. </script>
  90. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  91. <!--submission id="TRPAM00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/hidden/tmp"/-->
  92. <submission id="TRPMC02200" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/vipinfo/viplist"/>
  93. <submission id="TRPMC02201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statusinfo"/>
  94. </model>
  95. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  96. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  97. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  98. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  99. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  100. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  101. </xhtml:head>
  102. <xhtml:body pagewidth="1211" pageheight="784" tyle="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0;">
  103. <button id="btn_status" class="btn_sw" visibility="hidden" group="tab" selected="false" style="left:0px; top:20px; width:85px; height:22px; ">
  104. <caption>내원 현황</caption>
  105. <toggle case="case1" ev:event="onclick"/>
  106. </button>
  107. <button id="btn_list" class="btn_sw" visibility="hidden" group="tab" selected="true" style="left:85px; top:20px; width:85px; height:22px; ">
  108. <caption>VIP 목록</caption>
  109. <toggle case="case2" ev:event="onclick"/>
  110. </button>
  111. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:15px; ">이지패스 환자 조회</caption>
  112. <switch id="swt_vip" style="left:0px; top:40px; width:1194px; height:730px; border-color:#c7a3cf; border-style:solid; ">
  113. <case id="case1" style="left:0px; top:0px; width:100.00%; height:100.00%; ">
  114. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:780px; top:680px; width:405px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  115. <caption id="caption1" class="tit_2" style="left:10px; top:10px; width:145px; height:13px; ">진료일자</caption>
  116. <line id="line1" class="line_1" style="x1:10px; y1:25px; x2:591px; y2:25px; "/>
  117. <datagrid id="grd_ordlist" nodeset="/root/main/statusinfo/ordlist" autoresize="true" caption="VIP분류^VIP구분^등록번호^이름^주민등록번호^외래예약상황^외래예약상황^외래예약상황^진료참조사항|VIP분류^VIP구분^등록번호^이름^주민등록번호^외래예약일시^진료과^진료의^진료참조사항" colsep="^" colwidth="55, 60, 55, 50, 95, 105, 100, 50, 200" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:30px; width:581px; height:210px; text-align:center; word-wrap:word; ">
  118. <col disabled="true" ref="vipcls" type="combo">
  119. <choices>
  120. <itemset nodeset="/root/init/P0443list/P0443">
  121. <label ref="cdnm"/>
  122. <value ref="cdid"/>
  123. </itemset>
  124. </choices>
  125. </col>
  126. <col disabled="true" ref="vipflag" type="combo">
  127. <choices>
  128. <itemset nodeset="/root/init/P0444list/P0444">
  129. <label ref="cdnm"/>
  130. <value ref="cdid"/>
  131. </itemset>
  132. </choices>
  133. </col>
  134. <col ref="pid"/>
  135. <col explorerbar="sortshow" ref="hngnm"/>
  136. <col ref="rrgstno"/>
  137. <col explorerbar="sortshow" ref="orddt" format="yyyy-mm-dd hh:nn"/>
  138. <col explorerbar="sortshow" ref="orddeptnm"/>
  139. <col explorerbar="sortshow" ref="orddrnm"/>
  140. <col ref="remfact" style="text-align:left; "/>
  141. </datagrid>
  142. <caption id="caption4" class="tit_2" style="left:10px; top:250px; width:145px; height:13px; ">수술일자</caption>
  143. <line id="line2" class="line_1" style="x1:10px; y1:265px; x2:591px; y2:265px; "/>
  144. <datagrid id="grd_oprslist" nodeset="/root/main/statusinfo/oprslist" caption="VIP분류^VIP구분^등록번호^이름^주민등록번호^수술예약상황^수술예약상황^수술예약상황^수술예약상황^진료참조사항|VIP분류^VIP구분^등록번호^이름^주민등록번호^수술예약일^집도과^집도의^수술명^진료참조사항" colsep="^" colwidth="55, 60, 55, 50, 95, 75, 100, 50, 200, 200" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:270px; width:581px; height:210px; text-align:center; word-wrap:word; ">
  145. <col disabled="true" ref="vipcls" type="combo">
  146. <choices>
  147. <itemset nodeset="/root/init/P0443list/P0443">
  148. <label ref="cdnm"/>
  149. <value ref="cdid"/>
  150. </itemset>
  151. </choices>
  152. </col>
  153. <col disabled="true" ref="vipflag" type="combo">
  154. <choices>
  155. <itemset nodeset="/root/init/P0444list/P0444">
  156. <label ref="cdnm"/>
  157. <value ref="cdid"/>
  158. </itemset>
  159. </choices>
  160. </col>
  161. <col ref="pid"/>
  162. <col explorerbar="sortshow" ref="hngnm"/>
  163. <col ref="rrgstno"/>
  164. <col explorerbar="sortshow" ref="opcnfmdd" format="yyyy-mm-dd"/>
  165. <col explorerbar="sortshow" ref="oporddeptnm"/>
  166. <col explorerbar="sortshow" ref="oporddrnm"/>
  167. <col ref="opcd" style="text-align:left; "/>
  168. <col ref="remfact" style="text-align:left; "/>
  169. </datagrid>
  170. <caption id="caption5" class="tit_2" style="left:10px; top:490px; width:145px; height:13px; ">검사일자</caption>
  171. <line id="line3" class="line_1" style="x1:10px; y1:505px; x2:591px; y2:505px; "/>
  172. <datagrid id="grd_testlist" nodeset="/root/main/statusinfo/testlist" autoresize="true" caption="VIP분류^VIP구분^등록번호^이름^주민등록번호^검사 예약 현황^검사 예약 현황^검사 예약 현황^진료참조사항|VIP분류^VIP구분^등록번호^이름^주민등록번호^검사예약일시^검사장소^검사명^진료참조사항" colsep="^" colwidth="55, 60, 55, 50, 95, 105, 150, 200, 400" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:510px; width:581px; height:210px; text-align:center; word-wrap:word; ">
  173. <col disabled="true" ref="vipcls" type="combo" style="text-align:center; ">
  174. <choices>
  175. <itemset nodeset="/root/init/P0443list/P0443">
  176. <label ref="cdnm"/>
  177. <value ref="cdid"/>
  178. </itemset>
  179. </choices>
  180. </col>
  181. <col disabled="true" ref="vipflag" type="combo" style="text-align:center; ">
  182. <choices>
  183. <itemset nodeset="/root/init/P0444list/P0444">
  184. <label ref="cdnm"/>
  185. <value ref="cdid"/>
  186. </itemset>
  187. </choices>
  188. </col>
  189. <col ref="pid"/>
  190. <col explorerbar="sortshow" ref="hngnm"/>
  191. <col ref="rrgstno"/>
  192. <col explorerbar="sortshow" ref="rsrvdt" format="yyyy-mm-dd hh:nn"/>
  193. <col explorerbar="sortshow" ref="rsrvplce"/>
  194. <col explorerbar="sortshow" ref="rsrvnm" style="text-align:left; "/>
  195. <col ref="remfact" style="text-align:left; "/>
  196. </datagrid>
  197. <datagrid id="grd_admtlist" nodeset="/root/main/statusinfo/admtlist" autoresize="true" caption="VIP분류^VIP구분^등록번호^이름^주민등록번호^입원예약상황^입원예약상황^입원예약상황^진료참조사항|VIP분류^VIP구분^등록번호^이름^주민등록번호^입원예정일^진료과^진료의^진료참조사항" colsep="^" colwidth="55, 60, 55, 50, 95, 75, 100, 50, 200" mergecellsfixedrows="bycolrec" rowsep="|" style="left:600px; top:30px; width:581px; height:210px; text-align:center; word-wrap:word; ">
  198. <col disabled="true" ref="vipcls" type="combo">
  199. <choices>
  200. <itemset nodeset="/root/init/P0443list/P0443">
  201. <label ref="cdnm"/>
  202. <value ref="cdid"/>
  203. </itemset>
  204. </choices>
  205. </col>
  206. <col disabled="true" ref="vipflag" type="combo">
  207. <choices>
  208. <itemset nodeset="/root/init/P0444list/P0444">
  209. <label ref="cdnm"/>
  210. <value ref="cdid"/>
  211. </itemset>
  212. </choices>
  213. </col>
  214. <col ref="pid"/>
  215. <col explorerbar="sortshow" ref="hngnm"/>
  216. <col ref="rrgstno"/>
  217. <col explorerbar="sortshow" ref="inrsrvacptdd" format="yyyy-mm-dd"/>
  218. <col explorerbar="sortshow" ref="inorddeptnm"/>
  219. <col explorerbar="sortshow" ref="inorddrnm"/>
  220. <col ref="remfact" style="text-align:left; "/>
  221. </datagrid>
  222. <caption id="caption9" class="tit_2" style="left:600px; top:10px; width:145px; height:13px; ">입원일자</caption>
  223. <caption id="caption11" class="tit_2" style="left:600px; top:250px; width:145px; height:13px; ">퇴원일자</caption>
  224. <line id="line4" class="line_1" style="x1:600px; y1:25px; x2:1181px; y2:25px; "/>
  225. <line id="line5" class="line_1" style="x1:600px; y1:265px; x2:1181px; y2:265px; "/>
  226. <datagrid id="grd_dschlist" nodeset="/root/main/statusinfo/dschlist" autoresize="true" caption="VIP분류^VIP구분^등록번호^이름^주민등록번호^퇴원일^퇴원 후 외래^퇴원 후 외래^퇴원 후 외래^진료참조사항|VIP분류^VIP구분^등록번호^이름^주민등록번호^퇴원일^외래예약일시^진료과^진료의^진료참조사항" colsep="^" colwidth="55, 60, 55, 50, 95, 75, 105, 100, 50, 400" mergecellsfixedrows="bycolrec" rowsep="|" style="left:600px; top:270px; width:581px; height:210px; text-align:center; word-wrap:word; ">
  227. <col disabled="true" ref="vipcls" type="combo">
  228. <choices>
  229. <itemset nodeset="/root/init/P0443list/P0443">
  230. <label ref="cdnm"/>
  231. <value ref="cdid"/>
  232. </itemset>
  233. </choices>
  234. </col>
  235. <col disabled="true" ref="vipflag" type="combo">
  236. <choices>
  237. <itemset nodeset="/root/init/P0444list/P0444">
  238. <label ref="cdnm"/>
  239. <value ref="cdid"/>
  240. </itemset>
  241. </choices>
  242. </col>
  243. <col explorerbar="sortshow" ref="pid"/>
  244. <col ref="hngnm"/>
  245. <col ref="rrgstno"/>
  246. <col explorerbar="sortshow" ref="dschdd" format="yyyy-mm-dd"/>
  247. <col explorerbar="sortshow" ref="opdorddt" format="yyyy-mm-dd hh:nn"/>
  248. <col explorerbar="sortshow" ref="opdorddeptcd"/>
  249. <col explorerbar="sortshow" ref="opdorddrid"/>
  250. <col ref="remfact" style="text-align:left; "/>
  251. </datagrid>
  252. <caption id="caption12" style="left:600px; top:699px; width:65px; height:20px; ">다음 갱신 :</caption>
  253. <button id="btn_update" class="btn1_letter2" style="left:1118px; top:690px; width:56px; height:22px; ">
  254. <caption>조회</caption>
  255. <script type="javascript" ev:event="DOMActivate">
  256. <![CDATA[
  257. if (TIMER_ID != "") {
  258. window.clearInterval(TIMER_ID);
  259. }
  260. if (event.ctrlKey == 1) {
  261. model.setValue("/root/send/allday", "Y");
  262. }
  263. fGetVipStatus();
  264. model.setValue("/root/send/allday", "N");
  265. TIMER_ID = window.setInterval("fGetVipStatus()", 1000 * 60 * 5);
  266. ]]>
  267. </script>
  268. </button>
  269. <caption id="caption13" style="left:600px; top:679px; width:70px; height:20px; ">최근 갱신 :</caption>
  270. <caption id="cap_lastupdate" style="left:665px; top:679px; width:100px; height:20px; font-family:돋움; font-size:10pt; font-weight:bold; "/>
  271. <caption id="cap_nextupdate" style="left:665px; top:699px; width:100px; height:20px; font-family:돋움; font-size:10pt; font-weight:bold; "/>
  272. <caption id="caption15" class="search_name" style="left:795px; top:692px; width:86px; height:17px; ">조회기간 :</caption>
  273. <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" inputtype="date" style="left:890px; top:691px; width:90px; height:19px; "/>
  274. <input id="ipt_todd" ref="/root/send/todd" class="input_search" inputtype="date" style="left:995px; top:691px; width:90px; height:19px; "/>
  275. <caption id="caption16" style="left:980px; top:692px; width:15px; height:20px; text-align:center; ">~</caption>
  276. <line id="line7" style="x1:1100px; y1:687px; x2:1100px; y2:714px; border-color:#FFD799; border-left-style:solid; "/>
  277. </case>
  278. <case id="case2" selected="true" style="left:0px; top:0px; width:100.00%; height:100.00%; ">
  279. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:10px; top:10px; width:1174px; height:65px; "/>
  280. <caption id="caption7" class="tit_2" style="left:10px; top:84px; width:145px; height:13px; ">이지패스 환자 목록</caption>
  281. <line id="line6" class="line_1" style="x1:10px; y1:100px; x2:1182px; y2:100px; "/>
  282. <button id="btn_updtexcel" class="btn2_letter4" style="left:1118px; top:79px; width:64px; height:19px; ">
  283. <caption>엑셀저장</caption>
  284. <script type="javascript" ev:event="DOMActivate">
  285. <![CDATA[
  286. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  287. if (fileName != "") {
  288. grd_viplist.saveExcel(fileName, "SheetName", true, true, "", "", "true");
  289. }
  290. ]]>
  291. </script>
  292. </button>
  293. <datagrid id="grd_viplist" nodeset="/root/main/vipinfo/viplist" autoresize="true" caption="VIP분류^VIP구분^이지패스^환자번호^이름^주민등록번호^생일^전화번호^핸드폰번호^기타전화번호^진료참조사항^의뢰자^카드등록일자^카드번호^카드시작일자^카드종료일자^근무처^직책^수행원이름^수행원전화번호^최초등록자" colsep="^" colwidth="55, 60, 55, 60, 50, 95, 75, 90, 90, 90, 400, 100, 80, 140, 80, 80, 90, 90, 80, 90, 80" defaultrows="2" frozencols="5" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:10px; top:105px; width:1172px; height:610px; text-align:center; word-wrap:word; ">
  294. <col disabled="true" ref="vipcls" type="combo" visibility="hidden" style="text-align:center; ">
  295. <choices>
  296. <itemset nodeset="/root/init/P0443list/P0443">
  297. <label ref="cdnm"/>
  298. <value ref="cdid"/>
  299. </itemset>
  300. </choices>
  301. </col>
  302. <col disabled="true" ref="vipflag" type="combo" visibility="hidden" style="text-align:center; ">
  303. <choices>
  304. <itemset nodeset="/root/init/P0444list/P0444">
  305. <label ref="cdnm"/>
  306. <value ref="cdid"/>
  307. </itemset>
  308. </choices>
  309. </col>
  310. <col disabled="true" ref="ezpassyn" type="combo" style="text-align:center; ">
  311. <choices>
  312. <item>
  313. <label>신청</label>
  314. <value>Y</value>
  315. </item>
  316. <item>
  317. <label>미신청</label>
  318. <value>N</value>
  319. </item>
  320. </choices>
  321. </col>
  322. <col ref="pid"/>
  323. <col explorerbar="sortshow" ref="hngnm"/>
  324. <col explorerbar="sortshow" ref="rrgstno"/>
  325. <col ref="brthdd" format="yyyy-mm-dd"/>
  326. <col ref="hometel" style="text-align:center; "/>
  327. <col ref="mpphontel"/>
  328. <col ref="etctel"/>
  329. <col ref="remfact" style="text-align:left; "/>
  330. <col explorerbar="sortshow" ref="recmerid"/>
  331. <col ref="cardrgstdd" format="yyyy-mm-dd" style="text-align:center; "/>
  332. <col ref="cardno" style="text-align:center; "/>
  333. <col ref="cardfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
  334. <col ref="cardtodd" format="yyyy-mm-dd" style="text-align:center; "/>
  335. <col ref="dutplce"/>
  336. <col ref="jobpos"/>
  337. <col ref="attendantnm"/>
  338. <col ref="attendanttelno"/>
  339. <col ref="fstrgstrnm"/>
  340. <script type="javascript" ev:event="onaftersort">
  341. <![CDATA[
  342. grd_viplist.gridToInstance();
  343. ]]>
  344. </script>
  345. </datagrid>
  346. <input id="ipt_rrgstno1" ref="/root/send/rrgstno1" class="input_search" navindex="3" maxlength="6" format="999999" style="left:583px; top:18px; width:60px; height:19px; "/>
  347. <input id="ipt_rrgstno2" ref="/root/send/rrgstno2" class="input_search" navindex="4" maxlength="7" format="9999999" style="left:654px; top:18px; width:60px; height:19px; ">
  348. <script type="javascript" ev:event="onkeypress">
  349. <![CDATA[
  350. inputEnterKey("btn_search", "DOMActivate");
  351. ]]>
  352. </script>
  353. </input>
  354. <input id="ipt_pid" ref="/root/send/pid" class="input_search" navindex="1" style="left:120px; top:18px; width:60px; height:19px; ">
  355. <script type="javascript" ev:event="onkeypress">
  356. <![CDATA[
  357. inputEnterKey("btn_search", "DOMActivate");
  358. ]]>
  359. </script>
  360. </input>
  361. <caption id="caption10" class="search_name" style="left:490px; top:19px; width:86px; height:17px; ">주민번호 :</caption>
  362. <caption id="caption21" class="search_name" style="left:30px; top:19px; width:86px; height:17px; ">등록번호 :</caption>
  363. <caption id="caption22" style="left:643px; top:18px; width:10px; height:20px; text-align:center; ">-</caption>
  364. <caption id="caption2" class="search_name" style="left:240px; top:19px; width:61px; height:17px; ">이름 :</caption>
  365. <caption id="caption3" class="search_name" visibility="hidden" style="left:740px; top:19px; width:86px; height:17px; ">분류 :</caption>
  366. <input id="input1" ref="/root/send/hngnm" class="input_search" navindex="2" style="left:305px; top:18px; width:60px; height:19px; ">
  367. <script type="javascript" ev:event="onkeypress">
  368. <![CDATA[
  369. inputEnterKey("btn_search", "DOMActivate");
  370. ]]>
  371. </script>
  372. </input>
  373. <select1 id="cmb_vipcls" ref="/root/send/vipcls" class="combo_search" navindex="5" visibility="hidden" appearance="minimal" style="left:823px; top:18px; width:80px; height:19px; ">
  374. <choices>
  375. <itemset nodeset="/root/init/P0443list/P0443">
  376. <label ref="cdnm"/>
  377. <value ref="cdid"/>
  378. </itemset>
  379. </choices>
  380. </select1>
  381. <caption id="caption8" class="search_name" visibility="hidden" style="left:927px; top:19px; width:86px; height:17px; ">구분 :</caption>
  382. <select1 id="cmb_vipflag" ref="/root/send/vipflag" class="combo_search" navindex="6" visibility="hidden" appearance="minimal" style="left:1010px; top:18px; width:80px; height:19px; ">
  383. <choices>
  384. <itemset nodeset="/root/init/P0444list/P0444">
  385. <label ref="cdnm"/>
  386. <value ref="cdid"/>
  387. </itemset>
  388. </choices>
  389. </select1>
  390. <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1114px; top:33px; width:56px; height:22px; ">
  391. <caption>조회</caption>
  392. <script type="javascript" ev:event="DOMActivate">
  393. <![CDATA[
  394. submit("TRPMC02200");
  395. ]]>
  396. </script>
  397. </button>
  398. <caption id="caption14" class="search_name" style="left:30px; top:47px; width:86px; height:17px; ">이지패스 :</caption>
  399. <select1 id="rdo_ezpassyn" ref="/root/send/ezpassyn" navindex="17" appearance="full" cellspacing="5" cols="2" overflow="visible" style="left:120px; top:48px; width:99px; height:19px; background-color:transparent; border-style:none; ">
  400. <choices>
  401. <item>
  402. <label>신청</label>
  403. <value>Y</value>
  404. </item>
  405. <item>
  406. <label>미신청</label>
  407. <value>N</value>
  408. </item>
  409. </choices>
  410. </select1>
  411. <caption id="caption19" class="search_name" style="left:240px; top:48px; width:140px; height:17px; ">이지패스 등록일자 :</caption>
  412. <caption id="caption20" class="search_name" style="left:490px; top:48px; width:140px; height:17px; ">신용카드 종료일자 :</caption>
  413. <input id="input2" ref="/root/send/cardrgstdd" inputtype="date" style="left:385px; top:48px; width:85px; height:19px; text-align:left; "/>
  414. <input id="input3" ref="/root/send/cardtodd" inputtype="date" style="left:635px; top:48px; width:85px; height:19px; text-align:left; "/>
  415. </case>
  416. </switch>
  417. </xhtml:body>
  418. </xhtml:html>