SMRSO00500_출고내역조회.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <list>
  11. <gooddelive>
  12. <gooddelivelist/>
  13. </gooddelive>
  14. </list>
  15. </main>
  16. <init>
  17. <purcflag>
  18. <label>전체</label>
  19. <value/>
  20. <label>구매</label>
  21. <value>1</value>
  22. <label>수탁</label>
  23. <value>2</value>
  24. <label>가납</label>
  25. <value>3</value>
  26. </purcflag>
  27. </init>
  28. <send>
  29. <save>
  30. <gooddelivelist/>
  31. </save>
  32. <gooddelive>
  33. <instcd/>
  34. <goodflag/>
  35. <delivedeptcd/>
  36. <delivedeptnm/>
  37. <windeptnm/>
  38. <windeptcd/>
  39. <goodnm/>
  40. <goodcd/>
  41. <delivefrdd/>
  42. <delivetodd/>
  43. <iokindcd/>
  44. <lrgcd/>
  45. <lrgnm/>
  46. <suppcustcd/>
  47. <suppcustnm/>
  48. <outaumqty/>
  49. <outsumamt/>
  50. <purcflag/>
  51. </gooddelive>
  52. </send>
  53. </root>
  54. </instance>
  55. <script type="javascript" ev:event="xforms-ready">
  56. <![CDATA[
  57. //화면 Control을 초기화한다
  58. fInitialize();
  59. ]]>
  60. </script>
  61. <submission id="TRRSO00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/gooddelive" resultref="/root/main/list/gooddelive"/>
  62. </model>
  63. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  64. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  65. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  66. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  68. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  69. <script type="javascript">
  70. <![CDATA[
  71. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  72. function fInitialize() {
  73. model.resetInstanceNode("/root/send");
  74. //rszfUserGoodFlagList(cmb_goodflag,getUserInfo("userid"));
  75. rszfGoodFlagListByPgmGubn(cmb_goodflag,"1","N");
  76. rszfUserInstList(cmb_instcd,getUserInfo("userid"));
  77. rszfGetPurcIOFlagList(cmb_iokindcd, model.getValue(cmb_instcd.attribute("ref")) , "O","Y","%","","");
  78. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  79. model.setValue(ipt_delivedeptcd.attribute("ref") , getUserInfo("dutplcecd"));
  80. model.setValue(ipt_delivedeptnm.attribute("ref") , getUserInfo("dutplcenm"));
  81. misfGridInit(grd_gooddelive);
  82. misfMsterDetailSet(grd_gooddelive,null, "TRRSO00401" ,"N");
  83. var curdate = getCurrentDate();
  84. var cvtdate = curdate.toDate("YYYYMMDD");
  85. model.setValue(ipt_delivefrdd.attribute("ref") ,cvtdate.getAddDate(-10,"D").getDateFormat("YYYYMMDD"));
  86. model.setValue(ipt_delivetodd.attribute("ref") ,curdate);
  87. model.refresh();
  88. }
  89. function fCheckRetrieveData()
  90. {
  91. if(model.getValue(cmb_instcd.attribute("ref")).length== 0 )
  92. {
  93. messageBox("기관코드", "I003");
  94. model.setFocus("cmb_instcd");
  95. return false;
  96. }
  97. if(model.getValue(cmb_goodflag.attribute("ref")).length== 0 )
  98. {
  99. messageBox("물품구분", "I003");
  100. model.setFocus("cmb_goodflag");
  101. return false;
  102. }
  103. if(model.getValue(ipt_delivefrdd.attribute("ref")).length== 0 )
  104. {
  105. messageBox("출고일자", "I003");
  106. model.setFocus("ipt_delivefrdd");
  107. return false;
  108. }
  109. if(model.getValue(ipt_delivetodd.attribute("ref")).length== 0 )
  110. {
  111. messageBox("출고일자", "I003");
  112. model.setFocus("ipt_delivetodd");
  113. return false;
  114. }
  115. if(model.getValue(ipt_delivedeptcd.attribute("ref")).length== 0 )
  116. {
  117. model.setFocus("ipt_delivedeptcd");
  118. return false;
  119. }
  120. }
  121. function fAfterGoodOut() {
  122. var sumQty = 0;
  123. var sumAmt = 0;
  124. for(var i = grd_gooddelive.fixedRows; i < grd_gooddelive.rows; i++) {
  125. sumQty += parseFloat(grd_gooddelive.valueMatrix(i, grd_gooddelive.colRef("delivedeptqty")));
  126. sumAmt += parseFloat(grd_gooddelive.valueMatrix(i, grd_gooddelive.colRef("winreqamt")));
  127. }
  128. model.setValue(opt_outqty.attribute("ref"), sumQty);
  129. model.setValue(opt_outamt.attribute("ref"), sumAmt);
  130. opt_outqty.refresh();
  131. opt_outamt.refresh();
  132. }
  133. ]]>
  134. </script>
  135. </xhtml:head>
  136. <xhtml:body>
  137. <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
  138. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">출고내역 조회</caption>
  139. </group>
  140. <group id="group5" scroll="auto" style="left:0px; top:38px; width:1195; height:744px; ">
  141. <group id="group6" style="left:0px; top:1px; width:1195px; height:97px; vertical-align:top; ">
  142. <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:95px; "/>
  143. <button id="btn_seach" class="btn1_letter2" navindex="8" style="left:1124px; top:32px; width:56px; height:22px; text-align:left; ">
  144. <caption>조회</caption>
  145. <script type="javascript" ev:event="DOMActivate">
  146. <![CDATA[
  147. if(fCheckRetrieveData() == false)return;
  148. misfGridInit(grd_gooddelive);
  149. misfMsterDetailRetrieve();
  150. fAfterGoodOut();
  151. ]]>
  152. </script>
  153. </button>
  154. <line id="line14" class="line_4" style="x1:1109px; y1:9px; x2:1109px; y2:77px; border-color:#ffe4bb; border-left-style:solid; "/>
  155. <caption id="caption1" class="search_name" style="left:627px; top:4px; width:86px; height:17px; ">물품분류 :</caption>
  156. <caption id="caption10" class="search_name" style="left:15px; top:9; width:94px; height:17px; ">기관코드 :</caption>
  157. <caption id="caption4" class="search_name" style="left:15px; top:61; width:86px; height:17px; ">출고부서 :</caption>
  158. <caption id="caption7" class="search_name" style="left:286px; top:35px; width:88px; height:17px; ">출고일자 :</caption>
  159. <select1 id="cmb_instcd" ref="/root/send/gooddelive/instcd" class="combo_s_essential" appearance="minimal" style="left:100px; top:8px; width:131px; height:19px; ">
  160. <choices>
  161. <itemset nodeset="/root/init/goodflag">
  162. <label ref="cdnm"/>
  163. <value ref="cdid"/>
  164. </itemset>
  165. </choices>
  166. </select1>
  167. <input id="ipt_delivefrdd" ref="/root/send/gooddelive/delivefrdd" class="input_s_essential" inputtype="date" style="left:372px; top:34px; width:98px; height:19px; "/>
  168. <input id="ipt_delivetodd" ref="/root/send/gooddelive/delivetodd" class="input_s_essential" inputtype="date" style="left:489px; top:34px; width:96px; height:19px; "/>
  169. <caption id="caption11" class="search_n_b" style="left:473px; top:35px; width:12px; height:17px; font-weight:bolder; ">~</caption>
  170. <input id="ipt_delivedeptcd" ref="/root/send/gooddelive/delivedeptcd" class="input_s_essential" disabled="true" visibility="hidden" style="left:1035px; top:45px; width:20px; height:19px; ">
  171. <script type="javascript" ev:event="xforms-value-changed">
  172. <![CDATA[
  173. misfValidationCheck("02", "", "delivedeptcd,delivedeptnm" );
  174. model.refresh();
  175. model.setFocus("ipt_reqflag");
  176. ]]>
  177. </script>
  178. </input>
  179. <input id="ipt_delivedeptnm" ref="/root/send/gooddelive/delivedeptnm" class="input_search" disabled="true" style="left:100px; top:60px; width:131px; height:19px; ">
  180. <script type="javascript" ev:event="xforms-value-changed">
  181. <![CDATA[
  182. misfValidationCheck("02", "", "delivedeptcd,delivedeptnm" );
  183. model.refresh();
  184. ]]>
  185. </script>
  186. </input>
  187. <input id="ipt_windeptcd" ref="/root/send/gooddelive/windeptnm" class="input_search" style="left:837px; top:27px; width:169px; height:19px; ">
  188. <script type="javascript" ev:event="xforms-value-changed">
  189. <![CDATA[
  190. misfValidationCheck("02", "", "windeptcd,windeptnm" );
  191. model.refresh();
  192. model.setFocus("ipt_reqflag");
  193. ]]>
  194. </script>
  195. </input>
  196. <input id="ipt_windeptnm" ref="/root/send/gooddelive/windeptcd" class="input_search" style="left:712px; top:27px; width:100px; height:19px; ">
  197. <script type="javascript" ev:event="xforms-value-changed">
  198. <![CDATA[
  199. misfValidationCheck("02", "", "windeptcd,windeptnm" );
  200. model.refresh();
  201. model.setFocus("ipt_reqflag");
  202. ]]>
  203. </script>
  204. </input>
  205. <button id="button2" class="icon_search" style="left:817px; top:27px; width:16px; height:16px; ">
  206. <caption/>
  207. <script type="javascript" ev:event="DOMActivate">
  208. <![CDATA[
  209. var recv_list = "windeptcd,windeptnm";
  210. misfOpenPopUpList("02", ipt_windeptcd,"", recv_list) ;
  211. model.refresh();
  212. ]]>
  213. </script>
  214. </button>
  215. <caption id="caption3" class="search_name" style="left:627px; top:27px; width:86px; height:17px; ">입고부서 :</caption>
  216. <caption id="caption12" class="search_name" style="left:627px; top:50px; width:86px; height:17px; ">물품코드 :</caption>
  217. <button id="button3" class="icon_search" style="left:817px; top:50px; width:16px; height:16px; ">
  218. <caption/>
  219. <script type="javascript" ev:event="DOMActivate">
  220. <![CDATA[
  221. rszfOpenPopUpListByWndName(ipt_goodcd,"","goodcd,goodnm","SPRSD00210","instcd,goodflag","cmb_instcd,cmb_goodflag");
  222. model.refresh();
  223. ]]>
  224. </script>
  225. </button>
  226. <input id="ipt_goodnm" ref="/root/send/gooddelive/goodnm" class="input_search" style="left:837px; top:50px; width:169px; height:19px; ">
  227. <script type="javascript" ev:event="xforms-value-changed">
  228. <![CDATA[
  229. if(ipt_goodnm.value != "")
  230. {
  231. rszfValidationCheck("TRRSD00191", "goodlist" , "refcond,instcd,goodflag,goodcd,goodnm,indexgb,indexnm","goodnm," + model.getValue(cmb_instcd.attribute("ref")) + "," + model.getValue(cmb_goodflag.attribute("ref")) + ",," + model.getValue(ipt_goodnm.attribute("ref")) + ",," ,"","goodcd,goodnm",ipt_goodcd,"SPRSD00210","instcd,goodflag","cmb_instcd,cmb_goodflag");
  232. }else{
  233. ipt_goodnm.value = "";
  234. ipt_goodcd.value = "";
  235. }
  236. model.refresh();
  237. ]]>
  238. </script>
  239. </input>
  240. <input id="ipt_goodcd" ref="/root/send/gooddelive/goodcd" class="input_search" imemode="disabled" style="left:712px; top:50px; width:100px; height:19px; ">
  241. <script type="javascript" ev:event="xforms-value-changed">
  242. <![CDATA[
  243. if(ipt_goodcd.value != "")
  244. {
  245. rszfValidationCheck("TRRSD00191", "goodlist" , "refcond,instcd,goodflag,goodcd,goodnm,indexgb,indexnm","goodcd," + model.getValue(cmb_instcd.attribute("ref")) + "," + model.getValue(cmb_goodflag.attribute("ref")) + "," + model.getValue(ipt_goodcd.attribute("ref")) + ",,," ,"","goodcd,goodnm",ipt_goodcd,"SPRSD00210","instcd,goodflag","cmb_instcd,cmb_goodflag");
  246. }else{
  247. ipt_goodcd.value = "";
  248. ipt_goodnm.value = "";
  249. }
  250. model.refresh();
  251. ]]>
  252. </script>
  253. </input>
  254. <caption id="caption2" class="search_name" style="left:15; top:35; width:93px; height:17px; ">출고유형 :</caption>
  255. <select1 id="cmb_iokindcd" ref="/root/send/gooddelive/iokindcd" class="combo_s_essential" appearance="minimal" style="left:100px; top:34px; width:131px; height:19px; ">
  256. <choices>
  257. <itemset nodeset="/root/init/ioflag">
  258. <label ref="cdnm"/>
  259. <value ref="cdid"/>
  260. </itemset>
  261. </choices>
  262. </select1>
  263. <caption id="caption9" class="search_name" style="left:286px; top:9px; width:88px; height:17px; ">물품구분 :</caption>
  264. <select1 id="cmb_goodflag" ref="/root/send/gooddelive/goodflag" class="combo_s_essential" appearance="minimal" style="left:371px; top:8px; width:214px; height:19px; ">
  265. <choices>
  266. <itemset nodeset="/root/init/goodflag">
  267. <label ref="cdnm"/>
  268. <value ref="cdid"/>
  269. </itemset>
  270. </choices>
  271. </select1>
  272. <button id="btn_lrgcd" class="icon_search" style="left:817px; top:4px; width:16px; height:16px; ">
  273. <caption/>
  274. <script type="javascript" ev:event="DOMActivate">
  275. <![CDATA[
  276. rszfOpenPopUpListByWndName(ipt_lrgcd,"","lrgcd,lrgnm","SPRSD00130","goodflag","cmb_goodflag");
  277. model.refresh();
  278. model.setFocus("ipt_mdlcd");
  279. ]]>
  280. </script>
  281. </button>
  282. <input id="ipt_lrgnm" ref="/root/send/gooddelive/lrgnm" class="input_search" style="left:837px; top:4px; width:169px; height:19px; ">
  283. <script type="javascript" ev:event="xforms-value-changed">
  284. <![CDATA[
  285. if(ipt_lrgnm.value != "")
  286. {
  287. rszfValidationCheck("TRRSD00131", "lrglist", "refcond,goodflag,lrgcd,lrgnm","lrgnm," + model.getValue(cmb_goodflag.attribute("ref")) +",," + model.getValue(ipt_lrgnm.attribute("ref")),"","lrgcd,lrgnm" ,ipt_lrgcd,"SPRSD00130","goodflag","cmb_goodflag");
  288. }else{
  289. ipt_lrgnm.value = "";
  290. ipt_lrgcd.value = "";
  291. }
  292. model.refresh();
  293. ]]>
  294. </script>
  295. </input>
  296. <input id="ipt_lrgcd" ref="/root/send/gooddelive/lrgcd" class="input_search" style="left:712px; top:4px; width:100px; height:19px; ">
  297. <script type="javascript" ev:event="xforms-value-changed">
  298. <![CDATA[
  299. if(ipt_lrgcd.value != "")
  300. {
  301. rszfValidationCheck("TRRSD00131", "lrglist", "refcond,goodflag,lrgcd,lrgnm","lrgcd," + model.getValue(cmb_goodflag.attribute("ref")) +"," + model.getValue(ipt_lrgcd.attribute("ref")) +",","","lrgcd,lrgnm" ,ipt_lrgcd,"SPRSD00130","goodflag","cmb_goodflag");
  302. }else{
  303. ipt_lrgcd.value = "";
  304. ipt_lrgnm.value = "";
  305. }
  306. model.refresh();
  307. ]]>
  308. </script>
  309. <script type="javascript" ev:event="onkeydown">
  310. <![CDATA[
  311. if(event.keyCode == 9)
  312. {
  313. if(event.shiftKey)model.setFocus("cmb_asetflag");
  314. else model.setFocus("ipt_mdlcd");
  315. }
  316. event.preventDefault();
  317. ]]>
  318. </script>
  319. </input>
  320. <caption id="caption8" class="search_name" style="left:613px; top:73px; width:101px; height:17px; ">보조거래처 :</caption>
  321. <input id="ipt_suppcustcd" ref="/root/send/gooddelive/suppcustcd" class="input_search" style="left:712px; top:73px; width:100px; height:19px; ">
  322. <script type="javascript" ev:event="xforms-value-changed">
  323. <![CDATA[
  324. if(ipt_suppcustcd.value != ""){
  325. rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
  326. model.getValue(cmb_instcd.attribute("ref")) +",," + model.getValue(ipt_suppcustcd.attribute("ref"))
  327. ,"","suppcustcd,suppcustnm" ,ipt_suppcustcd,"SPRSD00220","instcd","cmb_instcd");
  328. }else{
  329. ipt_suppcustnm.value = "";
  330. }
  331. model.refresh();
  332. ]]>
  333. </script>
  334. </input>
  335. <button id="btn_suppcustcd" class="icon_search" style="left:817px; top:73px; width:16px; height:16px; ">
  336. <caption/>
  337. <script type="javascript" ev:event="DOMActivate">
  338. <![CDATA[
  339. rszfOpenPopUpListByWndName(ipt_suppcustcd,"","suppcustcd,suppcustnm","SPRSD00220","instcd","cmb_instcd");
  340. model.refresh();
  341. ]]>
  342. </script>
  343. </button>
  344. <input id="ipt_suppcustnm" ref="/root/send/gooddelive/suppcustnm" class="input_search" style="left:837px; top:73px; width:169px; height:19px; ">
  345. <script type="javascript" ev:event="xforms-value-changed">
  346. <![CDATA[
  347. if(ipt_suppcustnm.value != ""){
  348. rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
  349. model.getValue(cmb_instcd.attribute("ref")) +",custnm," + model.getValue(ipt_suppcustnm.attribute("ref"))
  350. ,"","suppcustcd,suppcustnm" ,ipt_suppcustnm,"SPRSD00220","instcd","cmb_instcd");
  351. }else{
  352. ipt_suppcustcd.value = "";
  353. }
  354. model.refresh();
  355. ]]>
  356. </script>
  357. </input>
  358. <select1 id="cmb_purcflag" ref="/root/send/gooddelive/purcflag" class="combo_default" appearance="minimal" style="left:371px; top:60px; width:214px; height:19px; ">
  359. <choices>
  360. <itemset nodeset="/root/init/purcflag">
  361. <label ref="label"/>
  362. <value ref="value"/>
  363. </itemset>
  364. </choices>
  365. </select1>
  366. <caption id="caption18" class="search_name" style="left:286px; top:60px; width:88px; height:17px; ">구매구분 :</caption>
  367. </group>
  368. <caption id="caption5" class="tit_2" style="left:5px; top:106px; width:79px; height:13px; ">출고내역</caption>
  369. <line id="line1" class="line_1" style="x1:0px; y1:121px; x2:1195; y2:121px; "/>
  370. <datagrid id="grd_gooddelive" nodeset="/root/main/list/gooddelive/gooddelivelist" caption="출고번호^입고부서^출고유형^출고일자^출고번호^출고순번^물품코드^물품코드^물품명^물품규격^물품모델^출고^출고^단가^금액^청구구분^청구일자^청구번호^청구순번^발주일자^발주번호^입고일자^입고번호^입고순번^출고자" colsep="^" colwidth="114, 93, 59, 19, 17, 19, 93, 26, 184, 60, 60, 30, 39, 90, 90, 63, 73, 63, 63, 72, 60, 78, 55, 59, 80" dataheight="25" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:126px; width:1195px; height:608px; ">
  371. <col ref="dlvno"/>
  372. <col ref="windeptnm"/>
  373. <col ref="iokindnm"/>
  374. <col ref="delivedd" visibility="hidden" format="yyyy-mm-dd"/>
  375. <col ref="deliveno" visibility="hidden" style="text-align:center; "/>
  376. <col ref="deliveseqno" visibility="hidden" style="text-align:center; "/>
  377. <col ref="goodcd"/>
  378. <col ref="allsizespecid"/>
  379. <col ref="goodnm"/>
  380. <col ref="goodspec"/>
  381. <col ref="goodmodel"/>
  382. <col ref="delivedeptqty" style="text-align:right; "/>
  383. <col ref="deliveunit"/>
  384. <col ref="goodunitcost" format="#,###" style="text-align:right; "/>
  385. <col ref="winreqamt" format="#,###" style="text-align:right; "/>
  386. <col ref="reqflag" visibility="hidden"/>
  387. <col ref="reqdd" format="yyyy-mm-dd"/>
  388. <col ref="reqno" style="text-align:center; "/>
  389. <col ref="reqseqno" style="text-align:center; "/>
  390. <col ref="purcdmnddd" format="yyyy-mm-dd"/>
  391. <col ref="purcdmndno" style="text-align:center; "/>
  392. <col ref="windd" format="yyyy-mm-dd"/>
  393. <col ref="winno" style="text-align:center; "/>
  394. <col ref="winseqno" style="text-align:center; "/>
  395. <col ref="delivepsnnm"/>
  396. </datagrid>
  397. <button id="btn_excel" class="btn5_letter3" style="left:1135px; top:100px; width:53px; height:19px; ">
  398. <caption>Excel</caption>
  399. <script type="javascript" ev:event="DOMActivate">
  400. <![CDATA[
  401. misfSaveExcel(grd_gooddelive,"출고내역조회");
  402. ]]>
  403. </script>
  404. </button>
  405. <caption id="caption13" style="left:565px; top:100px; width:69px; height:23px; font-weight:bold; vertical-align:middle; ">출고수량 :</caption>
  406. <caption id="caption14" style="left:755px; top:100px; width:69px; height:23px; font-weight:bold; vertical-align:middle; ">출고금액 :</caption>
  407. <output id="opt_outqty" ref="/root/send/gooddelive/outaumqty" format="#,###.##" style="left:631px; top:100px; width:77px; height:19px; font-weight:bold; text-align:left; "/>
  408. <output id="opt_outamt" ref="/root/send/gooddelive/outsumamt" format="#,###.##" style="left:820px; top:100px; width:113px; height:19px; font-weight:bold; text-align:left; "/>
  409. </group>
  410. <group id="group4" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  411. <button id="btn_init" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  412. <caption>초기화</caption>
  413. <script type="javascript" ev:event="DOMActivate">
  414. <![CDATA[
  415. fInitialize();
  416. ]]>
  417. </script>
  418. </button>
  419. <line id="line2" class="line_6" style="x1:0; y1:25; x2:1195px; y2:25; "/>
  420. </group>
  421. </xhtml:body>
  422. </xhtml:html>