123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- <?xml version="1.0" encoding="UTF-16"?>
- <!--
- * 화면 : SMPAS00510_일일수납마감.xrw
- * 설명 : 일일수납마감
- * 작성자 : 조영상
- * 작성일 : 2007/11/26
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>일일수납마감</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <h_rcpt>
- <rcpt>
- <o_fourrcpt/>
- <o_fincteam/>
- <o_rmtrcpt/>
- <o_cashamt/>
- <o_cardamt/>
- <o_onlineamt/>
- <o_sum/>
- <i_fourrcpt/>
- <i_fincteam/>
- <i_rmtrcpt/>
- <i_cashamt/>
- <i_cardamt/>
- <i_onlineamt/>
- <i_sum/>
- <i_rmtrcpt_cashamt/>
- <o_rmtrcpt_cashamt/>
- <rcpt1_sum/>
- <rcpt2_sum/>
- <rcpt3_sum/>
- </rcpt>
- </h_rcpt>
- </main>
- <send>
- <data1>
- <fromdd/>
- <tm_from/>
- <tm_to/>
- </data1>
- </send>
- <hidden>
- <session>
- <userid/>
- <usernm/>
- <posinstcd/>
- <posinstnm/>
- <dutplcecd/>
- <dutplcenm/>
- <dutinstnm/>
- </session>
- </hidden>
- </root>
- </instance>
- <bind id="bind1" ref="/root/main/receivamtlist/receivamtstats" calculate="now() + ."/>
- <bind id="bind2" ref="/root/main/receivamtsumlist/receivamtsumstats/uncnt" calculate="sum(/root/main/receivamtlist/receivamtstats/uncnt);"/>
- <bind id="bind3" ref="/root/main/receivamtsumlist/receivamtsumstats/uncoamt" calculate="sum(/root/main/receivamtlist/receivamtstats/uncoamt);"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- makeReportPreview(4,260,1200,495);
-
- fInitialize();
-
- fGetUserInfo2();
-
- exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- <submission id="TRPAS00511" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript">
- <![CDATA[
-
- //로그인한 사용자 정보조회
- function fGetUserInfo2(){
-
- var sUserInfosS = getUserInfos();
-
- sUserInfosS = sUserInfosS + "|";
- //alert("sUserInfosS : " + sUserInfosS);
- var UserInfosS_Array = sUserInfosS.split("|");
-
- var userid = UserInfosS_Array[0]; //사용자번호
- var usernm = UserInfosS_Array[1]; //사용자이름
- var posinstcd = UserInfosS_Array[2]; //소속기관코드
- var posinstnm = UserInfosS_Array[3]; //소속기관명
- var dutplcecd = UserInfosS_Array[4]; //근무지부서코드
- var dutplcenm = UserInfosS_Array[5]; //근무지부서명
- var dutinstnm = UserInfosS_Array[7]; //근무지기관명
-
- /*
- model.makeNode("/root/hidden/session/" + "userid");
- model.makeNode("/root/hidden/session/" + "usernm");
- model.makeNode("/root/hidden/session/" + "posinstcd");
- model.makeNode("/root/hidden/session/" + "posinstnm");
- model.makeNode("/root/hidden/session/" + "dutplcecd");
- model.makeNode("/root/hidden/session/" + "dutplcenm");
- model.makeNode("/root/hidden/session/" + "dutinstnm");
- */
-
-
- model.setValue("/root/hidden/session/userid",userid);
- model.setValue("/root/hidden/session/usernm",usernm);
- model.setValue("/root/hidden/session/posinstcd",posinstcd);
- model.setValue("/root/hidden/session/posinstnm",posinstnm);
- model.setValue("/root/hidden/session/dutplcecd",dutplcecd);
- model.setValue("/root/hidden/session/dutplcenm",dutplcenm);
- model.setValue("/root/hidden/session/dutinstnm",dutinstnm);
-
- }
-
- function fInitialize() {
- model.setvalue("/root/main/h_rcpt/rcpt/o_fourrcpt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/o_fincteam","0");
- model.setvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/o_cashamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/o_cardamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/o_onlineamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/o_sum","0");
- model.setvalue("/root/main/h_rcpt/rcpt/i_fourrcpt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/i_fincteam","0");
- model.setvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/i_cashamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/i_cardamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/i_onlineamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/i_sum","0");
-
- model.setvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt_cashamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt_cashamt","0");
- model.setvalue("/root/main/h_rcpt/rcpt/rcpt1_sum","0");
- model.setvalue("/root/main/h_rcpt/rcpt/rcpt2_sum","0");
- model.setvalue("/root/main/h_rcpt/rcpt/rcpt3_sum","0");
-
- model.setValue("/root/send/data1/fromdd", getCurrentDate()); // common.js에서 제공하는 함수를 사용하여 오늘 날짜를 구한다.
- model.setValue("/root/send/data1/tm_from", "0000");
- model.setValue("/root/send/data1/tm_to", "2400");
- exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
- model.refresh();
- }
-
- function fo_sum() {
-
- var o_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_fourrcpt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_fincteam")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cashamt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cardamt")) ;
-
- model.setvalue("/root/main/h_rcpt/rcpt/o_sum", o_sum);
-
- frcpt1_sum();
- frcpt2_sum();
- frcpt3_sum();
- exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
- model.refresh();
- }
- function fi_sum() {
-
- var i_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_fourrcpt"))+
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_fincteam")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cashamt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cardamt")) ;
-
- model.setvalue("/root/main/h_rcpt/rcpt/i_sum", i_sum);
-
- frcpt1_sum();
- frcpt2_sum();
- frcpt3_sum();
- exeReportPreview("RPPAS00511", "XMLSTR", "","", "false","","","","","false");
- model.refresh();
- }
-
- function frcpt1_sum() {
- var i_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cashamt")) ;
-
- model.setvalue("/root/main/h_rcpt/rcpt/i_rmtrcpt_cashamt", i_sum);
-
- var o_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cashamt")) ;
-
- model.setvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt_cashamt", o_sum);
-
- model.setvalue("/root/main/h_rcpt/rcpt/rcpt1_sum", i_sum + o_sum);
- }
-
- function frcpt2_sum() {
- var i_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_fourrcpt"))+
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cashamt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/i_cardamt")) ;
-
- model.setvalue("/root/main/h_rcpt/rcpt/rcpt2_sum", i_sum );
- }
-
- function frcpt3_sum() {
- var o_sum = parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_fourrcpt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_rmtrcpt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cashamt")) +
- parseInt(model.getvalue("/root/main/h_rcpt/rcpt/o_cardamt")) ;
-
- model.setvalue("/root/main/h_rcpt/rcpt/rcpt3_sum", o_sum );
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784">
- <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:215px; height:14px; font-family:돋움; vertical-align:middle; ">일일수납마감</caption>
- </group>
- <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
- <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; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:198px; height:17px; ">일자:</caption>
- <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- submit("TRPAS00511");
- fi_sum();
- fo_sum();
-
-
- ]]>
- </script>
- </button>
- <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; "/>
- <line id="line1" class="line_4" visibility="hidden" style="x1:1063px; y1:7px; x2:1063px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_print" class="btn6_letter2" style="left:1070px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPAS00511", "XMLSTR" , "" , "" , "true" , "", "", "", "", "false");
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/send/data1/tm_from" format="hh:nn" style="left:170px; top:8px; width:54px; height:19px; text-align:center; "/>
- <input id="input15" ref="/root/send/data1/tm_to" format="hh:nn" style="left:245px; top:8px; width:54px; height:19px; text-align:center; "/>
- <caption id="caption25" style="left:222px; top:10px; width:25px; height:14px; text-align:center; ">~</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:19px; top:757px; width:1180px; height:27px; "/>
- <button id="btn_init" class="btn4_letter3" style="left:1129px; top:760px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="cell_1" style="left:5px; top:71px; width:150px; height:30px; ">구분</caption>
- <line id="line42" class="line_1" style="x1:5px; y1:65px; x2:460; y2:65px; "/>
- <line id="line29" class="line_2" style="x1:5px; y1:103px; x2:460; y2:103px; "/>
- <caption id="caption3" class="cell_1" style="left:157px; top:71px; width:150px; height:30px; ">입원</caption>
- <caption id="caption4" class="cell_1" style="left:309px; top:71px; width:150px; height:30px; ">외래</caption>
- <caption id="caption5" class="cell_1" style="left:5px; top:106px; width:150px; height:19; ">4시수납</caption>
- <caption id="caption6" class="cell_1" style="left:4px; top:130px; width:150px; height:20px; ">재무팀</caption>
- <caption id="caption7" class="cell_1" style="left:4px; top:155px; width:150px; height:20px; ">무인수납현금</caption>
- <caption id="caption8" class="cell_1" style="left:4px; top:180px; width:150px; height:20px; ">현금</caption>
- <caption id="caption9" class="cell_1" style="left:5px; top:205px; width:150px; height:20px; ">카드</caption>
- <line id="line3" class="line_2" style="x1:4px; y1:127px; x2:460; y2:127px; "/>
- <line id="line4" class="line_2" style="x1:5px; y1:152px; x2:460; y2:152px; "/>
- <line id="line5" class="line_2" style="x1:5px; y1:177px; x2:460; y2:177px; "/>
- <line id="line6" class="line_2" style="x1:5px; y1:202px; x2:460; y2:202px; "/>
- <line id="line7" class="line_2" style="x1:5px; y1:227px; x2:460; y2:227px; "/>
- <caption id="caption10" class="cell_1" style="left:5px; top:230px; width:150px; height:20px; ">합계</caption>
- <line id="line18" class="line_3" style="x1:5px; y1:252px; x2:460; y2:252px; "/>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fi_sum();
- }
-
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fi_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fi_sum();
- }
- ]]>
- </script>
- </input>
- <input id="input5" ref="/root/main/h_rcpt/rcpt/i_cashamt" format="#,###" style="left:156px; top:180px; width:150px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fi_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fi_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fi_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fo_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fo_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fo_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fo_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fo_sum();
- }
- ]]>
- </script>
- </input>
- <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; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- setInputNodeCurText(",");
- fo_sum();
- }
- ]]>
- </script>
- </input>
- <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; "/>
- <caption id="caption12" style="left:500px; top:127px; width:50px; height:19px; ">입원 :</caption>
- <caption id="caption13" style="left:500px; top:167px; width:50px; height:19px; ">외래 :</caption>
- <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; "/>
- <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; "/>
- <line id="line8" class="line_2" style="x1:470px; y1:217px; x2:725px; y2:217px; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <caption id="caption15" style="left:760px; top:122px; width:60px; height:20px; ">4시은행 :</caption>
- <caption id="caption16" style="left:760px; top:172px; width:60px; height:20px; ">현금 :</caption>
- <caption id="caption17" style="left:760px; top:198px; width:60px; height:20px; ">신용카드 :</caption>
- <caption id="caption18" style="left:760px; top:226px; width:60px; height:19px; ">합계 :</caption>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <caption id="caption20" style="left:985px; top:122px; width:60px; height:19px; ">4시은행 :</caption>
- <caption id="caption21" style="left:985px; top:147px; width:60px; height:19px; ">무인수납 :</caption>
- <caption id="caption22" style="left:985px; top:173px; width:60px; height:19px; ">현금 :</caption>
- <caption id="caption23" style="left:985px; top:199px; width:60px; height:19px; ">신용카드 :</caption>
- <caption id="caption24" style="left:985px; top:226px; width:60px; height:19px; ">합계 :</caption>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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>
- <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>
- <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>
- <caption id="caption11" style="left:890px; top:80px; width:36px; height:19px; ">(입원)</caption>
- <caption id="caption14" style="left:1130px; top:80px; width:40px; height:15px; ">(외래)</caption>
- <caption id="caption19" style="left:500px; top:227px; width:60px; height:19px; ">합계 :</caption>
- </xhtml:body>
- </xhtml:html>
|