SMAHA01200_일일수익집계.xrw 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMAHA01200.xrw
  4. * 설 명 : 일일수익집계
  5. * 설 계 자 : 서원식
  6. * 작 성 자 : 서원식
  7. * 작 성 일 : 2011.03.30
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>일일수익집계</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <earntotalinfo>
  20. <item>
  21. <healexamflag>C</healexamflag>
  22. <entrydd/>
  23. <totbamt/>
  24. <cashamt/>
  25. <cardamt/>
  26. <misuamt/>
  27. <dcamt/>
  28. <bogjamt/>
  29. <totsamt/>
  30. <totbmamt/>
  31. <cashmamt/>
  32. <cardmamt/>
  33. <misumamt/>
  34. <dcammt/>
  35. <totmamt/>
  36. <bigo/>
  37. <dmcnt/>
  38. <dwcnt/>
  39. <dtotcnt/>
  40. <mmcnt/>
  41. <mwcnt/>
  42. <mtotcnt/>
  43. <biopsycnt/>
  44. <endocnt/>
  45. <gjpcnt/>
  46. <prtctcnt/>
  47. <unco10cnt/>
  48. <unco15cnt/>
  49. <unco20cnt/>
  50. <unco30cnt/>
  51. <rsltcnt/>
  52. <custcnt/>
  53. </item>
  54. </earntotalinfo>
  55. <earntotallist>
  56. <item>
  57. <cashamt/>
  58. <cardamt/>
  59. <misuamt/>
  60. <dcamt/>
  61. <totsamt/>
  62. <dmcnt/>
  63. <dwcnt/>
  64. <dtotcnt/>
  65. <biopsycnt/>
  66. <endocnt/>
  67. <unco10cnt/>
  68. <unco15cnt/>
  69. <unco20cnt/>
  70. <unco30cnt/>
  71. </item>
  72. </earntotallist>
  73. </main>
  74. <send>
  75. <healexamflag>C</healexamflag>
  76. <srchday/>
  77. </send>
  78. </root>
  79. </instance>
  80. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  81. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  82. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  83. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  84. <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
  85. <script type="javascript" ev:event="xforms-ready">
  86. <![CDATA[
  87. fInit();
  88. ]]>
  89. </script>
  90. <submission id="TRAHS02900" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/earntotallist"/>
  91. <submission id="TRAHS02901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/earntotalinfo"/>
  92. <submission id="TRAHS02902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/earntotalinfo"/>
  93. </model>
  94. <script type="javascript">
  95. <![CDATA[
  96. /**********************************************************************************************************************************************************************************
  97. * 화면 초기화
  98. ***********************************************************************************************************************************************************************************/
  99. function fInit() {
  100. srchday.value = getCurrentDate();
  101. }
  102. ]]>
  103. </script>
  104. </xhtml:head>
  105. <xhtml:body guideline="1,1193;2,783;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  106. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  107. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">일일수익집계</caption>
  108. </group>
  109. <group id="group3" style="left:0px; top:13px; width:1190px; height:35px; ">
  110. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1189px; height:35px; "/>
  111. <caption id="caption3" class="search_name" style="left:6px; top:8px; width:86px; height:17px; ">건진일자 :</caption>
  112. <input id="srchday" ref="/root/send/srchday" class="input_s_essential" inputtype="date" format="yyyy-mm-dd" style="left:95px; top:8px; width:110px; height:19px; ">
  113. <script type="javascript" ev:event="xforms-value-changed">
  114. <![CDATA[
  115. model.resetInstanceNode("/root/main/earntotalinfo");
  116. ]]>
  117. </script>
  118. </input>
  119. <button id="button2" class="btn1_letter2" style="left:1115px; top:5px; width:56px; height:22px; ">
  120. <caption>조회</caption>
  121. <script type="javascript" ev:event="DOMActivate">
  122. <![CDATA[
  123. model.resetInstanceNode("/root/main/earntotalinfo");
  124. submit("TRAHS02901");
  125. model.refresh();
  126. ]]>
  127. </script>
  128. </button>
  129. <button id="button3" class="btn6_letter2" style="left:930px; top:6px; width:56px; height:22px; ">
  130. <caption>출력</caption>
  131. <script type="javascript" ev:event="DOMActivate">
  132. <![CDATA[
  133. exeReportPreview("RPAHS02301", "XMLSTR" , "/root/main/earntotalinfo" , "" , "false" , "", "", "", "", "false");
  134. ]]>
  135. </script>
  136. </button>
  137. <line id="line2" class="line_4" style="x1:994px; y1:5px; x2:994px; y2:27px; border-left-style:solid; "/>
  138. <button id="button4" class="btn1_letter5" style="left:1005px; top:5px; width:92px; height:22px; ">
  139. <caption>실자료 조회</caption>
  140. <script type="javascript" ev:event="DOMActivate">
  141. <![CDATA[
  142. model.resetInstanceNode("/root/main/earntotalinfo");
  143. submit("TRAHS02900");
  144. model.setValue("/root/main/earntotalinfo/item/totbamt",model.getValue("/root/main/earntotallist/item[1]/totsamt" ));
  145. model.setValue("/root/main/earntotalinfo/item/cashamt",model.getValue("/root/main/earntotallist/item[1]/cashamt" ));
  146. model.setValue("/root/main/earntotalinfo/item/cardamt",model.getValue("/root/main/earntotallist/item[1]/cardamt" ));
  147. model.setValue("/root/main/earntotalinfo/item/misuamt",model.getValue("/root/main/earntotallist/item[1]/misuamt" ));
  148. model.setValue("/root/main/earntotalinfo/item/dcamt",model.getValue("/root/main/earntotallist/item[1]/dcamt" ));
  149. model.setValue("/root/main/earntotalinfo/item/totsamt",model.getValue("/root/main/earntotallist/item[1]/totsamt" ));
  150. model.setValue("/root/main/earntotalinfo/item/totbmamt",model.getValue("/root/main/earntotallist/item[2]/totsamt" ));
  151. model.setValue("/root/main/earntotalinfo/item/cashmamt",model.getValue("/root/main/earntotallist/item[2]/cashamt" ));
  152. model.setValue("/root/main/earntotalinfo/item/cardmamt",model.getValue("/root/main/earntotallist/item[2]/cardamt" ));
  153. model.setValue("/root/main/earntotalinfo/item/misumamt",model.getValue("/root/main/earntotallist/item[2]/misuamt" ));
  154. model.setValue("/root/main/earntotalinfo/item/dcammt",model.getValue("/root/main/earntotallist/item[2]/dcamt" ));
  155. model.setValue("/root/main/earntotalinfo/item/totmamt",model.getValue("/root/main/earntotallist/item[2]/totsamt" ));
  156. model.setValue("/root/main/earntotalinfo/item/dmcnt",model.getValue("/root/main/earntotallist/item[1]/dmcnt" ));
  157. model.setValue("/root/main/earntotalinfo/item/dwcnt",model.getValue("/root/main/earntotallist/item[1]/dwcnt" ));
  158. model.setValue("/root/main/earntotalinfo/item/dtotcnt",model.getValue("/root/main/earntotallist/item[1]/dtotcnt" ));
  159. model.setValue("/root/main/earntotalinfo/item/mmcnt",model.getValue("/root/main/earntotallist/item[2]/dmcnt" ));
  160. model.setValue("/root/main/earntotalinfo/item/mwcnt",model.getValue("/root/main/earntotallist/item[2]/dwcnt" ));
  161. model.setValue("/root/main/earntotalinfo/item/mtotcnt",model.getValue("/root/main/earntotallist/item[2]/dtotcnt" ));
  162. model.setValue("/root/main/earntotalinfo/item/biopsycnt",model.getValue("/root/main/earntotallist/item[1]/biopsycnt" ));
  163. model.setValue("/root/main/earntotalinfo/item/endocnt",model.getValue("/root/main/earntotallist/item[1]/endocnt" ));
  164. model.setValue("/root/main/earntotalinfo/item/unco10cnt",model.getValue("/root/main/earntotallist/item[1]/unco10cnt" ));
  165. model.setValue("/root/main/earntotalinfo/item/unco15cnt",model.getValue("/root/main/earntotallist/item[1]/unco15cnt" ));
  166. model.setValue("/root/main/earntotalinfo/item/unco20cnt",model.getValue("/root/main/earntotallist/item[1]/unco20cnt" ));
  167. model.setValue("/root/main/earntotalinfo/item/unco30cnt",model.getValue("/root/main/earntotallist/item[1]/unco30cnt" ));
  168. model.refresh();
  169. ]]>
  170. </script>
  171. </button>
  172. </group>
  173. <group id="group2" scroll="auto" style="left:0px; top:49px; width:1195px; height:701px; ">
  174. <caption id="caption4" class="tit_2" style="left:5px; top:10px; width:108px; height:13px; ">수익금현황</caption>
  175. <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:1190px; y2:25px; "/>
  176. <caption id="caption17" class="cell_1" style="left:10px; top:35px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  177. <caption id="caption5" class="cell_1" style="left:10px; top:55px; width:46px; height:19px; text-align:center; vertical-align:middle; ">당일</caption>
  178. <caption id="caption7" class="cell_1" style="left:10px; top:75px; width:46px; height:19px; text-align:center; vertical-align:middle; ">누계</caption>
  179. <caption id="caption8" class="cell_1" style="left:60px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">총발생금액</caption>
  180. <input id="input4" ref="/root/main/earntotalinfo/item/totbamt" format="#,##0" style="left:60px; top:55px; width:120px; height:19px; text-align:right; "/>
  181. <input id="input17" ref="/root/main/earntotalinfo/item/totbmamt" format="#,##0" style="left:60px; top:75px; width:120px; height:19px; text-align:right; "/>
  182. <caption id="caption9" class="cell_1" style="left:185px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">현금</caption>
  183. <input id="input7" ref="/root/main/earntotalinfo/item/cashamt" format="#,##0" style="left:185px; top:55px; width:120px; height:19px; text-align:right; "/>
  184. <input id="input12" ref="/root/main/earntotalinfo/item/cashmamt" format="#,##0" style="left:185px; top:75px; width:120px; height:19px; text-align:right; "/>
  185. <caption id="caption10" class="cell_1" style="left:310px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">카드</caption>
  186. <input id="input8" ref="/root/main/earntotalinfo/item/cardamt" format="#,##0" style="left:310px; top:55px; width:120px; height:19px; text-align:right; "/>
  187. <input id="input13" ref="/root/main/earntotalinfo/item/cardmamt" format="#,##0" style="left:310px; top:75px; width:120px; height:19px; text-align:right; "/>
  188. <caption id="caption11" class="cell_1" style="left:435px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">미수</caption>
  189. <input id="input9" ref="/root/main/earntotalinfo/item/misuamt" format="#,##0" style="left:435px; top:55px; width:120px; height:19px; text-align:right; "/>
  190. <input id="input14" ref="/root/main/earntotalinfo/item/misumamt" format="#,##0" style="left:435px; top:75px; width:120px; height:19px; text-align:right; "/>
  191. <caption id="caption12" class="cell_1" style="left:560px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">감액</caption>
  192. <input id="input10" ref="/root/main/earntotalinfo/item/dcamt" format="#,##0" style="left:560px; top:55px; width:120px; height:19px; text-align:right; "/>
  193. <input id="input15" ref="/root/main/earntotalinfo/item/dcammt" format="#,##0" style="left:560px; top:75px; width:120px; height:19px; text-align:right; "/>
  194. <caption id="caption13" class="cell_1" style="left:685px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">선수금대체</caption>
  195. <input id="input11" ref="/root/main/earntotalinfo/item/bogjamt" format="#,##0" style="left:685px; top:55px; width:120px; height:19px; text-align:right; "/>
  196. <caption id="caption1" class="cell_1" style="left:810px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">총계</caption>
  197. <input id="input26" ref="/root/main/earntotalinfo/item/totmamt" format="#,##0" style="left:810px; top:75px; width:120px; height:19px; text-align:right; "/>
  198. <caption id="caption14" class="tit_2" style="left:5px; top:110px; width:108px; height:13px; ">보고사항</caption>
  199. <line id="line4" class="line_1" style="x1:0px; y1:125px; x2:1190px; y2:125px; "/>
  200. <textarea id="tar_rsltcnts1" ref="/root/main/earntotalinfo/item/bigo" scroll="vertical" style="left:10px; top:130px; width:1170px; height:160px; "/>
  201. <caption id="caption15" class="tit_2" style="left:8px; top:300px; width:108px; height:13px; ">인원현황</caption>
  202. <line id="line5" class="line_1" style="x1:3px; y1:315px; x2:1193px; y2:315px; "/>
  203. <caption id="caption24" class="cell_1" style="left:10px; top:325px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  204. <caption id="caption23" class="cell_1" style="left:10px; top:345px; width:46px; height:19px; text-align:center; vertical-align:middle; ">일계</caption>
  205. <caption id="caption20" class="cell_1" style="left:10px; top:365px; width:46px; height:19px; text-align:center; vertical-align:middle; ">누계</caption>
  206. <caption id="caption16" class="cell_1" style="left:60px; top:325px; width:120px; height:19px; text-align:center; vertical-align:middle; ">남자</caption>
  207. <input id="input3" ref="/root/main/earntotalinfo/item/dmcnt" style="left:60px; top:345px; width:120px; height:19px; text-align:right; "/>
  208. <input id="input30" ref="/root/main/earntotalinfo/item/mmcnt" style="left:60px; top:365px; width:120px; height:19px; text-align:right; "/>
  209. <caption id="caption18" class="cell_1" style="left:185px; top:325px; width:120px; height:19px; text-align:center; vertical-align:middle; ">여자</caption>
  210. <input id="input18" ref="/root/main/earntotalinfo/item/dwcnt" style="left:185px; top:345px; width:120px; height:19px; text-align:right; "/>
  211. <input id="input20" ref="/root/main/earntotalinfo/item/mwcnt" style="left:185px; top:365px; width:120px; height:19px; text-align:right; "/>
  212. <caption id="caption19" class="cell_1" style="left:310px; top:325px; width:120px; height:19px; text-align:center; vertical-align:middle; ">전체</caption>
  213. <input id="input19" ref="/root/main/earntotalinfo/item/dtotcnt" style="left:310px; top:345px; width:120px; height:19px; text-align:right; "/>
  214. <input id="input31" ref="/root/main/earntotalinfo/item/mtotcnt" style="left:310px; top:365px; width:120px; height:19px; text-align:right; "/>
  215. <caption id="caption22" class="tit_2" style="left:8px; top:450px; width:108px; height:13px; ">감액현황</caption>
  216. <line id="line6" class="line_1" style="x1:3px; y1:465px; x2:1193px; y2:465px; "/>
  217. <caption id="caption27" class="cell_1" style="left:10px; top:475px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  218. <caption id="caption26" class="cell_1" style="left:10px; top:495px; width:46px; height:19px; text-align:center; vertical-align:middle; ">인원</caption>
  219. <caption id="caption28" class="cell_1" style="left:60px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">10%</caption>
  220. <input id="input5" ref="/root/main/earntotalinfo/item/unco10cnt" style="left:60px; top:495px; width:120px; height:19px; text-align:right; "/>
  221. <caption id="caption29" class="cell_1" style="left:185px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">15%</caption>
  222. <input id="input22" ref="/root/main/earntotalinfo/item/unco15cnt" style="left:185px; top:495px; width:120px; height:19px; text-align:right; "/>
  223. <caption id="caption30" class="cell_1" style="left:310px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">20%</caption>
  224. <input id="input23" ref="/root/main/earntotalinfo/item/unco20cnt" style="left:310px; top:495px; width:120px; height:19px; text-align:right; "/>
  225. <caption id="caption25" class="cell_1" style="left:435px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">30%</caption>
  226. <input id="input21" ref="/root/main/earntotalinfo/item/unco30cnt" style="left:435px; top:495px; width:120px; height:19px; text-align:right; "/>
  227. <caption id="caption31" class="tit_2" style="left:8px; top:530px; width:108px; height:13px; ">우편발송현황</caption>
  228. <line id="line7" class="line_1" style="x1:3px; y1:545px; x2:1193px; y2:545px; "/>
  229. <caption id="caption33" class="cell_1" style="left:10px; top:555px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  230. <caption id="caption32" class="cell_1" style="left:10px; top:575px; width:46px; height:19px; text-align:center; vertical-align:middle; ">인원</caption>
  231. <caption id="caption34" class="cell_1" style="left:60px; top:555px; width:120px; height:19px; text-align:center; vertical-align:middle; ">결과지통보</caption>
  232. <input id="input6" ref="/root/main/earntotalinfo/item/rsltcnt" style="left:60px; top:575px; width:120px; height:19px; text-align:right; "/>
  233. <caption id="caption35" class="cell_1" style="left:185px; top:555px; width:120px; height:19px; text-align:center; vertical-align:middle; ">고객관리부문</caption>
  234. <input id="input24" ref="/root/main/earntotalinfo/item/custcnt" style="left:185px; top:575px; width:120px; height:19px; text-align:right; "/>
  235. <input id="input25" ref="/root/main/earntotalinfo/item/totsamt" format="#,##0" style="left:810px; top:55px; width:120px; height:19px; text-align:right; "/>
  236. <caption id="caption37" class="cell_1" style="left:10px; top:395px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  237. <caption id="caption36" class="cell_1" style="left:10px; top:415px; width:46px; height:19px; text-align:center; vertical-align:middle; ">인원</caption>
  238. <caption id="caption38" class="cell_1" style="left:60px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">BIOPSY</caption>
  239. <input id="input28" ref="/root/main/earntotalinfo/item/biopsycnt" style="left:60px; top:415px; width:120px; height:19px; text-align:right; "/>
  240. <caption id="caption39" class="cell_1" style="left:185px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">수면내시경</caption>
  241. <input id="input27" ref="/root/main/earntotalinfo/item/endocnt" style="left:185px; top:415px; width:120px; height:19px; text-align:right; "/>
  242. <caption id="caption40" class="cell_1" style="left:310px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">귀중품보관</caption>
  243. <input id="input29" ref="/root/main/earntotalinfo/item/gjpcnt" style="left:310px; top:415px; width:120px; height:19px; text-align:right; "/>
  244. <caption id="caption2" class="cell_1" style="left:435px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">보호자보관</caption>
  245. <input id="input16" ref="/root/main/earntotalinfo/item/prtctcnt" style="left:435px; top:415px; width:120px; height:19px; text-align:right; "/>
  246. </group>
  247. <group id="group4" scroll="auto" style="left:0px; top:754px; width:1195px; height:28px; ">
  248. <button id="btn_acpt" class="btn4_letter2" style="left:1131px; top:3px; width:56px; height:22px; ">
  249. <caption>저장</caption>
  250. <script type="javascript" ev:event="DOMActivate">
  251. <![CDATA[
  252. model.setValue("/root/main/earntotalinfo/item/healexamflag", "C");
  253. model.setValue("/root/main/earntotalinfo/item/entrydd", model.getValue("/root/send/srchday"));
  254. if(submit("TRAHS02902")){
  255. alert(model.getValue("/root/send/srchorddd") + "수익집계정보가 저장되었습니다.");
  256. }
  257. ]]>
  258. </script>
  259. </button>
  260. </group>
  261. <group id="group5" scroll="auto" style="left:0px; top:49px; width:1195px; height:701px; ">
  262. <caption id="caption21" class="tit_2" style="left:5px; top:10px; width:108px; height:13px; ">수익금현황</caption>
  263. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:1190px; y2:25px; "/>
  264. <caption id="caption41" class="cell_1" style="left:10px; top:35px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  265. <caption id="caption42" class="cell_1" style="left:10px; top:55px; width:46px; height:19px; text-align:center; vertical-align:middle; ">당일</caption>
  266. <caption id="caption43" class="cell_1" style="left:10px; top:75px; width:46px; height:19px; text-align:center; vertical-align:middle; ">누계</caption>
  267. <caption id="caption44" class="cell_1" style="left:60px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">총발생금액</caption>
  268. <input id="input1" ref="/root/main/earntotalinfo/item/totbamt" format="#,##0" style="left:60px; top:55px; width:120px; height:19px; text-align:right; "/>
  269. <input id="input2" ref="/root/main/earntotalinfo/item/totbmamt" format="#,##0" style="left:60px; top:75px; width:120px; height:19px; text-align:right; "/>
  270. <caption id="caption45" class="cell_1" style="left:185px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">현금</caption>
  271. <input id="input32" ref="/root/main/earntotalinfo/item/cashamt" format="#,##0" style="left:185px; top:55px; width:120px; height:19px; text-align:right; "/>
  272. <input id="input33" ref="/root/main/earntotalinfo/item/cashmamt" format="#,##0" style="left:185px; top:75px; width:120px; height:19px; text-align:right; "/>
  273. <caption id="caption46" class="cell_1" style="left:310px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">카드</caption>
  274. <input id="input34" ref="/root/main/earntotalinfo/item/cardamt" format="#,##0" style="left:310px; top:55px; width:120px; height:19px; text-align:right; "/>
  275. <input id="input35" ref="/root/main/earntotalinfo/item/cardmamt" format="#,##0" style="left:310px; top:75px; width:120px; height:19px; text-align:right; "/>
  276. <caption id="caption47" class="cell_1" style="left:435px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">미수</caption>
  277. <input id="input36" ref="/root/main/earntotalinfo/item/misuamt" format="#,##0" style="left:435px; top:55px; width:120px; height:19px; text-align:right; "/>
  278. <input id="input37" ref="/root/main/earntotalinfo/item/misumamt" format="#,##0" style="left:435px; top:75px; width:120px; height:19px; text-align:right; "/>
  279. <caption id="caption48" class="cell_1" style="left:560px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">감액</caption>
  280. <input id="input38" ref="/root/main/earntotalinfo/item/dcamt" format="#,##0" style="left:560px; top:55px; width:120px; height:19px; text-align:right; "/>
  281. <input id="input39" ref="/root/main/earntotalinfo/item/dcammt" format="#,##0" style="left:560px; top:75px; width:120px; height:19px; text-align:right; "/>
  282. <caption id="caption49" class="cell_1" style="left:685px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">선수금대체</caption>
  283. <input id="input40" ref="/root/main/earntotalinfo/item/bogjamt" format="#,##0" style="left:685px; top:55px; width:120px; height:19px; text-align:right; "/>
  284. <caption id="caption50" class="cell_1" style="left:810px; top:35px; width:120px; height:19px; text-align:center; vertical-align:middle; ">총계</caption>
  285. <input id="input41" ref="/root/main/earntotalinfo/item/totmamt" format="#,##0" style="left:810px; top:75px; width:120px; height:19px; text-align:right; "/>
  286. <caption id="caption51" class="tit_2" style="left:5px; top:110px; width:108px; height:13px; ">보고사항</caption>
  287. <line id="line8" class="line_1" style="x1:0px; y1:125px; x2:1190px; y2:125px; "/>
  288. <textarea id="textarea1" ref="/root/main/earntotalinfo/item/bigo" scroll="vertical" style="left:10px; top:130px; width:1170px; height:160px; "/>
  289. <caption id="caption52" class="tit_2" style="left:8px; top:300px; width:108px; height:13px; ">인원현황</caption>
  290. <line id="line9" class="line_1" style="x1:3px; y1:315px; x2:1193px; y2:315px; "/>
  291. <caption id="caption53" class="cell_1" style="left:10px; top:325px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  292. <caption id="caption54" class="cell_1" style="left:10px; top:345px; width:46px; height:19px; text-align:center; vertical-align:middle; ">일계</caption>
  293. <caption id="caption55" class="cell_1" style="left:10px; top:365px; width:46px; height:19px; text-align:center; vertical-align:middle; ">누계</caption>
  294. <caption id="caption56" class="cell_1" style="left:60px; top:325px; width:120px; height:19px; text-align:center; vertical-align:middle; ">남자</caption>
  295. <input id="input42" ref="/root/main/earntotalinfo/item/dmcnt" format="#,##0" style="left:60px; top:345px; width:120px; height:19px; text-align:right; "/>
  296. <input id="input43" ref="/root/main/earntotalinfo/item/mmcnt" format="#,##0" style="left:60px; top:365px; width:120px; height:19px; text-align:right; "/>
  297. <caption id="caption57" class="cell_1" style="left:185px; top:325px; width:120px; height:19px; text-align:center; vertical-align:middle; ">여자</caption>
  298. <input id="input44" ref="/root/main/earntotalinfo/item/dwcnt" format="#,##0" style="left:185px; top:345px; width:120px; height:19px; text-align:right; "/>
  299. <input id="input45" ref="/root/main/earntotalinfo/item/mwcnt" format="#,##0" style="left:185px; top:365px; width:120px; height:19px; text-align:right; "/>
  300. <caption id="caption58" class="cell_1" style="left:310px; top:325px; width:120px; height:19px; text-align:center; vertical-align:middle; ">전체</caption>
  301. <input id="input46" ref="/root/main/earntotalinfo/item/dtotcnt" format="#,##0" style="left:310px; top:345px; width:120px; height:19px; text-align:right; "/>
  302. <input id="input47" ref="/root/main/earntotalinfo/item/mtotcnt" format="#,##0" style="left:310px; top:365px; width:120px; height:19px; text-align:right; "/>
  303. <caption id="caption59" class="tit_2" style="left:8px; top:450px; width:108px; height:13px; ">감액현황</caption>
  304. <line id="line10" class="line_1" style="x1:3px; y1:465px; x2:1193px; y2:465px; "/>
  305. <caption id="caption60" class="cell_1" style="left:10px; top:475px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  306. <caption id="caption61" class="cell_1" style="left:10px; top:495px; width:46px; height:19px; text-align:center; vertical-align:middle; ">인원</caption>
  307. <caption id="caption62" class="cell_1" style="left:60px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">10%</caption>
  308. <input id="input48" ref="/root/main/earntotalinfo/item/unco10cnt" style="left:60px; top:495px; width:120px; height:19px; text-align:right; "/>
  309. <caption id="caption63" class="cell_1" style="left:185px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">15%</caption>
  310. <input id="input49" ref="/root/main/earntotalinfo/item/unco15cnt" style="left:185px; top:495px; width:120px; height:19px; text-align:right; "/>
  311. <caption id="caption64" class="cell_1" style="left:310px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">20%</caption>
  312. <input id="input50" ref="/root/main/earntotalinfo/item/unco20cnt" style="left:310px; top:495px; width:120px; height:19px; text-align:right; "/>
  313. <caption id="caption65" class="cell_1" style="left:435px; top:475px; width:120px; height:19px; text-align:center; vertical-align:middle; ">30%</caption>
  314. <input id="input51" ref="/root/main/earntotalinfo/item/unco30cnt" style="left:435px; top:495px; width:120px; height:19px; text-align:right; "/>
  315. <caption id="caption66" class="tit_2" style="left:8px; top:530px; width:108px; height:13px; ">우편발송현황</caption>
  316. <line id="line11" class="line_1" style="x1:3px; y1:545px; x2:1193px; y2:545px; "/>
  317. <caption id="caption67" class="cell_1" style="left:10px; top:555px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  318. <caption id="caption68" class="cell_1" style="left:10px; top:575px; width:46px; height:19px; text-align:center; vertical-align:middle; ">인원</caption>
  319. <caption id="caption69" class="cell_1" style="left:60px; top:555px; width:120px; height:19px; text-align:center; vertical-align:middle; ">결과지통보</caption>
  320. <input id="input52" ref="/root/main/earntotalinfo/item/rsltcnt" style="left:60px; top:575px; width:120px; height:19px; text-align:right; "/>
  321. <caption id="caption70" class="cell_1" style="left:185px; top:555px; width:120px; height:19px; text-align:center; vertical-align:middle; ">고객관리부문</caption>
  322. <input id="input53" ref="/root/main/earntotalinfo/item/custcnt" style="left:185px; top:575px; width:120px; height:19px; text-align:right; "/>
  323. <input id="input54" ref="/root/main/earntotalinfo/item/totsamt" format="#,##0" style="left:810px; top:55px; width:120px; height:19px; text-align:right; "/>
  324. <caption id="caption71" class="cell_1" style="left:10px; top:395px; width:46px; height:19px; text-align:center; vertical-align:middle; ">구분</caption>
  325. <caption id="caption72" class="cell_1" style="left:10px; top:415px; width:46px; height:19px; text-align:center; vertical-align:middle; ">인원</caption>
  326. <caption id="caption73" class="cell_1" style="left:60px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">BIOPSY</caption>
  327. <input id="input55" ref="/root/main/earntotalinfo/item/biopsycnt" style="left:60px; top:415px; width:120px; height:19px; text-align:right; "/>
  328. <caption id="caption74" class="cell_1" style="left:185px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">수면내시경</caption>
  329. <input id="input56" ref="/root/main/earntotalinfo/item/endocnt" style="left:185px; top:415px; width:120px; height:19px; text-align:right; "/>
  330. <caption id="caption75" class="cell_1" style="left:310px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">귀중품보관</caption>
  331. <input id="input57" ref="/root/main/earntotalinfo/item/gjpcnt" style="left:310px; top:415px; width:120px; height:19px; text-align:right; "/>
  332. <caption id="caption76" class="cell_1" style="left:435px; top:395px; width:120px; height:19px; text-align:center; vertical-align:middle; ">보호자보관</caption>
  333. <input id="input58" ref="/root/main/earntotalinfo/item/prtctcnt" style="left:435px; top:415px; width:120px; height:19px; text-align:right; "/>
  334. </group>
  335. </xhtml:body>
  336. </xhtml:html>