SPPIR31130_정산의뢰현황.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  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. <send>
  10. <data1>
  11. <chkflag/>
  12. <judgdg/>
  13. <clamno/>
  14. <acptno/>
  15. <docuseqno/>
  16. <clamym1/>
  17. <clamym2/>
  18. <fromdd/>
  19. <todd/>
  20. <srchflag/>
  21. <obtappflag>10</obtappflag>
  22. <insukind/>
  23. </data1>
  24. <data2>
  25. <judgdg/>
  26. <clamno/>
  27. <acptno/>
  28. <docuseqno/>
  29. <obtappflag/>
  30. </data2>
  31. <list1>
  32. <obtm/>
  33. </list1>
  34. </send>
  35. <main>
  36. <list1>
  37. <obtm/>
  38. <obtmsum/>
  39. <obtmcntsum/>
  40. </list1>
  41. <list2>
  42. <obtd/>
  43. </list2>
  44. </main>
  45. <init>
  46. <!-- 보험유형 -->
  47. <P0008list>
  48. <P0008>
  49. <cdnm/>
  50. <cdid/>
  51. </P0008>
  52. </P0008list>
  53. <!-- 이신구분 -->
  54. <P0264list>
  55. <P0264>
  56. <cdid/>
  57. <cdnm/>
  58. </P0264>
  59. </P0264list>
  60. <hosplist>
  61. <list/>
  62. </hosplist>
  63. <ptrinfo>
  64. <docuno/>
  65. <setno/>
  66. <judgdg/>
  67. <arrdd/>
  68. <usernm/>
  69. </ptrinfo>
  70. </init>
  71. <hidden/>
  72. </root>
  73. </instance>
  74. <script type="javascript" ev:event="xforms-ready">
  75. <![CDATA[
  76. // 0. 데이터 초기화
  77. model.removenode("/root/main/list1");
  78. model.removenode("/root/main/list2");
  79. model.makeNode("/root/main/list1");
  80. model.makeNode("/root/main/list2");
  81. // 1. 공통코드 초기화 (보험유형, 이신구분)
  82. zbcfGetCodeList(
  83. new Array("P0008", "P0264"),
  84. new Array("/root/init/P0008list", "/root/init/P0264list")
  85. );
  86. // ---------------------------------------------------------------
  87. // 진료과 주치의 초기화
  88. // ---------------------------------------------------------------
  89. /*
  90. submit("TRPID20309", false);
  91. model.makeNode("root/hidden/tmp/orddeptcd");
  92. model.makeNode("root/hidden/tmp/orddeptcd2");
  93. model.makeNode("root/hidden/tmp/orddrid");
  94. model.makeNode("root/hidden/tmp/orddrid2");
  95. model.removeNodeset("root/init/orddeptcd");
  96. model.removeNodeset("root/init/orddeptcd2");
  97. model.removeNodeset("root/init/orddrid");
  98. model.removeNodeset("root/init/orddrid2");
  99. model.makeNode("root/init/orddeptcd");
  100. model.makeNode("root/init/orddeptcd2");
  101. model.makeNode("root/init/orddrid");
  102. model.makeNode("root/init/orddrid2");
  103. model.copyNode("root/init/orddeptcd", "root/hidden/tmp/orddeptcd");
  104. model.copyNode("root/init/orddeptcd2", "root/hidden/tmp/orddeptcd2");
  105. model.copyNode("root/init/orddrid", "root/hidden/tmp/orddrid");
  106. model.copyNode("root/init/orddrid2", "root/hidden/tmp/orddrid2");
  107. model.removeNodeset("root/hidden/tmp/orddeptcd");
  108. model.removeNodeset("root/hidden/tmp/orddeptcd2");
  109. model.removeNodeset("root/hidden/tmp/orddrid");
  110. model.removeNodeset("root/hidden/tmp/orddrid2");
  111. model.refreshpart("/root/send/item1/orddeptcd");
  112. model.refreshpart("/root/send/item1/orddeptcd2");
  113. model.refreshpart("/root/send/item1/orddrid");
  114. model.refreshpart("/root/send/item1/orddrid2");
  115. */
  116. // 청구월 셋팅
  117. var gCurrentym = getCurrentDate().toDate().getDateFormat("YYYYMM");
  118. model.setValue("/root/send/data1/clamym1", gCurrentym);
  119. model.setValue("/root/send/data1/clamym2", gCurrentym);
  120. var nowdate = getCurrentDate().toDate().getDateFormat("YYYYMMDD");
  121. model.setValue("/root/send/data1/fromdd", nowdate);
  122. model.setValue("/root/send/data1/todd", nowdate);
  123. // 조회조건 셋팅
  124. model.setValue("/root/send/data1/srchflag", "1");
  125. ipt_fromdd.disabled = true;
  126. ipt_todd.disabled = true;
  127. // 2. 이의신청 명세서를 조회한다.
  128. if (model.getValue("/root/send/data1/acptno") != "") {
  129. model.setValue("/root/send/data1/chkflag", "1"); // 정산의뢰생성 화면에서 팝업으로 개인별로 조회할때 chkflag = "1"
  130. submit("TRPIR31009");
  131. }
  132. //보험구분 세팅 by 박영우 2011.04.26
  133. model.setValue("/root/send/data1/insukind", "A");
  134. //출력물 병원정보 조회 by 박영우 2011.04.21
  135. submit("TRPIR31010");
  136. model.refresh();
  137. ]]>
  138. </script>
  139. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  140. <submission id="TRPIR31009" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main/list1"/>
  141. <submission id="TRPIR31008" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" resultref="/root/main/list2"/>
  142. <submission id="TXPIR31003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/list1" resultref="/root/temp"/>
  143. <submission id="TXPIR31004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/list1" resultref="/root/temp"/>
  144. <submission id="TRPID20309" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/item1/ioflag" resultref="root/hidden/tmp"/>
  145. <submission id="TRPIR31010" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/hosplist"/>
  146. </model>
  147. <script type="javascript">
  148. <![CDATA[
  149. ]]>
  150. </script>
  151. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  152. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  153. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  154. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  155. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  156. </xhtml:head>
  157. <xhtml:body pagewidth="1170" pageheight="730" guideline="1,1070;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  158. <group id="grp_tle" style="left:0px; top:0px; width:805px; height:13px; ">
  159. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; ">이의신청 정산의뢰 현황</caption>
  160. </group>
  161. <group id="grp_biz" scroll="auto" style="left:0px; top:55px; width:1150px; height:637px; ">
  162. <datagrid id="grd_obtmlist" nodeset="/root/main/list1/obtm" class="datagrid2" caption="선택^청구월^환자번호^환자명^입원일자^진료개시일^진료과^심사자^접수번호^심사차수^청구번호^명일련^묶음번호^보험유형^메모^이의신청일자^이의신청액^결정회신일자^결정액^이의신청문서번호^결정회신문서번호^이신구분" colsep="^" colwidth="30, 60, 72, 72, 72, 76, 86, 64, 55, 55, 70, 50, 55, 60, 205, 88, 80, 88, 80, 100, 100, 100" frozencols="9" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:26px; width:1150px; height:604px; ">
  163. <col ref="chksel" type="checkbox" visibility="hidden"/>
  164. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  165. <col ref="pid" style="text-align:center; "/>
  166. <col ref="patnm" style="text-align:center; "/>
  167. <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
  168. <col ref="ordfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
  169. <col disabled="true" ref="orddeptcd" style="text-align:left; "/>
  170. <col ref="judgrid" style="text-align:center; "/>
  171. <col ref="acptno" style="text-align:center; "/>
  172. <col ref="judgdg" style="text-align:center; "/>
  173. <col ref="clamno" style="text-align:center; "/>
  174. <col ref="docuseqno" style="text-align:center; "/>
  175. <col ref="setno" style="text-align:center; "/>
  176. <col disabled="true" ref="insukind" type="combo">
  177. <choices>
  178. <itemset nodeset="/root/init/P0008list/P0008">
  179. <label ref="cdnm"/>
  180. <value ref="cdid"/>
  181. </itemset>
  182. </choices>
  183. </col>
  184. <col ref="obtapprem"/>
  185. <col ref="obtappdd" format="yyyy-mm-dd" style="text-align:center; "/>
  186. <col ref="obtappamt" format="#,###" style="text-align:right; "/>
  187. <col ref="decirepldd" format="yyyy-mm-dd" style="text-align:center; "/>
  188. <col ref="deciamt" format="#,###" style="text-align:right; "/>
  189. <col ref="obtappdocuno" visibility="hidden"/>
  190. <col ref="decidocuno" visibility="hidden"/>
  191. <col disabled="true" ref="obtappflag" type="combo">
  192. <choices>
  193. <itemset nodeset="/root/init/P0264list/P0264">
  194. <label ref="cdnm"/>
  195. <value ref="cdid"/>
  196. </itemset>
  197. </choices>
  198. </col>
  199. <script type="javascript" ev:event="ondblclick">
  200. <![CDATA[
  201. /*
  202. var row = grd_obtmlist.row;
  203. var judgdg = model.getValue("/root/main/list1/obtm["+row+"]/judgdg");
  204. var clamno = model.getValue("/root/main/list1/obtm["+row+"]/clamno");
  205. var acptno = model.getValue("/root/main/list1/obtm["+row+"]/acptno");
  206. var docuseqno = model.getValue("/root/main/list1/obtm["+row+"]/docuseqno");
  207. var obtappflag = model.getValue("/root/main/list1/obtm["+row+"]/obtappflag");
  208. if (judgdg != "" && clamno != "" && acptno != "" && docuseqno != "" && obtappflag != "") {
  209. // 1. 이의신청 처방을 조회할 데이터를 담는다.
  210. model.makeValue("/root/send/data2/judgdg", judgdg);
  211. model.makeValue("/root/send/data2/clamno", clamno);
  212. model.makeValue("/root/send/data2/acptno", acptno);
  213. model.makeValue("/root/send/data2/docuseqno", docuseqno);
  214. model.makeValue("/root/send/data2/obtappflag", obtappflag);
  215. // 2. 선택한 이의신청 명세서의 이의신청 처방내역을 조회한다.
  216. model.removenode("/root/main/list2");
  217. model.makeNode("/root/main/list2");
  218. submit("TRPIR31008");
  219. }
  220. */
  221. ]]>
  222. </script>
  223. </datagrid>
  224. <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:160px; height:14px; ">이의신청 명세서</caption>
  225. <line id="line1" class="line_1" style="x1:0px; y1:22px; x2:1150px; y2:22px; "/>
  226. <caption id="caption5" style="left:562px; top:5px; width:250px; height:17px; ">정산의뢰일자 = 정산의뢰한 시스템일자</caption>
  227. </group>
  228. <button id="btn_excelsave" class="btn2_letter4" _auth="P" style="left:1082px; top:57px; width:64px; height:19px; ">
  229. <caption>엑셀저장</caption>
  230. <script type="javascript" ev:event="DOMActivate">
  231. <![CDATA[
  232. if (grd_obtmlist.rows > 1) {
  233. var isSave = false;
  234. for (var i = grd_obtmlist.fixedRows; i < grd_obtmlist.rows; i ++ ) {
  235. if (grd_obtmlist.rowHidden(i) == false) {
  236. isSave = true;
  237. i = grd_obtmlist.rows;
  238. }
  239. }
  240. if (isSave == false) {
  241. messageBox("처방 필터를 변경하세요. 엑셀저장할 처방이", "I004"); ///처방 필터를 변경하세요. 엑셀저장할 처방이 없습니다.
  242. return;
  243. }
  244. var fileName = window.fileDialog("save", "", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  245. if (fileName != "") {
  246. //datagrid.saveExcel의 7번째 인자 값(boolean) : 그리드의 col type=combo일 경우 엑셀저장내용이 lable 또는 value로 설정 함
  247. grd_obtmlist.saveExcel(fileName, "sheetname:;colhiddenextend:false;rowhiddenextend:false;", true, true, "", "", true);
  248. }
  249. } else {
  250. messageBox("엑셀저장할 처방이", "I004"); ///엑셀저장할 처방이 없습니다.
  251. }
  252. ]]>
  253. </script>
  254. </button>
  255. <button id="btn_close" class="btn3_letter2" navindex="7" style="left:1085px; top:700px; width:56px; height:22px; ">
  256. <caption>종료</caption>
  257. <script type="javascript" ev:event="DOMActivate">
  258. <![CDATA[
  259. window.close();
  260. ]]>
  261. </script>
  262. </button>
  263. <group id="grp_sea" style="left:0px; top:14px; width:1150px; height:35px; vertical-align:top; ">
  264. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1150px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  265. <line id="line13" class="line_4" style="x1:1069px; y1:5px; x2:1069px; y2:27px; "/>
  266. <button id="btn_search" class="btn1_letter2" navindex="6" style="left:1081px; top:6px; width:56px; height:22px; ">
  267. <caption>조회</caption>
  268. <script type="javascript" ev:event="DOMActivate">
  269. <![CDATA[
  270. model.setValue("/root/send/data1/chkflag", "2"); // 청구월, 정산의뢰일자별로 조회버튼 누를때 chkflag = "2"
  271. model.setValue("/root/send/data1/judgdg", model.getValue("/root/send/data2/judgdg"));
  272. model.setValue("/root/send/data1/clamno", model.getValue("/root/send/data2/clamno"));
  273. model.setValue("/root/send/data1/acptno", model.getValue("/root/send/data2/acptno"));
  274. model.setValue("/root/send/data1/docuseqno", model.getValue("/root/send/data2/docuseqno"));
  275. submit("TRPIR31009");
  276. grd_obtmlist.refresh();
  277. ]]>
  278. </script>
  279. </button>
  280. <caption id="caption30" class="search_name" style="left:268px; top:10px; width:85px; height:17px; ">청구년월</caption>
  281. <input id="ipt_clamym1" ref="/root/send/data1/clamym1" class="input_search" navindex="1" inputtype="date" format="yyyy-mm" style="left:349px; top:9px; width:69px; height:19px; text-align:center; "/>
  282. <caption id="caption11" style="left:424px; top:13px; width:15px; height:14px; ">~</caption>
  283. <input id="ipt_clamym2" ref="/root/send/data1/clamym2" class="input_search" navindex="1" inputtype="date" format="yyyy-mm" style="left:443px; top:9px; width:69px; height:19px; text-align:center; "/>
  284. <caption id="cap_title" class="search_name" style="left:516px; top:10px; width:102px; height:17px; ">정산의뢰일자</caption>
  285. <caption id="caption4" style="left:714px; top:13px; width:15px; height:14px; ">~</caption>
  286. <input id="ipt_todd" ref="/root/send/data1/todd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:732px; top:9px; width:85px; height:19px; text-align:center; "/>
  287. <input id="ipt_fromdd" ref="/root/send/data1/fromdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:625px; top:9px; width:85px; height:19px; text-align:center; "/>
  288. <select1 id="rdo_srchflag" ref="/root/send/data1/srchflag" navindex="1" overflow="visible" appearance="full" cellspacing="5" cols="3" rows="1" style="left:12px; top:9px; width:258px; height:20px; border-style:none; ">
  289. <choices>
  290. <item>
  291. <label>청구월</label>
  292. <value>1</value>
  293. </item>
  294. <item>
  295. <label>정산의뢰일자</label>
  296. <value>2</value>
  297. </item>
  298. <item>
  299. <label>이의신청일자</label>
  300. <value>3</value>
  301. </item>
  302. </choices>
  303. <script type="javascript" ev:event="xforms-value-changed">
  304. <![CDATA[
  305. var srchflag = model.getValue("/root/send/data1/srchflag");
  306. if (srchflag == "1") {
  307. ipt_clamym1.disabled = false;
  308. ipt_clamym2.disabled = false;
  309. ipt_fromdd.disabled = true;
  310. ipt_todd.disabled = true;
  311. } else {
  312. ipt_clamym1.disabled = true;
  313. ipt_clamym2.disabled = true;
  314. ipt_fromdd.disabled = false;
  315. ipt_todd.disabled = false;
  316. }
  317. if (srchflag == "2") {
  318. cap_title.attribute("text") = "정산의뢰일자";
  319. } else if (srchflag == "3") {
  320. cap_title.attribute("text") = "이의신청일자";
  321. }
  322. ]]>
  323. </script>
  324. </select1>
  325. <caption id="caption7" class="search_name" style="left:821px; top:10px; width:112px; height:17px; ">이신구분 :</caption>
  326. <select1 id="cmb_depoyn" ref="/root/send/data1/obtappflag" class="combo_search" visibility="visible" appearance="minimal" style="left:912px; top:9px; width:75px; height:19px; ">
  327. <choices>
  328. <item>
  329. <label>전체</label>
  330. <value>A</value>
  331. </item>
  332. <item>
  333. <label>정산의뢰</label>
  334. <value>10</value>
  335. </item>
  336. <item>
  337. <label>자격의뢰</label>
  338. <value>11</value>
  339. </item>
  340. </choices>
  341. <script type="javascript" ev:event="xforms-select">
  342. <![CDATA[
  343. /*
  344. model.removenode("/root/main/list01");
  345. model.removenode("/root/main/list02");
  346. model.removenode("/root/main/list04");
  347. model.setValue("/root/send/send01/assocd","");
  348. model.removenode("/root/init/U0002list");
  349. model.setvalue("/root/send/send01/srchgubun", "6");
  350. submit("TRPIF30413"); // 시군구조회
  351. model.refresh();
  352. if(cmb_assocd.length > 0) {
  353. addComboItem("cmb_assocd"," ");
  354. model.setFocus("cmb_assocd");
  355. submit("TRPIF31501"); //조회시작
  356. } else {
  357. submit("TRPIF31501"); //조회시작
  358. }
  359. */
  360. ]]>
  361. </script>
  362. </select1>
  363. <select1 id="cmb_insukind" ref="/root/send/data1/insukind" class="combo_search" appearance="minimal" style="left:990px; top:9px; width:70px; height:19px; ">
  364. <choices>
  365. <item>
  366. <label>전체</label>
  367. <value>A</value>
  368. </item>
  369. <item>
  370. <label>건강보험</label>
  371. <value>1</value>
  372. </item>
  373. <item>
  374. <label>의료급여</label>
  375. <value>2</value>
  376. </item>
  377. </choices>
  378. </select1>
  379. </group>
  380. <button id="button93" class="btn6_letter2" style="left:10px; top:700px; width:56px; height:22px; ">
  381. <caption>출력</caption>
  382. <script type="javascript" ev:event="onclick">
  383. <![CDATA[
  384. if(grd_obtmlist.rows > 1) {
  385. exeReportPreview("RPPIR30507", "XMLSTR");
  386. }
  387. ]]>
  388. </script>
  389. </button>
  390. <button id="btn_ptr" class="btn6_letter5" style="left:70px; top:700px; width:56px; height:22px; ">
  391. <caption>의뢰서출력</caption>
  392. <script type="javascript" ev:event="onclick">
  393. <![CDATA[
  394. if(grd_obtmlist.rows > 1) {
  395. model.setValue("/root/init/ptrinfo/docuno", "");
  396. model.setValue("/root/init/ptrinfo/setno", "");
  397. model.setValue("/root/init/ptrinfo/judgdg", "");
  398. model.setValue("/root/init/ptrinfo/arrdd", "");
  399. model.setValue("/root/init/ptrinfo/usernm", "");
  400. if(group5.visible == false) {
  401. group5.visible = true;
  402. } else {
  403. group5.visible = false;
  404. }
  405. }
  406. ]]>
  407. </script>
  408. </button>
  409. <group id="group5" visibility="hidden" style="left:485px; top:290px; width:225px; height:155px; background-color:#87CEFA; ">
  410. <caption id="caption8" class="tit_2" style="left:0px; top:5px; width:188px; height:14px; ">출력정보를 입력하세요.</caption>
  411. <input id="ipt_docuno" ref="/root/init/ptrinfo/docuno" class="input_default" style="left:125px; top:25px; width:93px; height:19px; text-align:right; ">
  412. <script type="javascript" ev:event="onkeyup">
  413. <![CDATA[
  414. inputEnterKey("btn_prtlabel", "DOMActivate");
  415. ]]>
  416. </script>
  417. </input>
  418. <button id="btn_prtrex" class="btn5_letter2" style="left:130px; top:129px; width:42px; height:19px; ">
  419. <caption>확인</caption>
  420. <script type="javascript" ev:event="DOMActivate">
  421. <![CDATA[
  422. if(grd_obtmlist.rows > 1) {
  423. exeReportPreview("RPPIR30508", "XMLSTR");
  424. group5.visible = false;
  425. }
  426. ]]>
  427. </script>
  428. </button>
  429. <button id="button3" class="btn5_letter2" style="left:175px; top:129px; width:42px; height:19px; ">
  430. <caption>취소</caption>
  431. <script type="javascript" ev:event="DOMActivate">
  432. <![CDATA[
  433. model.setValue("/root/init/ptrinfo/docuno", "");
  434. model.setValue("/root/init/ptrinfo/setno", "");
  435. model.setValue("/root/init/ptrinfo/judgdg", "");
  436. model.setValue("/root/init/ptrinfo/arrdd", "");
  437. model.setValue("/root/init/ptrinfo/usernm", "");
  438. group5.visible = false;
  439. model.refresh();
  440. ]]>
  441. </script>
  442. </button>
  443. <caption id="caption2" class="tit_2" style="left:10px; top:27px; width:115px; height:13px; ">문서번호</caption>
  444. <caption id="caption3" class="tit_2" style="left:10px; top:47px; width:113px; height:13px; ">묶음번호</caption>
  445. <caption id="caption9" class="tit_2" style="left:10px; top:67px; width:113px; height:13px; ">심사차수</caption>
  446. <caption id="caption10" class="tit_2" style="left:10px; top:87px; width:113px; height:13px; ">통보서도달일자</caption>
  447. <input id="ipt_setno" ref="/root/init/ptrinfo/setno" class="input_default" style="left:125px; top:45px; width:93px; height:19px; text-align:right; ">
  448. <script type="javascript" ev:event="onkeyup">
  449. <![CDATA[
  450. inputEnterKey("btn_prtlabel", "DOMActivate");
  451. ]]>
  452. </script>
  453. </input>
  454. <input id="ipt_judgdg" ref="/root/init/ptrinfo/judgdg" class="input_default" style="left:125px; top:65px; width:93px; height:19px; text-align:right; ">
  455. <script type="javascript" ev:event="onkeyup">
  456. <![CDATA[
  457. inputEnterKey("btn_prtlabel", "DOMActivate");
  458. ]]>
  459. </script>
  460. </input>
  461. <input id="ipt_arrdd" ref="/root/init/ptrinfo/arrdd" class="input_default" style="left:125px; top:85px; width:93px; height:19px; text-align:right; ">
  462. <script type="javascript" ev:event="onkeyup">
  463. <![CDATA[
  464. inputEnterKey("btn_prtlabel", "DOMActivate");
  465. ]]>
  466. </script>
  467. </input>
  468. <caption id="caption12" class="tit_2" style="left:10px; top:107px; width:113px; height:13px; ">신청인</caption>
  469. <input id="input1" ref="/root/init/ptrinfo/usernm" class="input_default" style="left:125px; top:105px; width:93px; height:19px; text-align:right; ">
  470. <script type="javascript" ev:event="onkeyup">
  471. <![CDATA[
  472. inputEnterKey("btn_prtlabel", "DOMActivate");
  473. ]]>
  474. </script>
  475. </input>
  476. </group>
  477. </xhtml:body>
  478. </xhtml:html>