SPPMI04001_퇴원지원사유입력.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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. <pid/>
  11. <indd/>
  12. <cretno/>
  13. <hngnm/>
  14. <dschschdd/>
  15. <dschdelayresn/>
  16. <cnslttxt/>
  17. <dsrnlist/>
  18. <dsrnbaseinfo/>
  19. <sex/>
  20. <age/>
  21. <orddeptnm/>
  22. <insukindnm/>
  23. <wardnm/>
  24. <roomcd/>
  25. <indaycnt/>
  26. <totamt/>
  27. <owntotamt/>
  28. <allowninsubamt/>
  29. <rcptexptamt/>
  30. <totpreamt/>
  31. <instpayamt/>
  32. <fromdd/>
  33. <todd/>
  34. <midamtmsg/>
  35. </main>
  36. <send>
  37. <temp/>
  38. </send>
  39. <init/>
  40. <hidden>
  41. <rcv/>
  42. </hidden>
  43. </root>
  44. </instance>
  45. <script type="javascript" ev:event="xforms-ready">
  46. <![CDATA[
  47. var vflag = opener.javascript.getParameter("vflag");
  48. if(vflag != "1") {
  49. if ( checkOpener() ) {
  50. model.removeNodeset("/root/main/dsrnlist");
  51. var pid = opener.javascript.getParameter("SPPMI04001_PID");
  52. var indd = opener.javascript.getParameter("SPPMI04001_INDD");
  53. var cretno = opener.javascript.getParameter("SPPMI04001_CRETNO");
  54. var hgnm = opener.javascript.getParameter("SPPMI04001_HNGNM");
  55. var dschschdd = opener.javascript.getParameter("SPPMI04001_DSCHSCHDD");
  56. var dscgdelayresn = opener.javascript.getParameter("SPPMI04001_DSCHDELAYRESN");
  57. var cnslttxt = opener.javascript.getParameter("SPPMI04001_CNSLTTXT");
  58. model.setValue("/root/main/pid", pid);
  59. model.setValue("/root/main/indd", indd);
  60. model.setValue("/root/main/cretno", cretno);
  61. model.setValue("/root/main/hngnm", hgnm);
  62. model.setValue("/root/main/dschschdd", dschschdd);
  63. model.setValue("/root/main/dschdelayresn", dscgdelayresn);
  64. model.setValue("/root/main/cnslttxt", cnslttxt);
  65. // 해당 환자의 퇴원지연사유 리스트 조회
  66. submit("TRPMI04002");
  67. submit("TRPMI04003");
  68. // 기본정보 추가
  69. model.setValue("/root/main/sex", model.getValue("/root/main/dsrnbaseinfo/sex"));
  70. model.setValue("/root/main/age", model.getValue("/root/main/dsrnbaseinfo/age"));
  71. model.setValue("/root/main/orddeptnm", model.getValue("/root/main/dsrnbaseinfo/orddeptnm"));
  72. model.setValue("/root/main/insukindnm", model.getValue("/root/main/dsrnbaseinfo/insukindnm"));
  73. model.setValue("/root/main/wardnm", model.getValue("/root/main/dsrnbaseinfo/wardnm"));
  74. model.setValue("/root/main/roomcd", model.getValue("/root/main/dsrnbaseinfo/roomcd"));
  75. model.setValue("/root/main/indaycnt", model.getValue("/root/main/dsrnbaseinfo/indaycnt"));
  76. // 진료비 정보
  77. model.setValue("/root/main/totamt", model.getValue("/root/main/dsrnbaseinfo/totamt"));
  78. model.setValue("/root/main/owntotamt", model.getValue("/root/main/dsrnbaseinfo/owntotamt"));
  79. model.setValue("/root/main/allowninsubamt", model.getValue("/root/main/dsrnbaseinfo/allowninsubamt"));
  80. model.setValue("/root/main/rcptexptamt", model.getValue("/root/main/dsrnbaseinfo/rcptexptamt"));
  81. model.setValue("/root/main/totpreamt", model.getValue("/root/main/dsrnbaseinfo/totpreamt"));
  82. model.setValue("/root/main/instpayamt", model.getValue("/root/main/dsrnbaseinfo/instpayamt"));
  83. model.setValue("/root/main/fromdd", model.getValue("/root/main/dsrnbaseinfo/fromdd"));
  84. model.setValue("/root/main/todd", model.getValue("/root/main/dsrnbaseinfo/todd"));
  85. model.setValue("/root/main/midamtmsg", model.getValue("/root/main/dsrnbaseinfo/midamtmsg"));
  86. model.refresh();
  87. } else {
  88. messageBox("상위화면이 변경되어 데이터를 가져올 수", "I004");
  89. //return false;
  90. }
  91. }
  92. ]]>
  93. </script>
  94. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  95. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  96. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  97. <submission id="TXPMI04002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/temp" resultref="/root/hidden/rcv"/>
  98. <submission id="TRPMI04002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main" resultref="/root/main/dsrnlist"/>
  99. <submission id="TRPMI04003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main" resultref="/root/main/dsrnbaseinfo"/>
  100. </model>
  101. </xhtml:head>
  102. <xhtml:body pagewidth="800" pageheight="600" style="font-size:14px; ">
  103. <group id="group1" scroll="auto" style="left:0px; top:570px; width:800px; height:27px; ">
  104. <button id="btn_confirm" class="btn4_letter2" navindex="3" style="left:681px; top:4px; width:56px; height:22px; ">
  105. <caption>저장</caption>
  106. <script type="javascript" ev:event="DOMActivate">
  107. <![CDATA[
  108. model.resetInstanceNode("/root/send/temp");
  109. if ( messageBox("","Q002")==6 ) {
  110. var update = getGridUpdateData(grd_pmihdsrn);
  111. if(update == ""){
  112. messageBox("업데이트 정보가 없습니다.", "I");
  113. return 0;
  114. } else {
  115. // var vflag = opener.javascript.getParameter("vflag");
  116. // if(vflag != "1") {
  117. if ( checkOpener() ) {
  118. model.setValue("/root/send/temp", update);
  119. if( submit("TXPMI04002") ){
  120. messageBox("저장 되었습니다", "I999", "");
  121. }
  122. } else {
  123. messageBox("상위화면이 변경되어 데이터를 가져올 수", "I004");
  124. //return false;
  125. }
  126. // } else {
  127. // if( submit("TXPMI04002") ){
  128. // messageBox("저장 되었습니다", "I999", "");
  129. // }
  130. // }
  131. // model.setValue("/root/send/temp", update);
  132. //submit("TXPMI04002");
  133. }
  134. }
  135. //grd_picmrulelist.dispatch("onclick");
  136. var rowcnt = grd_pmihdsrn.rows;
  137. for(var i = 1 ; i < rowcnt ; i++) {
  138. grd_pmihdsrn.rowStatus(i) = 0;
  139. }
  140. // 리스트 재조회
  141. model.removeNodeset("/root/main/dsrnlist");
  142. submit("TRPMI04002");
  143. model.refresh();
  144. /*
  145. if ( checkOpener() ) {
  146. if( submit("TXPMI04002") ){
  147. messageBox("저장 되었습니다", "I999", "");
  148. }
  149. } else {
  150. messageBox("상위화면이 변경되어 데이터를 가져올 수", "I004");
  151. //return false;
  152. }
  153. */
  154. ]]>
  155. </script>
  156. </button>
  157. <button id="btn_cancel" class="btn4_letter2" navindex="4" style="left:740px; top:4px; width:56px; height:22px; ">
  158. <caption>닫기</caption>
  159. <script type="javascript" ev:event="DOMActivate">
  160. <![CDATA[
  161. var vflag = opener.javascript.getParameter("vflag");
  162. if(vflag != "1") {
  163. if ( checkOpener() ) {
  164. opener.javascript.setParameter("SPPMI04001_DSCHSCHDD", grd_pmihdsrn.valueMatrix(grd_pmihdsrn.rows - 1, grd_pmihdsrn.colRef("dschschdd")));
  165. opener.javascript.setParameter("SPPMI04001_DSCHDELAYRESN", grd_pmihdsrn.valueMatrix(grd_pmihdsrn.rows - 1, grd_pmihdsrn.colRef("dschdelayresn")));
  166. // opener.javascript.setParameter("SPPMI04001_DSCHSCHDD", model.getValue("/root/main/dschschdd"));
  167. // opener.javascript.setParameter("SPPMI04001_DSCHDELAYRESN", model.getValue("/root/main/dschdelayresn"));
  168. } else {
  169. messageBox("상위화면이 변경되어 데이터를 가져올 수", "I004");
  170. //return false;
  171. }
  172. }
  173. window.close();
  174. ]]>
  175. </script>
  176. </button>
  177. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:800px; y2:0px; "/>
  178. </group>
  179. <line id="line1" class="line_1" style="x1:0px; y1:17px; x2:798px; y2:18px; "/>
  180. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:120px; height:13px; ">퇴원지연사유</caption>
  181. <caption id="caption3" class="cell_1" style="left:0px; top:21px; width:90px; height:20px; text-align:center; ">등 록 번 호</caption>
  182. <caption id="caption1" class="cell_1" style="left:215px; top:21px; width:90px; height:20px; text-align:center; ">성 명</caption>
  183. <line id="line104" class="line_2" style="x1:0px; y1:88px; x2:798px; y2:88px; "/>
  184. <caption id="caption2" class="cell_1" style="left:430px; top:67px; width:90px; height:20px; text-align:center; ">퇴원예정일</caption>
  185. <line id="line127" class="line_3" style="x1:0px; y1:315px; x2:800px; y2:315px; "/>
  186. <input id="ipt_pid" ref="/root/main/pid" disabled="false" appearance="input" style="left:92px; top:21px; width:121px; height:19px; text-align:center; ">
  187. <script type="javascript" ev:event="onkeydown">
  188. <![CDATA[
  189. if(ipt_pid.value != "" || ipt_pid.value != null){
  190. if (event.keyCode == '13') {
  191. model.setValue("/root/main/pid", ipt_pid.currentText.removeMask('\n'));
  192. //btn_ref.dispatch("onclick");
  193. submit("TRPMI04002");
  194. submit("TRPMI04003");
  195. model.setValue("/root/main/hngnm", model.getValue("/root/main/dsrnbaseinfo/hngnm"));
  196. model.setValue("/root/main/indd", model.getValue("/root/main/dsrnbaseinfo/indd"));
  197. model.setValue("/root/main/cretno", model.getValue("/root/main/dsrnbaseinfo/cretno"));
  198. model.setValue("/root/main/dschschdd", model.getValue("/root/main/dsrnbaseinfo/dschschdd"));
  199. // 기본정보 추가
  200. model.setValue("/root/main/sex", model.getValue("/root/main/dsrnbaseinfo/sex"));
  201. model.setValue("/root/main/age", model.getValue("/root/main/dsrnbaseinfo/age"));
  202. model.setValue("/root/main/orddeptnm", model.getValue("/root/main/dsrnbaseinfo/orddeptnm"));
  203. model.setValue("/root/main/insukindnm", model.getValue("/root/main/dsrnbaseinfo/insukindnm"));
  204. model.setValue("/root/main/wardnm", model.getValue("/root/main/dsrnbaseinfo/wardnm"));
  205. model.setValue("/root/main/roomcd", model.getValue("/root/main/dsrnbaseinfo/roomcd"));
  206. model.setValue("/root/main/indaycnt", model.getValue("/root/main/dsrnbaseinfo/indaycnt"));
  207. // 진료비 정보
  208. model.setValue("/root/main/totamt", model.getValue("/root/main/dsrnbaseinfo/totamt"));
  209. model.setValue("/root/main/owntotamt", model.getValue("/root/main/dsrnbaseinfo/owntotamt"));
  210. model.setValue("/root/main/allowninsubamt", model.getValue("/root/main/dsrnbaseinfo/allowninsubamt"));
  211. model.setValue("/root/main/rcptexptamt", model.getValue("/root/main/dsrnbaseinfo/rcptexptamt"));
  212. model.setValue("/root/main/totpreamt", model.getValue("/root/main/dsrnbaseinfo/totpreamt"));
  213. model.setValue("/root/main/instpayamt", model.getValue("/root/main/dsrnbaseinfo/instpayamt"));
  214. model.setValue("/root/main/fromdd", model.getValue("/root/main/dsrnbaseinfo/fromdd"));
  215. model.setValue("/root/main/todd", model.getValue("/root/main/dsrnbaseinfo/todd"));
  216. model.setValue("/root/main/midamtmsg", model.getValue("/root/main/dsrnbaseinfo/midamtmsg"));
  217. model.refresh();
  218. }
  219. }
  220. ]]>
  221. </script>
  222. </input>
  223. <input id="ipt_hngnm" ref="/root/main/hngnm" disabled="false" editable="false" appearance="input" style="left:307px; top:21px; width:121px; height:19px; text-align:center; "/>
  224. <input id="ipt_dschschdd" ref="/root/main/dschschdd" inputtype="date" format="yyyy-mm-dd" appearance="input" style="left:522px; top:67px; width:121px; height:19px; text-align:center; "/>
  225. <datagrid id="grd_pmihdsrn" nodeset="/root/main/dsrnlist" autoresize="true" caption="입력일자^상담자^관계^전화번호^상담내용^퇴원지연사유^등록자^환자번호^환자명^입원일자^퇴원예정일^생성번호" colsep="^" colwidth="97, 60, 45, 90, 222, 177, 60, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:192px; width:800px; height:376px; ">
  226. <col disabled="true" editable="false" ref="rgstdt" style="text-align:center; "/>
  227. <col ref="cnstnm" type="input" style="text-align:center; "/>
  228. <col ref="cnstrela" type="input" style="text-align:center; "/>
  229. <col ref="telnum" type="input" style="text-align:center; "/>
  230. <col ref="dschdelayresn" type="input"/>
  231. <col ref="cnslttxt" type="input"/>
  232. <col ref="rgstid" style="text-align:center; "/>
  233. <col ref="pid" visibility="hidden" style="text-align:center; "/>
  234. <col ref="hngnm" visibility="hidden" style="text-align:center; "/>
  235. <col ref="indd" visibility="hidden" style="text-align:center; "/>
  236. <col ref="dschschdd" visibility="hidden" style="text-align:center; "/>
  237. <col ref="cretno" visibility="hidden" style="text-align:center; "/>
  238. </datagrid>
  239. <button id="btn_msg_del" class="btn2_letter3" style="left:744px; top:166px; width:53px; height:19px; ">
  240. <caption>행삭제</caption>
  241. <script type="javascript" ev:event="DOMActivate">
  242. <![CDATA[
  243. var row = grd_pmihdsrn.row;
  244. grd_pmihdsrn.deleteRow(row);
  245. ]]>
  246. </script>
  247. </button>
  248. <button id="btn_msg_add" class="btn2_letter3" style="left:688px; top:166px; width:53px; height:19px; ">
  249. <caption>행추가</caption>
  250. <script type="javascript" ev:event="DOMActivate">
  251. <![CDATA[
  252. // 제어코드 내용을 복사하여 추가
  253. grd_pmihdsrn.addRow();
  254. var rowno = grd_pmihdsrn.row;
  255. //alert(model.getValue("/root/main/dschschdd"));
  256. grd_pmihdsrn.valueMatrix(rowno, grd_pmihdsrn.colRef("pid")) = model.getValue("/root/main/pid");
  257. grd_pmihdsrn.valueMatrix(rowno, grd_pmihdsrn.colRef("hngnm")) = model.getValue("/root/main/hngnm");
  258. grd_pmihdsrn.valueMatrix(rowno, grd_pmihdsrn.colRef("indd")) = model.getValue("/root/main/indd");
  259. grd_pmihdsrn.valueMatrix(rowno, grd_pmihdsrn.colRef("cretno")) = model.getValue("/root/main/cretno");
  260. grd_pmihdsrn.valueMatrix(rowno, grd_pmihdsrn.colRef("dschschdd")) = model.getValue("/root/main/dschschdd");
  261. grd_pmihdsrn.valueMatrix(rowno, grd_pmihdsrn.colRef("cnstnm")) = model.getValue("/root/main/hngnm");
  262. grd_pmihdsrn.valueMatrix(rowno, grd_pmihdsrn.colRef("rgstdd")) = getCurrentDate();
  263. model.refresh();
  264. ]]>
  265. </script>
  266. </button>
  267. <button id="button1" class="btn2_letter4" style="left:621px; top:166px; width:64px; height:19px; ">
  268. <caption>엑셀저장</caption>
  269. <script type="javascript" ev:event="DOMActivate">
  270. <![CDATA[
  271. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  272. if (fileName != "")
  273. {
  274. grd_pmihdsrn.saveExcel(fileName, "SheetName", true, true, "", "", true);
  275. }
  276. ]]>
  277. </script>
  278. </button>
  279. <input id="input1" ref="/root/main/sex" disabled="false" editable="false" appearance="input" style="left:522px; top:21px; width:91px; height:19px; text-align:center; "/>
  280. <caption id="caption4" class="cell_1" style="left:430px; top:21px; width:90px; height:20px; text-align:center; ">성 별</caption>
  281. <caption id="caption5" class="cell_1" style="left:615px; top:21px; width:90px; height:20px; text-align:center; ">연 령</caption>
  282. <caption id="caption7" class="cell_1" style="left:0px; top:67px; width:90px; height:20px; text-align:center; ">입 원 일 자</caption>
  283. <input id="input2" ref="/root/main/wardnm" disabled="false" editable="false" appearance="input" style="left:522px; top:44px; width:91px; height:19px; text-align:center; "/>
  284. <caption id="caption8" class="cell_1" style="left:430px; top:44px; width:90px; height:20px; text-align:center; ">병 동</caption>
  285. <caption id="caption9" class="cell_1" style="left:615px; top:44px; width:90px; height:20px; text-align:center; ">병 실</caption>
  286. <input id="input4" ref="/root/main/orddeptnm" disabled="false" editable="false" appearance="input" style="left:92px; top:44px; width:121px; height:19px; text-align:center; "/>
  287. <input id="input5" ref="/root/main/indaycnt" disabled="false" editable="false" appearance="input" style="left:307px; top:67px; width:121px; height:19px; text-align:center; "/>
  288. <caption id="caption10" class="cell_1" style="left:0px; top:44px; width:90px; height:20px; text-align:center; ">입 원 과</caption>
  289. <caption id="caption11" class="cell_1" style="left:215px; top:44px; width:90px; height:20px; text-align:center; ">보 험 유 형</caption>
  290. <caption id="caption12" class="cell_1" style="left:215px; top:67px; width:90px; height:20px; text-align:center; ">현재입원일수</caption>
  291. <line id="line2" class="line_2" style="x1:1px; y1:42px; x2:799px; y2:42px; "/>
  292. <input id="input3" ref="/root/main/age" disabled="false" editable="false" appearance="input" style="left:707px; top:21px; width:91px; height:19px; text-align:center; "/>
  293. <input id="input6" ref="/root/main/roomcd" disabled="false" editable="false" appearance="input" style="left:707px; top:44px; width:91px; height:19px; text-align:center; "/>
  294. <line id="line3" class="line_2" style="x1:1px; y1:65px; x2:799px; y2:65px; "/>
  295. <input id="input7" ref="/root/main/insukindnm" disabled="false" editable="false" appearance="input" style="left:307px; top:44px; width:121px; height:19px; text-align:center; "/>
  296. <input id="input8" ref="/root/main/indd" editable="false" inputtype="date" format="yyyy-mm-dd" appearance="input" style="left:92px; top:68px; width:121px; height:19px; text-align:center; "/>
  297. <line id="line4" class="line_1" style="x1:0px; y1:112px; x2:798px; y2:113px; "/>
  298. <caption id="caption13" class="tit_2" style="left:0px; top:95px; width:125px; height:14px; font-family:돋움; vertical-align:middle; ">중간진료비 현황</caption>
  299. <line id="line5" class="line_2" style="x1:0px; y1:137px; x2:798px; y2:137px; "/>
  300. <input id="input9" ref="/root/main/totamt" disabled="false" format="#,###" appearance="input" style="left:98px; top:116px; width:100px; height:19px; text-align:right; padding-right:5; "/>
  301. <caption id="caption14" class="cell_1" style="left:200px; top:116px; width:97px; height:20px; text-align:center; ">본인부담총액</caption>
  302. <caption id="caption15" class="cell_1" style="left:0px; top:116px; width:97px; height:20px; text-align:center; ">총 진 료 비</caption>
  303. <caption id="caption16" class="cell_1" style="left:401px; top:116px; width:97px; height:20px; text-align:center; ">기 납 부 액</caption>
  304. <input id="input10" ref="/root/main/owntotamt" disabled="false" editable="false" format="#,###" appearance="input" style="left:299px; top:116px; width:100px; height:19px; text-align:right; padding-right:5; "/>
  305. <caption id="caption17" class="cell_1" style="left:602px; top:116px; width:97px; height:20px; text-align:center; ">감 면 액</caption>
  306. <input id="input11" ref="/root/main/totpreamt" disabled="false" editable="false" format="#,###" appearance="input" style="left:500px; top:116px; width:100px; height:19px; text-align:right; padding-right:5; "/>
  307. <input id="input12" ref="/root/main/allowninsubamt" disabled="false" editable="false" format="#,###" appearance="input" style="left:700px; top:116px; width:98px; height:19px; text-align:right; padding-right:5; "/>
  308. <line id="line6" class="line_2" style="x1:1px; y1:160px; x2:799px; y2:160px; "/>
  309. <input id="input13" ref="/root/main/instpayamt" disabled="false" format="#,###" appearance="input" style="left:98px; top:139px; width:100px; height:19px; text-align:right; padding-right:5; "/>
  310. <input id="input14" ref="/root/main/rcptexptamt" disabled="false" editable="false" format="#,###" appearance="input" style="left:299px; top:139px; width:100px; height:19px; font-weight:bold; text-align:right; padding-right:5; "/>
  311. <caption id="caption18" class="cell_1" style="left:200px; top:139px; width:97px; height:20px; text-align:center; ">미 수 총 액</caption>
  312. <caption id="caption19" class="cell_1" style="left:0px; top:139px; width:97px; height:20px; text-align:center; ">대 불 액</caption>
  313. <line id="line7" class="line_1" style="x1:1px; y1:188px; x2:799px; y2:189px; "/>
  314. <caption id="caption20" class="tit_2" style="left:0px; top:170px; width:125px; height:14px; font-family:돋움; vertical-align:middle; ">상담내역</caption>
  315. <caption id="caption21" class="cell_1" style="left:401px; top:139px; width:97px; height:20px; text-align:center; ">계 산 일 자</caption>
  316. <input id="input15" ref="/root/main/fromdd" editable="false" inputtype="date" format="yyyy-mm-dd" appearance="input" style="left:500px; top:139px; width:121px; height:19px; text-align:center; "/>
  317. <input id="input16" ref="/root/main/todd" editable="false" inputtype="date" format="yyyy-mm-dd" appearance="input" style="left:641px; top:139px; width:121px; height:19px; text-align:center; "/>
  318. <caption id="caption22" style="left:625px; top:142px; width:15px; height:14px; ">~</caption>
  319. <output id="opt_midamtmsg" ref="/root/main/midamtmsg" style="left:133px; top:92px; width:305px; height:19px; font-size:10pt; font-weight:bold; color:#ff0000; "/>
  320. <button id="button2" class="btn2_letter2" style="left:576px; top:166px; width:42px; height:19px; ">
  321. <caption>출력</caption>
  322. <script type="javascript" ev:event="DOMActivate">
  323. <![CDATA[
  324. model.makeValue("/root/main/dsrnbaseinfo/usernm", getUserName());
  325. model.refresh();
  326. exeReportPreview("RPPMI04001", "XMLSTR", "","", "false","","","","","false");
  327. ]]>
  328. </script>
  329. </button>
  330. </xhtml:body>
  331. </xhtml:html>