SMPMI05430_병동보고서퇴원환자보고서보관금대장.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. <h_custodymoney>
  11. <custodymoney>
  12. <pid/>
  13. <hngnm/>
  14. <indd/>
  15. <orddeptnm/>
  16. <rcptexecdd/>
  17. <keepkind/>
  18. <rcptidnm/>
  19. <rcptamt/>
  20. <keepamt/>
  21. <keepamt_rest/>
  22. <keepamt_refund/>
  23. <prtyn/>
  24. </custodymoney>
  25. </h_custodymoney>
  26. <h_print>
  27. <print/>
  28. </h_print>
  29. </main>
  30. <send>
  31. <data1>
  32. <fromdd/>
  33. <todd/>
  34. <sess_posinstcd/>
  35. <ioflag/>
  36. <norefunds/>
  37. <sendflag/>
  38. <keepyn/>
  39. <rcptyn/>
  40. </data1>
  41. <data2>
  42. <pid/>
  43. <keepamt_refund/>
  44. </data2>
  45. <data3>
  46. <pid/>
  47. <indd/>
  48. <prtyn/>
  49. </data3>
  50. </send>
  51. <hidden>
  52. <popupmenu>
  53. <gridmenu>
  54. <item>
  55. <name>가퇴원보관금 환불안내장</name>
  56. <func>fPrintKeep</func>
  57. </item>
  58. </gridmenu>
  59. </popupmenu>
  60. </hidden>
  61. <init>
  62. </init>
  63. <temp>
  64. </temp>
  65. </root>
  66. </instance>
  67. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  68. <submission id="TRPMI00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init"/>
  69. <submission id="TRPMI05430" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main/h_custodymoney"/>
  70. <submission id="TRPMI05431" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/h_print"/>
  71. <submission id="TXPMI05431" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data3"/>
  72. </model>
  73. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  74. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  75. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  76. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  77. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  78. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  79. <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
  80. <script type="javascript" ev:event="xforms-ready">
  81. <![CDATA[
  82. fGetUserInfosSampling();//세션정보
  83. model.setValue("/root/send/data1/sess_posinstcd",model.getValue("/root/hidden/session/sess_dutplceinstcd"));
  84. model.setValue("/root/send/data1/ioflag","I");
  85. model.setValue("/root/send/data1/keepyn","Y");
  86. model.setValue("/root/send/data1/norefunds","N");
  87. model.setValue("/root/send/data1/rcptyn","N");
  88. bool2.disabled = true;
  89. model.refresh();
  90. submit("TRPMI00106");
  91. zbcfGetCodeList(new Array("P0101","P0028","P0038"),new Array("/root/init1/P0101list","/root/init1/P0028list","/root/init1/P0038list"));
  92. model.refresh();
  93. ]]>
  94. </script>
  95. <script type="javascript">
  96. <![CDATA[
  97. function fPrintKeep(){
  98. model.setValue("/root/send/data2/pid" , model.getValue("/root/main/h_custodymoney/custodymoney["+ grd_cusmoneylist.row + "]/pid"));
  99. model.setValue("/root/send/data2/keepamt_refund" , model.getValue("/root/main/h_custodymoney/custodymoney["+ grd_cusmoneylist.row + "]/keepamt_refund"));
  100. submit("TRPMI05431");
  101. exeReportPreview("RPPMI05431", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "");
  102. model.setValue("/root/main/h_custodymoney/custodymoney["+ grd_cusmoneylist.row + "]/prtyn", "true");
  103. grd_cusmoneylist.refresh();
  104. fSetPrtYN();
  105. }
  106. function fSetPrtYN() {
  107. var row = grd_cusmoneylist.row;
  108. var pid = model.getValue("/root/main/h_custodymoney/custodymoney[" + row + "]/pid");
  109. var indd = model.getValue("/root/main/h_custodymoney/custodymoney[" + row + "]/indd");
  110. var prtyn = model.getValue("/root/main/h_custodymoney/custodymoney[" + row + "]/prtyn");
  111. model.setValue("/root/send/data3/pid", pid);
  112. model.setValue("/root/send/data3/indd", indd);
  113. model.setValue("/root/send/data3/prtyn", prtyn == "true" ? "Y" : "");
  114. submit("TXPMI05431");
  115. }
  116. ]]>
  117. </script>
  118. </xhtml:head>
  119. <xhtml:body guideline="1,1192;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  120. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  121. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:120px; height:14px; ">퇴원환자 보고서</caption>
  122. </group>
  123. <group id="group3" scroll="auto" style="left:0px; top:15px; width:1193px; height:755px; ">
  124. <line id="line20" class="line_1" style="x1:0px; y1:70px; x2:1170px; y2:70px; "/>
  125. <caption id="caption3" class="tit_2" style="left:3px; top:55px; width:157px; height:35px; ">가퇴원 보관금 관리대장</caption>
  126. <button id="button1" class="btn2_letter4" style="left:1106px; top:50px; width:64px; height:19px; ">
  127. <caption>엑셀저장</caption>
  128. <script type="javascript" ev:event="DOMActivate">
  129. <![CDATA[
  130. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  131. if (fileName != "")
  132. {
  133. grd_cusmoneylist.saveExcel(fileName, "SheetName", true, true, "", "", true);
  134. }
  135. ]]>
  136. </script>
  137. </button>
  138. <button id="button2" class="btn2_letter2" style="left:1062px; top:50px; width:42px; height:19px; ">
  139. <caption>출력</caption>
  140. <script type="javascript" ev:event="DOMActivate">
  141. <![CDATA[
  142. exeReportPreview("RPPMI05430", "XMLSTR" , "" , "" , "false" , "", "", "", "", "", "", "");
  143. ]]>
  144. </script>
  145. </button>
  146. <datagrid id="grd_cusmoneylist" nodeset="/root/main/h_custodymoney/custodymoney" allowselection="false" caption="등록번호^이름^입원일^진료과명^가퇴원수납일^수납구분^수납자^가퇴원보관금^보관금입금^보관금환불^환불대상금^안내장출력" colsep="^" colwidth="60, 60, 80, 140, 80, 100, 60, 120, 120, 120, 120, 80" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:1170px; height:660px; text-align:center; ">
  147. <col ref="pid"/>
  148. <col ref="hngnm" style="text-align:center; "/>
  149. <col ref="indd" format="yyyy-mm-dd"/>
  150. <col ref="orddeptnm" style="text-align:left; "/>
  151. <col ref="rcptexecdd" format="yyyy-mm-dd"/>
  152. <col ref="keepkind" style="text-align:center; "/>
  153. <col ref="rcptidnm" style="text-align:center; "/>
  154. <col ref="rcptamt" format="(-)#,###" style="text-align:right; "/>
  155. <col ref="keepamt" format="(-)#,###" style="text-align:right; "/>
  156. <col ref="keepamt_rest" format="(-)#,###" style="text-align:right; "/>
  157. <col ref="keepamt_refund" format="(-)#,###" style="text-align:right; "/>
  158. <col ref="prtyn" type="checkbox"/>
  159. <script type="javascript" ev:event="onaftersort">
  160. <![CDATA[
  161. grd_cusmoneylist.subtotalPosition = "below";
  162. grd_cusmoneylist.subtotal("sum", -1, 8, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  163. grd_cusmoneylist.subtotal("sum", -1, 9, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  164. grd_cusmoneylist.subtotal("sum", -1, 10, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  165. grd_cusmoneylist.subtotal("sum", -1, 11, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  166. grd_cusmoneylist.gridToInstance();
  167. grd_cusmoneylist.refresh();
  168. ]]>
  169. </script>
  170. <script type="javascript" ev:event="onbeforesort">
  171. <![CDATA[
  172. grd_cusmoneylist.removeRow(false);
  173. ]]>
  174. </script>
  175. <script type="javascript" ev:event="onmousedown">
  176. <![CDATA[
  177. //if (event.button == 3) { // 3 : 오른쪽 버튼
  178. if (isDataCell() == true) {
  179. window.setPopupMenu(true, "/root/hidden/popupmenu/gridmenu/item", "name", "func", false);
  180. }
  181. //}
  182. ]]>
  183. </script>
  184. <script type="javascript" ev:event="DOMFocusOut">
  185. <![CDATA[
  186. initPopupMenu();
  187. ]]>
  188. </script>
  189. <script type="javascript" ev:event="onclick">
  190. <![CDATA[
  191. if (!grd_cusmoneylist.isCell(event.target)) {
  192. return;
  193. }
  194. if (grd_cusmoneylist.col != grd_cusmoneylist.colRef("prtyn")) {
  195. return;
  196. }
  197. fSetPrtYN();
  198. ]]>
  199. </script>
  200. <script type="javascript" ev:event="ondblclick">
  201. <![CDATA[
  202. var sPid = model.getValue("/root/main/h_custodymoney/custodymoney["+ grd_cusmoneylist.row + "]/pid");
  203. // 보관금화면 호출
  204. setParameter("SMPAI02300_PARAM", sPid);
  205. open("SMPAI02300");
  206. ]]>
  207. </script>
  208. </datagrid>
  209. <group id="group5" style="left:0px; top:5px; width:1172px; height:35px; vertical-align:top; ">
  210. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1172px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  211. <caption id="caption8" style="left:205px; top:8px; width:15px; height:20px; ">~</caption>
  212. <line id="line13" class="line_4" style="x1:1100px; y1:7px; x2:1100px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  213. <caption id="caption39" class="search_name" style="left:3px; top:9px; width:128px; height:17px; vertical-align:middle; ">수납기간조회</caption>
  214. <input id="todd" ref="/root/send/data1/todd" class="input_search" inputtype="date" style="left:220px; top:8px; width:90px; height:19px; "/>
  215. <button id="btn_search2" class="btn1_letter2" style="left:1111px; top:7px; width:56px; height:22px; text-align:left; ">
  216. <caption>조회</caption>
  217. <script type="javascript" ev:event="DOMActivate">
  218. <![CDATA[
  219. model.setValue("/root/send/data1/sendflag" , "custodymoney")
  220. submit("TRPMI05430");
  221. grd_cusmoneylist.subtotalPosition = "below";
  222. grd_cusmoneylist.subtotal("sum", -1, 8, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  223. grd_cusmoneylist.subtotal("sum", -1, 9, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  224. grd_cusmoneylist.subtotal("sum", -1, 10, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  225. grd_cusmoneylist.subtotal("sum", -1, 11, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  226. model.setFocus("grd_cusmoneylist");
  227. ]]>
  228. </script>
  229. </button>
  230. <input id="fromdd" ref="/root/send/data1/fromdd" class="input_search" inputtype="date" style="left:110px; top:8px; width:90px; height:19px; ">
  231. <script type="javascript">
  232. <![CDATA[
  233. model.setValue("/root/send/data1/fromdd" , getCurrentDate());
  234. model.setValue("/root/send/data1/todd" , getCurrentDate());
  235. ]]>
  236. </script>
  237. </input>
  238. <bool id="bool4" checkvalue="Y,N" ref="/root/send/data1/norefunds" style="left:750px; top:10px; width:20px; height:17px; text-align:left; "/>
  239. <caption id="caption1" style="left:773px; top:10px; width:70px; height:20px; ">미환불</caption>
  240. <bool id="bool1" checkvalue="Y,N" ref="/root/send/data1/keepyn" style="left:321px; top:10px; width:25px; height:17px; ">
  241. <script type="javascript" ev:event="xforms-value-changed">
  242. <![CDATA[
  243. // 조회조건 배타처리 (수납금기준 / 보관금기준 동시 선택 불가)
  244. if (model.getValue("/root/send/data1/keepyn") == "Y") {
  245. model.setValue("/root/send/data1/rcptyn", "N");
  246. bool2.disabled = true;
  247. } else {
  248. bool2.disabled = false;
  249. }
  250. model.refresh();
  251. ]]>
  252. </script>
  253. </bool>
  254. <caption id="caption2" style="left:345px; top:10px; width:95px; height:20px; ">보관금존재여부</caption>
  255. <caption id="caption4" style="left:575px; top:10px; width:106px; height:20px; ">보관금 전체</caption>
  256. <bool id="bool2" checkvalue="Y,N" ref="/root/send/data1/rcptyn" style="left:552px; top:10px; width:25px; height:17px; text-align:left; ">
  257. <script type="javascript" ev:event="xforms-value-changed">
  258. <![CDATA[
  259. // 조회조건 배타처리 (수납금기준 / 보관금기준 동시 선택 불가)
  260. if (model.getValue("/root/send/data1/rcptyn") == "Y") {
  261. model.setValue("/root/send/data1/keepyn", "N");
  262. bool1.disabled = true;
  263. } else {
  264. bool1.disabled = false;
  265. }
  266. model.refresh();
  267. ]]>
  268. </script>
  269. </bool>
  270. <caption id="caption7" class="search_name" style="left:455px; top:10px; width:90px; height:17px; vertical-align:middle; ">보관금기준</caption>
  271. <caption id="caption9" class="search_name" style="left:665px; top:10px; width:80px; height:17px; vertical-align:middle; ">환불여부</caption>
  272. </group>
  273. <group id="group2" style="left:0px; top:5px; width:1172px; height:35px; vertical-align:top; ">
  274. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1172px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  275. <caption id="caption5" style="left:205px; top:8px; width:15px; height:20px; ">~</caption>
  276. <line id="line1" class="line_4" style="x1:1100px; y1:7px; x2:1100px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  277. <caption id="caption10" class="search_name" style="left:3px; top:9px; width:128px; height:17px; vertical-align:middle; ">수납기간조회</caption>
  278. <input id="input1" ref="/root/send/data1/todd" class="input_search" inputtype="date" style="left:220px; top:8px; width:90px; height:19px; "/>
  279. <button id="button3" class="btn1_letter2" style="left:1111px; top:7px; width:56px; height:22px; text-align:left; ">
  280. <caption>조회</caption>
  281. <script type="javascript" ev:event="DOMActivate">
  282. <![CDATA[
  283. model.setValue("/root/send/data1/sendflag" , "custodymoney")
  284. submit("TRPMI05430");
  285. grd_cusmoneylist.subtotalPosition = "below";
  286. grd_cusmoneylist.subtotal("sum", -1, 8, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  287. grd_cusmoneylist.subtotal("sum", -1, 9, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  288. grd_cusmoneylist.subtotal("sum", -1, 10, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  289. grd_cusmoneylist.subtotal("sum", -1, 11, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  290. model.setFocus("grd_cusmoneylist");
  291. ]]>
  292. </script>
  293. </button>
  294. <input id="input2" ref="/root/send/data1/fromdd" class="input_search" inputtype="date" style="left:110px; top:8px; width:90px; height:19px; ">
  295. <script type="javascript">
  296. <![CDATA[
  297. model.setValue("/root/send/data1/fromdd" , getCurrentDate());
  298. model.setValue("/root/send/data1/todd" , getCurrentDate());
  299. ]]>
  300. </script>
  301. </input>
  302. <bool id="bool3" checkvalue="Y,N" ref="/root/send/data1/norefunds" style="left:750px; top:10px; width:20px; height:17px; text-align:left; "/>
  303. <caption id="caption11" style="left:773px; top:10px; width:70px; height:20px; ">미환불</caption>
  304. <bool id="bool5" checkvalue="Y,N" ref="/root/send/data1/keepyn" style="left:321px; top:10px; width:25px; height:17px; ">
  305. <script type="javascript" ev:event="xforms-value-changed">
  306. <![CDATA[
  307. // 조회조건 배타처리 (수납금기준 / 보관금기준 동시 선택 불가)
  308. if (model.getValue("/root/send/data1/keepyn") == "Y") {
  309. model.setValue("/root/send/data1/rcptyn", "N");
  310. bool2.disabled = true;
  311. } else {
  312. bool2.disabled = false;
  313. }
  314. model.refresh();
  315. ]]>
  316. </script>
  317. </bool>
  318. <caption id="caption12" style="left:345px; top:10px; width:95px; height:20px; ">보관금존재여부</caption>
  319. <caption id="caption13" style="left:575px; top:10px; width:106px; height:20px; ">보관금 전체</caption>
  320. <bool id="bool6" checkvalue="Y,N" ref="/root/send/data1/rcptyn" style="left:552px; top:10px; width:25px; height:17px; text-align:left; ">
  321. <script type="javascript" ev:event="xforms-value-changed">
  322. <![CDATA[
  323. // 조회조건 배타처리 (수납금기준 / 보관금기준 동시 선택 불가)
  324. if (model.getValue("/root/send/data1/rcptyn") == "Y") {
  325. model.setValue("/root/send/data1/keepyn", "N");
  326. bool1.disabled = true;
  327. } else {
  328. bool1.disabled = false;
  329. }
  330. model.refresh();
  331. ]]>
  332. </script>
  333. </bool>
  334. <caption id="caption14" class="search_name" style="left:455px; top:10px; width:90px; height:17px; vertical-align:middle; ">보관금기준</caption>
  335. <caption id="caption15" class="search_name" style="left:665px; top:10px; width:80px; height:17px; vertical-align:middle; ">환불여부</caption>
  336. </group>
  337. <group id="group4" style="left:0px; top:5px; width:1172px; height:35px; vertical-align:top; ">
  338. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1172px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  339. <caption id="caption16" style="left:205px; top:8px; width:15px; height:20px; ">~</caption>
  340. <line id="line2" class="line_4" style="x1:1100px; y1:7px; x2:1100px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  341. <caption id="caption17" class="search_name" style="left:3px; top:9px; width:128px; height:17px; ">수납기간조회</caption>
  342. <input id="input3" ref="/root/send/data1/todd" class="input_search" navindex="2" inputtype="date" style="left:220px; top:8px; width:90px; height:19px; "/>
  343. <button id="button4" class="btn1_letter2" navindex="6" style="left:1111px; top:7px; width:56px; height:22px; text-align:left; ">
  344. <caption>조회</caption>
  345. <script type="javascript" ev:event="DOMActivate">
  346. <![CDATA[
  347. model.setValue("/root/send/data1/sendflag" , "custodymoney")
  348. submit("TRPMI05430");
  349. grd_cusmoneylist.subtotalPosition = "below";
  350. grd_cusmoneylist.subtotal("sum", -1, 8, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  351. grd_cusmoneylist.subtotal("sum", -1, 9, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  352. grd_cusmoneylist.subtotal("sum", -1, 10, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  353. grd_cusmoneylist.subtotal("sum", -1, 11, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 2, "합계 ", false);
  354. model.setFocus("grd_cusmoneylist");
  355. ]]>
  356. </script>
  357. </button>
  358. <input id="input4" ref="/root/send/data1/fromdd" class="input_search" navindex="1" inputtype="date" style="left:110px; top:8px; width:90px; height:19px; ">
  359. <script type="javascript">
  360. <![CDATA[
  361. model.setValue("/root/send/data1/fromdd" , getCurrentDate());
  362. model.setValue("/root/send/data1/todd" , getCurrentDate());
  363. ]]>
  364. </script>
  365. </input>
  366. <bool id="bool7" navindex="5" checkvalue="Y,N" ref="/root/send/data1/norefunds" style="left:845px; top:10px; width:15px; height:15px; text-align:left; "/>
  367. <caption id="caption18" style="left:868px; top:9px; width:70px; height:20px; ">미환불만</caption>
  368. <bool id="bool8" navindex="3" checkvalue="Y,N" ref="/root/send/data1/keepyn" style="left:321px; top:10px; width:15px; height:15px; ">
  369. <script type="javascript" ev:event="xforms-value-changed">
  370. <![CDATA[
  371. // 조회조건 배타처리 (수납금기준 / 보관금기준 동시 선택 불가)
  372. if (model.getValue("/root/send/data1/keepyn") == "Y") {
  373. model.setValue("/root/send/data1/rcptyn", "N");
  374. bool2.disabled = true;
  375. } else {
  376. bool2.disabled = false;
  377. }
  378. model.refresh();
  379. ]]>
  380. </script>
  381. </bool>
  382. <caption id="caption19" style="left:345px; top:9px; width:144px; height:20px; ">보관금존재여부(수납기준)</caption>
  383. <caption id="caption20" style="left:625px; top:9px; width:144px; height:20px; ">보관금만(보관금기준)</caption>
  384. <bool id="bool9" navindex="4" checkvalue="Y,N" ref="/root/send/data1/rcptyn" style="left:602px; top:10px; width:15px; height:15px; text-align:left; ">
  385. <script type="javascript" ev:event="xforms-value-changed">
  386. <![CDATA[
  387. // 조회조건 배타처리 (수납금기준 / 보관금기준 동시 선택 불가)
  388. if (model.getValue("/root/send/data1/rcptyn") == "Y") {
  389. model.setValue("/root/send/data1/keepyn", "N");
  390. bool1.disabled = true;
  391. } else {
  392. bool1.disabled = false;
  393. }
  394. model.refresh();
  395. ]]>
  396. </script>
  397. </bool>
  398. <caption id="caption21" class="search_name" style="left:505px; top:10px; width:90px; height:17px; ">보관금기준</caption>
  399. <caption id="caption22" class="search_name" style="left:760px; top:10px; width:80px; height:17px; ">환불여부</caption>
  400. </group>
  401. </group>
  402. </xhtml:body>
  403. </xhtml:html>