SMRSG04400_월간구매현황.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>월간구매현황</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <printdatalist1/>
  11. </main>
  12. <send>
  13. <instcd/>
  14. <reqym/>
  15. <goodflag/>
  16. <ioflag/>
  17. <prtflag>A</prtflag>
  18. <reqflag>9</reqflag>
  19. <purcacntcd/>
  20. </send>
  21. <init>
  22. <goodflag>
  23. <label>전체</label>
  24. <value/>
  25. <label>의료소모품</label>
  26. <value>Y</value>
  27. <label>일반소모품</label>
  28. <value>Z</value>
  29. <label>의료비품</label>
  30. <value>U</value>
  31. <label>일반비품</label>
  32. <value>G</value>
  33. <label>의료장비</label>
  34. <value>E</value>
  35. </goodflag>
  36. <ioflag>
  37. <label>정상</label>
  38. <value>1</value>
  39. <label>지불필</label>
  40. <value>2</value>
  41. <label>외자</label>
  42. <value>3</value>
  43. <label>기증(기타)</label>
  44. <value>4</value>
  45. </ioflag>
  46. </init>
  47. <temp>
  48. <goodflag/>
  49. <usernm/>
  50. <reqym/>
  51. </temp>
  52. <print/>
  53. </root>
  54. </instance>
  55. <script type="javascript" ev:event="xforms-ready">
  56. <![CDATA[
  57. fInitialize();
  58. ]]>
  59. </script>
  60. <submission id="TRRSG04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/printdatalist1"/>
  61. </model>
  62. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  63. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  64. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  65. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  66. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  67. <script type="javascript">
  68. <![CDATA[
  69. function fInitialize()
  70. {
  71. misfComboComCdList("Z0007", cmb_instcd);
  72. ipt_reqym.value = getCurrentDate().toDate("YYYYMMDD").getDateFormat("YYYYMM");
  73. cmb_instcd.value = getUserInfo("dutplceinstcd");
  74. // makeReportPreview(0,140,1195,640);
  75. cmb_goodflag.select(0);
  76. cmb_ioflag.select(0);
  77. model.refresh();
  78. cmb_goodflag.dispatch("xforms-value-changed");
  79. }
  80. function fSetInfo()
  81. {
  82. model.setValue("/root/temp/goodflag", cmb_goodflag.label);
  83. model.setValue("/root/temp/usernm", getUserInfo("usernm"));
  84. model.setValue("/root/temp/reqym", ipt_reqym.value);
  85. }
  86. ]]>
  87. </script>
  88. </xhtml:head>
  89. <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  90. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  91. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">월간구매현황</caption>
  92. </group>
  93. <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  94. <line id="line12" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
  95. <button id="btn_init" class="btn4_letter3" style="left:1126; top:3; width:68px; height:22px; ">
  96. <caption>초기화</caption>
  97. <script type="javascript" ev:event="DOMActivate">
  98. <![CDATA[
  99. fInitialize();
  100. ]]>
  101. </script>
  102. </button>
  103. </group>
  104. <group id="group5" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  105. <group id="group6" style="left:0px; top:10px; width:1194; height:59; vertical-align:top; ">
  106. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194; height:59.; "/>
  107. <caption id="cap_reqym" class="search_name" style="left:15px; top:35px; width:86px; height:17px; ">기준년월 :</caption>
  108. <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1125px; top:20px; width:56px; height:22px; text-align:left; ">
  109. <caption>조회</caption>
  110. <script type="javascript" ev:event="DOMActivate">
  111. <![CDATA[
  112. if(!isRequiredControls("cmb_instcd"))return;
  113. if(!isRequiredControls("cmb_ioflag"))return;
  114. if(!isRequiredControls("ipt_reqym"))return;
  115. if(!isRequiredControls("rdd_prtflag"))return;
  116. submit("TRRSG04401");
  117. // grd_source.colHidden(grd_source.colRef("custnm" )) = true; // 거래처
  118. // grd_source.colHidden(grd_source.colRef("suplplcecd" )) = true; // 사업자등록번호
  119. grd_source.colHidden(grd_source.colRef("winno" )) = true // 입고번호
  120. grd_source.colHidden(grd_source.colRef("goodcd" )) = true; // 자재코드
  121. grd_source.colHidden(grd_source.colRef("goodnm" )) = true; // 품명
  122. grd_source.colHidden(grd_source.colRef("goodspec" )) = true; // 규격
  123. grd_source.colHidden(grd_source.colRef("winunitcost" )) = true; // 입고단가
  124. grd_source.colHidden(grd_source.colRef("winqty" )) = true; // 입고수량
  125. grd_source.colHidden(grd_source.colRef("winamt" )) = true; // 입고금액
  126. grd_source.colHidden(grd_source.colRef("prsdnm" )) = true; // 대표자명
  127. grd_source.colHidden(grd_source.colRef("totamt" )) = true; // 총금액
  128. grd_source.colHidden(grd_source.colRef("chaamt" )) = true; // 차감금액
  129. grd_source.colHidden(grd_source.colRef("payamt" )) = true; // 지불금액
  130. grd_source.colHidden(grd_source.colRef("rsvd" )) = true; // 비고
  131. grd_source.colHidden(grd_source.colRef("instcd" )) = true; // 기관코드
  132. grd_source.colHidden(grd_source.colRef("instnm" )) = true; // 기관코드명
  133. grd_source.colHidden(grd_source.colRef("goodflag" )) = true; // 물품구분
  134. grd_source.colHidden(grd_source.colRef("goodflagnm" )) = true; // 물품구분명
  135. grd_source.colHidden(grd_source.colRef("paycond" )) = true; // 지불구분
  136. grd_source.colHidden(grd_source.colRef("purcacntcd" )) = true; // 계정코드
  137. grd_source.colHidden(grd_source.colRef("windd" )) = true; // 입고일자
  138. grd_source.colHidden(grd_source.colRef("calcdocukind")) = true; // 계산서구분
  139. grd_source.colHidden(grd_source.colRef("taxamt" )) = true; // 부가세
  140. grd_source.colHidden(grd_source.colRef("item" )) = true; // item
  141. grd_source.colHidden(grd_source.colRef("bizcont" )) = true; // bizcont
  142. if(rdo_prtflag.value == "A") { // 월간계정별 구매현황
  143. grd_source.colwidth( grd_source.colRef("custnm" )) = 203; // 거래처
  144. grd_source.colwidth( grd_source.colRef("winno" )) = 112; // 입고번호
  145. grd_source.colwidth( grd_source.colRef("goodcd" )) = 68 ; // 자재코드
  146. grd_source.colwidth( grd_source.colRef("goodnm" )) = 200; // 품명
  147. grd_source.colwidth( grd_source.colRef("goodspec" )) = 110; // 규격
  148. grd_source.colHidden(grd_source.colRef("goodflagnm" )) = false; // 물품구분명
  149. grd_source.colHidden(grd_source.colRef("winno" )) = false; // 입고번호
  150. grd_source.colHidden(grd_source.colRef("goodcd" )) = false; // 자재코드
  151. grd_source.colHidden(grd_source.colRef("goodnm" )) = false; // 품명
  152. grd_source.colHidden(grd_source.colRef("goodspec" )) = false; // 규격
  153. grd_source.colHidden(grd_source.colRef("winunitcost" )) = false; // 입고단가
  154. grd_source.colHidden(grd_source.colRef("winqty" )) = false; // 입고수량
  155. grd_source.colHidden(grd_source.colRef("winamt" )) = false; // 입고금액
  156. }else if(rdo_prtflag.value == "B"){ // 거래처별 물대LIST
  157. grd_source.colwidth( grd_source.colRef("custnm" )) = 285; // 거래처
  158. grd_source.colwidth( grd_source.colRef("goodcd" )) = 68 ; // 자재코드
  159. grd_source.colwidth( grd_source.colRef("goodnm" )) = 270 ; // 품명
  160. grd_source.colwidth( grd_source.colRef("goodspec" )) = 151 ; // 규격
  161. grd_source.colHidden(grd_source.colRef("goodcd" )) = false; // 자재코드
  162. grd_source.colHidden(grd_source.colRef("goodnm" )) = false; // 품명
  163. grd_source.colHidden(grd_source.colRef("goodspec" )) = false; // 규격
  164. grd_source.colHidden(grd_source.colRef("winunitcost" )) = false; // 입고단가
  165. grd_source.colHidden(grd_source.colRef("winqty" )) = false; // 입고수량
  166. grd_source.colHidden(grd_source.colRef("winamt" )) = false; // 입고금액
  167. }else if(rdo_prtflag.value == "C"){ // 거래처별 구매대장
  168. grd_source.colwidth( grd_source.colRef("custnm" )) = 285; // 거래처
  169. grd_source.colHidden(grd_source.colRef("prsdnm" )) = false; // 대표자명
  170. grd_source.colHidden(grd_source.colRef("totamt" )) = false; // 총금액
  171. grd_source.colHidden(grd_source.colRef("chaamt" )) = false; // 차감금액
  172. grd_source.colHidden(grd_source.colRef("payamt" )) = false; // 지불금액
  173. grd_source.colHidden(grd_source.colRef("rsvd" )) = false; // 비고
  174. }
  175. model.refresh();
  176. ]]>
  177. </script>
  178. </button>
  179. <line id="line14" class="line_4" style="x1:1107px; y1:7; x2:1107px; y2:52; border-color:#ffe4bb; border-left-style:solid; "/>
  180. <input id="ipt_reqym" ref="/root/send/reqym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:104px; top:34px; width:141px; height:19px; "/>
  181. <caption id="cap_instcd" class="search_name" style="left:15; top:9; width:86px; height:17px; ">기관코드 :</caption>
  182. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" appearance="minimal" style="left:104px; top:8px; width:141px; height:19px; ">
  183. <choices>
  184. <itemset>
  185. <label/>
  186. <value/>
  187. </itemset>
  188. </choices>
  189. </select1>
  190. <select1 id="cmb_goodflag" ref="/root/send/goodflag" class="combo_s_essential" appearance="minimal" style="left:389px; top:8px; width:121px; height:19px; ">
  191. <choices>
  192. <itemset nodeset="/root/init/goodflag">
  193. <label ref="label"/>
  194. <value ref="value"/>
  195. </itemset>
  196. </choices>
  197. <script type="javascript" ev:event="xforms-value-changed">
  198. <![CDATA[
  199. if(cmb_goodflag.value != '')
  200. {
  201. cmd_purcacntcd.disabled = false;
  202. rszfPuacGetComboList( cmb_instcd.value, cmb_goodflag.value , "cmd_purcacntcd");
  203. }else{
  204. cmd_purcacntcd.value = '';
  205. cmd_purcacntcd.disabled = true;
  206. }
  207. // btn_search.dispatch("DOMActivate");
  208. ]]>
  209. </script>
  210. </select1>
  211. <caption id="cap_goodflag" class="search_name" style="left:300px; top:9px; width:86px; height:17px; ">물품구분 :</caption>
  212. <caption id="cap_ioflag" class="search_name" style="left:300px; top:35px; width:86px; height:17px; ">입고구분 :</caption>
  213. <select1 id="cmb_ioflag" ref="/root/send/ioflag" class="combo_s_essential" appearance="minimal" style="left:389px; top:34px; width:121px; height:19px; ">
  214. <choices>
  215. <itemset nodeset="/root/init/ioflag">
  216. <label ref="label"/>
  217. <value ref="value"/>
  218. </itemset>
  219. </choices>
  220. </select1>
  221. <caption id="cap_prtflag" class="search_name" style="left:685px; top:9px; width:86px; height:17px; ">출력구분 :</caption>
  222. <select1 id="rdo_prtflag" ref="/root/send/prtflag" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:775px; top:9px; width:280px; height:20px; border-style:none; ">
  223. <choices>
  224. <item>
  225. <label>계정</label>
  226. <value>A</value>
  227. </item>
  228. <item>
  229. <label>거래처</label>
  230. <value>B</value>
  231. </item>
  232. <item>
  233. <label>거래처합계</label>
  234. <value>C</value>
  235. </item>
  236. </choices>
  237. <script type="javascript" ev:event="xforms-value-changed">
  238. <![CDATA[
  239. misfGridInit(grd_source);
  240. // grd_source.colHidden(grd_source.colRef("custnm" )) = true; // 거래처
  241. // grd_source.colHidden(grd_source.colRef("suplplcecd" )) = true; // 사업자등록번호
  242. grd_source.colHidden(grd_source.colRef("winno" )) = true // 입고번호
  243. grd_source.colHidden(grd_source.colRef("goodcd" )) = true; // 자재코드
  244. grd_source.colHidden(grd_source.colRef("goodnm" )) = true; // 품명
  245. grd_source.colHidden(grd_source.colRef("goodspec" )) = true; // 규격
  246. grd_source.colHidden(grd_source.colRef("winunitcost" )) = true; // 입고단가
  247. grd_source.colHidden(grd_source.colRef("winqty" )) = true; // 입고수량
  248. grd_source.colHidden(grd_source.colRef("winamt" )) = true; // 입고금액
  249. grd_source.colHidden(grd_source.colRef("prsdnm" )) = true; // 대표자명
  250. grd_source.colHidden(grd_source.colRef("totamt" )) = true; // 총금액
  251. grd_source.colHidden(grd_source.colRef("chaamt" )) = true; // 차감금액
  252. grd_source.colHidden(grd_source.colRef("payamt" )) = true; // 지불금액
  253. grd_source.colHidden(grd_source.colRef("rsvd" )) = true; // 비고
  254. grd_source.colHidden(grd_source.colRef("instcd" )) = true; // 기관코드
  255. grd_source.colHidden(grd_source.colRef("instnm" )) = true; // 기관코드명
  256. grd_source.colHidden(grd_source.colRef("goodflag" )) = true; // 물품구분
  257. grd_source.colHidden(grd_source.colRef("goodflagnm" )) = true; // 물품구분명
  258. grd_source.colHidden(grd_source.colRef("paycond" )) = true; // 지불구분
  259. grd_source.colHidden(grd_source.colRef("purcacntcd" )) = true; // 계정코드
  260. grd_source.colHidden(grd_source.colRef("windd" )) = true; // 입고일자
  261. grd_source.colHidden(grd_source.colRef("calcdocukind")) = true; // 계산서구분
  262. grd_source.colHidden(grd_source.colRef("taxamt" )) = true; // 부가세
  263. grd_source.colHidden(grd_source.colRef("item" )) = true; // item
  264. grd_source.colHidden(grd_source.colRef("bizcont" )) = true; // bizcont
  265. if(rdo_prtflag.value == "A") { // 월간계정별 구매현황
  266. grd_source.colwidth( grd_source.colRef("custnm" )) = 203; // 거래처
  267. grd_source.colwidth( grd_source.colRef("winno" )) = 112; // 입고번호
  268. grd_source.colwidth( grd_source.colRef("goodcd" )) = 68 ; // 자재코드
  269. grd_source.colwidth( grd_source.colRef("goodnm" )) = 200; // 품명
  270. grd_source.colwidth( grd_source.colRef("goodspec" )) = 110; // 규격
  271. grd_source.colHidden(grd_source.colRef("goodflagnm" )) = false; // 물품구분명
  272. grd_source.colHidden(grd_source.colRef("winno" )) = false; // 입고번호
  273. grd_source.colHidden(grd_source.colRef("goodcd" )) = false; // 자재코드
  274. grd_source.colHidden(grd_source.colRef("goodnm" )) = false; // 품명
  275. grd_source.colHidden(grd_source.colRef("goodspec" )) = false; // 규격
  276. grd_source.colHidden(grd_source.colRef("winunitcost" )) = false; // 입고단가
  277. grd_source.colHidden(grd_source.colRef("winqty" )) = false; // 입고수량
  278. grd_source.colHidden(grd_source.colRef("winamt" )) = false; // 입고금액
  279. }else if(rdo_prtflag.value == "B"){ // 거래처별 물대LIST
  280. grd_source.colwidth( grd_source.colRef("custnm" )) = 285; // 거래처
  281. grd_source.colwidth( grd_source.colRef("goodcd" )) = 68 ; // 자재코드
  282. grd_source.colwidth( grd_source.colRef("goodnm" )) = 270 ; // 품명
  283. grd_source.colwidth( grd_source.colRef("goodspec" )) = 151 ; // 규격
  284. grd_source.colHidden(grd_source.colRef("goodcd" )) = false; // 자재코드
  285. grd_source.colHidden(grd_source.colRef("goodnm" )) = false; // 품명
  286. grd_source.colHidden(grd_source.colRef("goodspec" )) = false; // 규격
  287. grd_source.colHidden(grd_source.colRef("winunitcost" )) = false; // 입고단가
  288. grd_source.colHidden(grd_source.colRef("winqty" )) = false; // 입고수량
  289. grd_source.colHidden(grd_source.colRef("winamt" )) = false; // 입고금액
  290. }else if(rdo_prtflag.value == "C"){ // 거래처별 구매대장
  291. grd_source.colwidth( grd_source.colRef("custnm" )) = 285; // 거래처
  292. grd_source.colHidden(grd_source.colRef("prsdnm" )) = false; // 대표자명
  293. grd_source.colHidden(grd_source.colRef("totamt" )) = false; // 총금액
  294. grd_source.colHidden(grd_source.colRef("chaamt" )) = false; // 차감금액
  295. grd_source.colHidden(grd_source.colRef("payamt" )) = false; // 지불금액
  296. grd_source.colHidden(grd_source.colRef("rsvd" )) = false; // 비고
  297. }
  298. //btn_search.dispatch("DOMActivate");
  299. ]]>
  300. </script>
  301. </select1>
  302. <select1 id="rdo_reqflag" ref="/root/send/reqflag" appearance="full" cellspacing="10" cols="4" overflow="visible" style="left:775px; top:30px; width:320px; height:20px; border-style:none; ">
  303. <choices>
  304. <item>
  305. <label>전체</label>
  306. <value>9</value>
  307. </item>
  308. <item>
  309. <label>평화드림</label>
  310. <value>1</value>
  311. </item>
  312. <item>
  313. <label>하이드로메디</label>
  314. <value>2</value>
  315. </item>
  316. <item>
  317. <label>일반 품목</label>
  318. <value>3</value>
  319. </item>
  320. </choices>
  321. <script type="javascript" ev:event="xforms-value-changed">
  322. <![CDATA[
  323. //btn_search.dispatch("DOMActivate");
  324. ]]>
  325. </script>
  326. </select1>
  327. <select1 id="cmd_purcacntcd" ref="/root/send/purcacntcd" class="combo_search" appearance="minimal" style="left:513px; top:8px; width:145px; height:19px; ">
  328. <choices>
  329. <itemset>
  330. <label/>
  331. <value/>
  332. </itemset>
  333. </choices>
  334. </select1>
  335. <script type="javascript" ev:event="xforms-value-changed">
  336. <![CDATA[
  337. //btn_search.dispatch("DOMActivate");
  338. ]]>
  339. </script>
  340. </group>
  341. <caption id="caption22" class="tit_2" style="left:5px; top:79px; width:113px; height:14px; ">월간구매현황</caption>
  342. <line id="line19" class="line_1" style="x1:0px; y1:94; x2:1194px; y2:94+; "/>
  343. <datagrid id="grd_source" nodeset="/root/main/printdatalist1" caption="물품구분^거래처^사업자등록번호^입고번호^자재코드^품명^규격^입고단가^입고수량^입고금액^대표자명^총금액^차감금액^지불금액^비고^기관코드^기관코드명^물품구분^지불구분^계정코드^입고일자^계산서구분^부가세^item^bizcont" colsep="^" colwidth="83, 203, 97, 112, 68, 200, 110, 90, 70, 100, 105, 140, 140, 140, 233, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:99px; width:1194px; height:642px; ">
  344. <col ref="goodflagnm"/>
  345. <col ref="custnm"/>
  346. <col ref="suplplcecd" format="999-99-99999" style="text-align:center; "/>
  347. <col ref="winno" style="text-align:center; "/>
  348. <col ref="goodcd" style="text-align:center; "/>
  349. <col ref="goodnm"/>
  350. <col ref="goodspec"/>
  351. <col ref="winunitcost" format="(-)#,###" style="text-align:right; "/>
  352. <col ref="winqty" format="(-)#,###" style="text-align:right; "/>
  353. <col ref="winamt" format="(-)#,###" style="text-align:right; "/>
  354. <col ref="prsdnm" visibility="hidden" style="text-align:center; "/>
  355. <col ref="totamt" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  356. <col ref="chaamt" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  357. <col ref="payamt" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  358. <col ref="rsvd" visibility="hidden"/>
  359. <col ref="instcd" visibility="hidden" style="text-align:center; "/>
  360. <col ref="instnm" visibility="hidden"/>
  361. <col ref="goodflag" visibility="hidden" style="text-align:center; "/>
  362. <col ref="paycond" visibility="hidden" style="text-align:center; "/>
  363. <col ref="purcacntcd" visibility="hidden" style="text-align:center; "/>
  364. <col ref="windd" visibility="hidden" style="text-align:center; "/>
  365. <col ref="calcdocukind" visibility="hidden" style="text-align:center; "/>
  366. <col ref="taxamt" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  367. <col ref="item" visibility="hidden"/>
  368. <col ref="bizcont" visibility="hidden"/>
  369. </datagrid>
  370. <button id="btn_excel" class="btn5_letter3" style="left:1129px; top:72px; width:53px; height:19px; ">
  371. <caption>Excel</caption>
  372. <script type="javascript" ev:event="DOMActivate">
  373. <![CDATA[
  374. misfSaveExcel(grd_source);
  375. ]]>
  376. </script>
  377. </button>
  378. <button id="btn_print" class="btn6_letter2" visibility="visible" style="left:1064px; top:71px; width:56px; height:22px; ">
  379. <caption>출력</caption>
  380. <script type="javascript" ev:event="DOMActivate">
  381. <![CDATA[
  382. fSetInfo();
  383. if(rdo_prtflag.value == 'A')
  384. {
  385. exeReportPreview("RPRSG04401", "XMLSTR");
  386. }else if(rdo_prtflag.value == 'B'){
  387. exeReportPreview("RPRSG04402", "XMLSTR");
  388. }else if(rdo_prtflag.value == 'C'){
  389. exeReportPreview("RPRSG04403", "XMLSTR");
  390. }
  391. ]]>
  392. </script>
  393. </button>
  394. </group>
  395. </xhtml:body>
  396. </xhtml:html>