SMPAS00510_일일수납마감.xrw 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <!--
  3. * 화면 : SMPAS00510_일일수납마감.xrw
  4. * 설명 : 일일수납마감
  5. * 작성자 : 조영상
  6. * 작성일 : 2007/11/26
  7. -->
  8. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  9. <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">
  10. <xhtml:head>
  11. <xhtml:title>일일수납마감</xhtml:title>
  12. <model id="model1">
  13. <instance id="instance1">
  14. <root xmlns="">
  15. <main>
  16. <h_rcpt>
  17. <rcpt>
  18. <o_fourrcpt/>
  19. <o_fincteam/>
  20. <o_rmtrcpt/>
  21. <o_cashamt/>
  22. <o_cardamt/>
  23. <o_onlineamt/>
  24. <o_sum/>
  25. <i_fourrcpt/>
  26. <i_fincteam/>
  27. <i_rmtrcpt/>
  28. <i_cashamt/>
  29. <i_cardamt/>
  30. <i_onlineamt/>
  31. <i_sum/>
  32. <i_rmtrcpt_cashamt/>
  33. <o_rmtrcpt_cashamt/>
  34. <rcpt1_sum/>
  35. <rcpt2_sum/>
  36. <rcpt3_sum/>
  37. </rcpt>
  38. </h_rcpt>
  39. </main>
  40. <send>
  41. <data1>
  42. <fromdd/>
  43. <tm_from/>
  44. <tm_to/>
  45. </data1>
  46. </send>
  47. <hidden>
  48. <session>
  49. <userid/>
  50. <usernm/>
  51. <posinstcd/>
  52. <posinstnm/>
  53. <dutplcecd/>
  54. <dutplcenm/>
  55. <dutinstnm/>
  56. </session>
  57. </hidden>
  58. </root>
  59. </instance>
  60. <bind id="bind1" ref="/root/main/receivamtlist/receivamtstats" calculate="now() + ."/>
  61. <bind id="bind2" ref="/root/main/receivamtsumlist/receivamtsumstats/uncnt" calculate="sum(/root/main/receivamtlist/receivamtstats/uncnt);"/>
  62. <bind id="bind3" ref="/root/main/receivamtsumlist/receivamtsumstats/uncoamt" calculate="sum(/root/main/receivamtlist/receivamtstats/uncoamt);"/>
  63. <script type="javascript" ev:event="xforms-ready">
  64. <![CDATA[
  65. makeReportPreview(4,260,1200,495);
  66. fInitialize();
  67. fGetUserInfo2();
  68. exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
  69. ]]>
  70. </script>
  71. <submission id="TRPAS00511" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main"/>
  72. </model>
  73. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  74. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  75. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  76. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  77. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  78. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  79. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  80. <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
  81. <script type="javascript">
  82. <![CDATA[
  83. //로그인한 사용자 정보조회
  84. function fGetUserInfo2(){
  85. var sUserInfosS = getUserInfos();
  86. sUserInfosS = sUserInfosS + "|";
  87. //alert("sUserInfosS : " + sUserInfosS);
  88. var UserInfosS_Array = sUserInfosS.split("|");
  89. var userid = UserInfosS_Array[0]; //사용자번호
  90. var usernm = UserInfosS_Array[1]; //사용자이름
  91. var posinstcd = UserInfosS_Array[2]; //소속기관코드
  92. var posinstnm = UserInfosS_Array[3]; //소속기관명
  93. var dutplcecd = UserInfosS_Array[4]; //근무지부서코드
  94. var dutplcenm = UserInfosS_Array[5]; //근무지부서명
  95. var dutinstnm = UserInfosS_Array[7]; //근무지기관명
  96. /*
  97. model.makeNode("/root/hidden/session/" + "userid");
  98. model.makeNode("/root/hidden/session/" + "usernm");
  99. model.makeNode("/root/hidden/session/" + "posinstcd");
  100. model.makeNode("/root/hidden/session/" + "posinstnm");
  101. model.makeNode("/root/hidden/session/" + "dutplcecd");
  102. model.makeNode("/root/hidden/session/" + "dutplcenm");
  103. model.makeNode("/root/hidden/session/" + "dutinstnm");
  104. */
  105. model.setValue("/root/hidden/session/userid",userid);
  106. model.setValue("/root/hidden/session/usernm",usernm);
  107. model.setValue("/root/hidden/session/posinstcd",posinstcd);
  108. model.setValue("/root/hidden/session/posinstnm",posinstnm);
  109. model.setValue("/root/hidden/session/dutplcecd",dutplcecd);
  110. model.setValue("/root/hidden/session/dutplcenm",dutplcenm);
  111. model.setValue("/root/hidden/session/dutinstnm",dutinstnm);
  112. }
  113. function fInitialize() {
  114. model.setvalue("/root/main/h_rcpt/rcpt/o_fourrcpt","0");
  115. model.setvalue("/root/main/h_rcpt/rcpt/o_fincteam","0");
  116. model.setvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt","0");
  117. model.setvalue("/root/main/h_rcpt/rcpt/o_cashamt","0");
  118. model.setvalue("/root/main/h_rcpt/rcpt/o_cardamt","0");
  119. model.setvalue("/root/main/h_rcpt/rcpt/o_onlineamt","0");
  120. model.setvalue("/root/main/h_rcpt/rcpt/o_sum","0");
  121. model.setvalue("/root/main/h_rcpt/rcpt/i_fourrcpt","0");
  122. model.setvalue("/root/main/h_rcpt/rcpt/i_fincteam","0");
  123. model.setvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt","0");
  124. model.setvalue("/root/main/h_rcpt/rcpt/i_cashamt","0");
  125. model.setvalue("/root/main/h_rcpt/rcpt/i_cardamt","0");
  126. model.setvalue("/root/main/h_rcpt/rcpt/i_onlineamt","0");
  127. model.setvalue("/root/main/h_rcpt/rcpt/i_sum","0");
  128. model.setvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt_cashamt","0");
  129. model.setvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt_cashamt","0");
  130. model.setvalue("/root/main/h_rcpt/rcpt/rcpt1_sum","0");
  131. model.setvalue("/root/main/h_rcpt/rcpt/rcpt2_sum","0");
  132. model.setvalue("/root/main/h_rcpt/rcpt/rcpt3_sum","0");
  133. model.setValue("/root/send/data1/fromdd", getCurrentDate()); // common.js에서 제공하는 함수를 사용하여 오늘 날짜를 구한다.
  134. model.setValue("/root/send/data1/tm_from", "0000");
  135. model.setValue("/root/send/data1/tm_to", "2400");
  136. exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
  137. model.refresh();
  138. }
  139. function fo_sum() {
  140. var o_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_fourrcpt")) +
  141. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_fincteam")) +
  142. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt")) +
  143. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cashamt")) +
  144. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cardamt")) ;
  145. model.setvalue("/root/main/h_rcpt/rcpt/o_sum", o_sum);
  146. frcpt1_sum();
  147. frcpt2_sum();
  148. frcpt3_sum();
  149. exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
  150. model.refresh();
  151. }
  152. function fi_sum() {
  153. var i_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_fourrcpt"))+
  154. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_fincteam")) +
  155. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt")) +
  156. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cashamt")) +
  157. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cardamt")) ;
  158. model.setvalue("/root/main/h_rcpt/rcpt/i_sum", i_sum);
  159. frcpt1_sum();
  160. frcpt2_sum();
  161. frcpt3_sum();
  162. exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
  163. model.refresh();
  164. }
  165. function frcpt1_sum() {
  166. var i_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt")) +
  167. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cashamt")) ;
  168. model.setvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt_cashamt", i_sum);
  169. var o_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt")) +
  170. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cashamt")) ;
  171. model.setvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt_cashamt", o_sum);
  172. model.setvalue("/root/main/h_rcpt/rcpt/rcpt1_sum", i_sum + o_sum);
  173. }
  174. function frcpt2_sum() {
  175. var i_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_fourrcpt"))+
  176. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cashamt")) +
  177. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cardamt")) ;
  178. model.setvalue("/root/main/h_rcpt/rcpt/rcpt2_sum", i_sum );
  179. }
  180. function frcpt3_sum() {
  181. var o_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_fourrcpt")) +
  182. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt")) +
  183. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cashamt")) +
  184. parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cardamt")) ;
  185. model.setvalue("/root/main/h_rcpt/rcpt/rcpt3_sum", o_sum );
  186. }
  187. ]]>
  188. </script>
  189. </xhtml:head>
  190. <xhtml:body pagewidth="1211" pageheight="784">
  191. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  192. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:215px; height:14px; font-family:돋움; vertical-align:middle; ">일일수납마감</caption>
  193. </group>
  194. <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
  195. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  196. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:198px; height:17px; ">일자:</caption>
  197. <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  198. <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
  199. <caption>조회</caption>
  200. <script type="javascript" ev:event="DOMActivate">
  201. <![CDATA[
  202. submit("TRPAS00511");
  203. fi_sum();
  204. fo_sum();
  205. ]]>
  206. </script>
  207. </button>
  208. <input id="input7" ref="/root/send/data1/fromdd" class="input_default" navindex="7" autonext="false" inputtype="date" style="left:75px; top:8px; width:85; height:19px; text-align:center; "/>
  209. <line id="line1" class="line_4" visibility="hidden" style="x1:1063px; y1:7px; x2:1063px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  210. <button id="btn_print" class="btn6_letter2" style="left:1070px; top:7px; width:56px; height:22px; ">
  211. <caption>출력</caption>
  212. <script type="javascript" ev:event="DOMActivate">
  213. <![CDATA[
  214. exeReportPreview("RPPAS00511", "XMLSTR" , "" , "" , "true" , "", "", "", "", "false");
  215. ]]>
  216. </script>
  217. </button>
  218. <input id="input1" ref="/root/send/data1/tm_from" format="hh:nn" style="left:170px; top:8px; width:54px; height:19px; text-align:center; "/>
  219. <input id="input15" ref="/root/send/data1/tm_to" format="hh:nn" style="left:245px; top:8px; width:54px; height:19px; text-align:center; "/>
  220. <caption id="caption25" style="left:222px; top:10px; width:25px; height:14px; text-align:center; ">~</caption>
  221. </group>
  222. <group id="grp_btn" scroll="auto" style="left:19px; top:757px; width:1180px; height:27px; "/>
  223. <button id="btn_init" class="btn4_letter3" style="left:1129px; top:760px; width:68px; height:22px; ">
  224. <caption>초기화</caption>
  225. <script type="javascript" ev:event="DOMActivate">
  226. <![CDATA[
  227. fInitialize();
  228. ]]>
  229. </script>
  230. </button>
  231. <caption id="caption1" class="cell_1" style="left:5px; top:71px; width:150px; height:30px; ">구분</caption>
  232. <line id="line42" class="line_1" style="x1:5px; y1:65px; x2:460; y2:65px; "/>
  233. <line id="line29" class="line_2" style="x1:5px; y1:103px; x2:460; y2:103px; "/>
  234. <caption id="caption3" class="cell_1" style="left:157px; top:71px; width:150px; height:30px; ">입원</caption>
  235. <caption id="caption4" class="cell_1" style="left:309px; top:71px; width:150px; height:30px; ">외래</caption>
  236. <caption id="caption5" class="cell_1" style="left:5px; top:106px; width:150px; height:19; ">4시수납</caption>
  237. <caption id="caption6" class="cell_1" style="left:4px; top:130px; width:150px; height:20px; ">재무팀</caption>
  238. <caption id="caption7" class="cell_1" style="left:4px; top:155px; width:150px; height:20px; ">무인수납현금</caption>
  239. <caption id="caption8" class="cell_1" style="left:4px; top:180px; width:150px; height:20px; ">현금</caption>
  240. <caption id="caption9" class="cell_1" style="left:5px; top:205px; width:150px; height:20px; ">카드</caption>
  241. <line id="line3" class="line_2" style="x1:4px; y1:127px; x2:460; y2:127px; "/>
  242. <line id="line4" class="line_2" style="x1:5px; y1:152px; x2:460; y2:152px; "/>
  243. <line id="line5" class="line_2" style="x1:5px; y1:177px; x2:460; y2:177px; "/>
  244. <line id="line6" class="line_2" style="x1:5px; y1:202px; x2:460; y2:202px; "/>
  245. <line id="line7" class="line_2" style="x1:5px; y1:227px; x2:460; y2:227px; "/>
  246. <caption id="caption10" class="cell_1" style="left:5px; top:230px; width:150px; height:20px; ">합계</caption>
  247. <line id="line18" class="line_3" style="x1:5px; y1:252px; x2:460; y2:252px; "/>
  248. <input id="input2" ref="/root/main/h_rcpt/rcpt/i_fourrcpt" class="input_default" format="#,###" style="left:157px; top:106px; width:150px; height:19px; text-align:right; ">
  249. <script type="javascript" ev:event="onkeyup">
  250. <![CDATA[
  251. if (event.keyCode == '13') {
  252. setInputNodeCurText(",");
  253. fi_sum();
  254. }
  255. ]]>
  256. </script>
  257. </input>
  258. <input id="input3" ref="/root/main/h_rcpt/rcpt/i_fincteam" class="input_default" imemode="disabled" format="#,###" style="left:156px; top:130px; width:150px; height:19px; text-align:right; ">
  259. <script type="javascript" ev:event="onkeyup">
  260. <![CDATA[
  261. if (event.keyCode == '13') {
  262. setInputNodeCurText(",");
  263. fi_sum();
  264. }
  265. ]]>
  266. </script>
  267. </input>
  268. <input id="input4" ref="/root/main/h_rcpt/rcpt/i_rmtrcpt" class="input_default" format="#,###" style="left:156px; top:155px; width:150px; height:19px; text-align:right; ">
  269. <script type="javascript" ev:event="onkeyup">
  270. <![CDATA[
  271. if (event.keyCode == '13') {
  272. setInputNodeCurText(",");
  273. fi_sum();
  274. }
  275. ]]>
  276. </script>
  277. </input>
  278. <input id="input5" ref="/root/main/h_rcpt/rcpt/i_cashamt" format="#,###" style="left:156px; top:180px; width:150px; height:19px; text-align:right; ">
  279. <script type="javascript" ev:event="onkeyup">
  280. <![CDATA[
  281. if (event.keyCode == '13') {
  282. setInputNodeCurText(",");
  283. fi_sum();
  284. }
  285. ]]>
  286. </script>
  287. </input>
  288. <input id="input6" ref="/root/main/h_rcpt/rcpt/i_cardamt" class="input_default" format="#,###" style="left:157px; top:205px; width:150px; height:19px; text-align:right; ">
  289. <script type="javascript" ev:event="onkeyup">
  290. <![CDATA[
  291. if (event.keyCode == '13') {
  292. setInputNodeCurText(",");
  293. fi_sum();
  294. }
  295. ]]>
  296. </script>
  297. </input>
  298. <input id="input8" ref="/root/main/h_rcpt/rcpt/i_sum" class="input_default" format="#,###" style="left:157px; top:230px; width:150px; height:19px; text-align:right; ">
  299. <script type="javascript" ev:event="onkeyup">
  300. <![CDATA[
  301. if (event.keyCode == '13') {
  302. setInputNodeCurText(",");
  303. fi_sum();
  304. }
  305. ]]>
  306. </script>
  307. </input>
  308. <input id="input9" ref="/root/main/h_rcpt/rcpt/o_sum" class="input_default" format="#,###" style="left:310px; top:230px; width:150px; height:19px; text-align:right; ">
  309. <script type="javascript" ev:event="onkeyup">
  310. <![CDATA[
  311. if (event.keyCode == '13') {
  312. setInputNodeCurText(",");
  313. fo_sum();
  314. }
  315. ]]>
  316. </script>
  317. </input>
  318. <input id="input10" ref="/root/main/h_rcpt/rcpt/o_fourrcpt" class="input_default" format="#,###" style="left:310px; top:106px; width:150px; height:19px; text-align:right; ">
  319. <script type="javascript" ev:event="onkeyup">
  320. <![CDATA[
  321. if (event.keyCode == '13') {
  322. setInputNodeCurText(",");
  323. fo_sum();
  324. }
  325. ]]>
  326. </script>
  327. </input>
  328. <input id="input11" ref="/root/main/h_rcpt/rcpt/o_fincteam" class="input_default" format="#,###" style="left:309px; top:130px; width:150px; height:19px; text-align:right; ">
  329. <script type="javascript" ev:event="onkeyup">
  330. <![CDATA[
  331. if (event.keyCode == '13') {
  332. setInputNodeCurText(",");
  333. fo_sum();
  334. }
  335. ]]>
  336. </script>
  337. </input>
  338. <input id="input12" ref="/root/main/h_rcpt/rcpt/o_rmtrcpt" class="input_default" format="#,###" style="left:309px; top:155px; width:150px; height:19px; text-align:right; ">
  339. <script type="javascript" ev:event="onkeyup">
  340. <![CDATA[
  341. if (event.keyCode == '13') {
  342. setInputNodeCurText(",");
  343. fo_sum();
  344. }
  345. ]]>
  346. </script>
  347. </input>
  348. <input id="input13" ref="/root/main/h_rcpt/rcpt/o_cashamt" class="input_default" format="#,###" style="left:309px; top:180px; width:150px; height:19px; text-align:right; ">
  349. <script type="javascript" ev:event="onkeyup">
  350. <![CDATA[
  351. if (event.keyCode == '13') {
  352. setInputNodeCurText(",");
  353. fo_sum();
  354. }
  355. ]]>
  356. </script>
  357. </input>
  358. <input id="input14" ref="/root/main/h_rcpt/rcpt/o_cardamt" class="input_default" format="#,###" style="left:310px; top:205px; width:150px; height:19px; text-align:right; ">
  359. <script type="javascript" ev:event="onkeyup">
  360. <![CDATA[
  361. if (event.keyCode == '13') {
  362. setInputNodeCurText(",");
  363. fo_sum();
  364. }
  365. ]]>
  366. </script>
  367. </input>
  368. <shape id="roundrect2" class="default" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:465px; top:65px; width:265px; height:187px; background-color:#ffffff; border-color:#000000; "/>
  369. <caption id="caption12" style="left:500px; top:127px; width:50px; height:19px; ">입원 :</caption>
  370. <caption id="caption13" style="left:500px; top:167px; width:50px; height:19px; ">외래 :</caption>
  371. <output id="output1" ref="/root/main/h_rcpt/rcpt/i_rmtrcpt_cashamt" format="#,###" style="left:595px; top:127px; width:120px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  372. <output id="output2" ref="/root/main/h_rcpt/rcpt/o_rmtrcpt_cashamt" format="#,###" style="left:595px; top:167px; width:120px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  373. <line id="line8" class="line_2" style="x1:470px; y1:217px; x2:725px; y2:217px; "/>
  374. <output id="output3" ref="/root/main/h_rcpt/rcpt/rcpt1_sum" format="#,###" style="left:595px; top:226px; width:120px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  375. <shape id="roundrect3" class="default" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:735px; top:65px; width:220; height:187; background-color:#ffffff; border-color:#000000; "/>
  376. <shape id="roundrect4" class="default" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:960px; top:65px; width:220px; height:187; background-color:#ffffff; border-color:#000000; "/>
  377. <caption id="caption15" style="left:760px; top:122px; width:60px; height:20px; ">4시은행 :</caption>
  378. <caption id="caption16" style="left:760px; top:172px; width:60px; height:20px; ">현금 :</caption>
  379. <caption id="caption17" style="left:760px; top:198px; width:60px; height:20px; ">신용카드 :</caption>
  380. <caption id="caption18" style="left:760px; top:226px; width:60px; height:19px; ">합계 :</caption>
  381. <output id="output4" ref="/root/main/h_rcpt/rcpt/i_cashamt" format="#,###" style="left:835px; top:173px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  382. <output id="output5" ref="/root/main/h_rcpt/rcpt/i_cardamt" format="#,###" style="left:835px; top:199px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  383. <output id="output6" ref="/root/main/h_rcpt/rcpt/rcpt2_sum" format="#,###" style="left:835px; top:226px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  384. <output id="output7" ref="/root/main/h_rcpt/rcpt/i_fourrcpt" format="#,###" style="left:835px; top:122px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  385. <caption id="caption20" style="left:985px; top:122px; width:60px; height:19px; ">4시은행 :</caption>
  386. <caption id="caption21" style="left:985px; top:147px; width:60px; height:19px; ">무인수납 :</caption>
  387. <caption id="caption22" style="left:985px; top:173px; width:60px; height:19px; ">현금 :</caption>
  388. <caption id="caption23" style="left:985px; top:199px; width:60px; height:19px; ">신용카드 :</caption>
  389. <caption id="caption24" style="left:985px; top:226px; width:60px; height:19px; ">합계 :</caption>
  390. <output id="output8" ref="/root/main/h_rcpt/rcpt/o_fourrcpt" format="#,###" style="left:1055px; top:122px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  391. <output id="output9" ref="/root/main/h_rcpt/rcpt/o_rmtrcpt" format="#,###" style="left:1055px; top:147px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  392. <output id="output10" ref="/root/main/h_rcpt/rcpt/o_cashamt" format="#,###" style="left:1055px; top:173px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  393. <output id="output11" ref="/root/main/h_rcpt/rcpt/o_cardamt" format="#,###" style="left:1055px; top:199px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  394. <output id="output12" ref="/root/main/h_rcpt/rcpt/rcpt3_sum" format="#,###" style="left:1055px; top:226px; width:100px; height:19px; text-align:right; border-color:#000000; border-style:solid; "/>
  395. <caption id="cpt_day" ref="/root/send/data1/fromdd" format="yyyy-mm-dd" style="left:550px; top:80px; width:90px; height:19px; text-align:center; ">일자</caption>
  396. <caption id="cpt_day_i" ref="/root/send/data1/fromdd" format="yyyy-mm-dd" style="left:800px; top:80px; width:90px; height:19px; text-align:center; ">일자</caption>
  397. <caption id="cpt_day_o" ref="/root/send/data1/fromdd" format="yyyy-mm-dd" style="left:1030px; top:80px; width:90px; height:19px; text-align:center; ">일자</caption>
  398. <caption id="caption11" style="left:890px; top:80px; width:36px; height:19px; ">(입원)</caption>
  399. <caption id="caption14" style="left:1130px; top:80px; width:40px; height:15px; ">(외래)</caption>
  400. <caption id="caption19" style="left:500px; top:227px; width:60px; height:19px; ">합계 :</caption>
  401. </xhtml:body>
  402. </xhtml:html>