SMRFE00301_자산기간별변동사항조회(정보).xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" 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. <list>
  11. <chgnhistinfo>
  12. <chgnhistlist/>
  13. </chgnhistinfo>
  14. <asetmoveinfo>
  15. <asetmovelist/>
  16. </asetmoveinfo>
  17. </list>
  18. </main>
  19. <send>
  20. <search>
  21. <instcd/>
  22. <goodflag/>
  23. <updtdd1/>
  24. <updtdd2/>
  25. <updtflag/>
  26. <deptcd/>
  27. <deptnm/>
  28. <installplcecd/>
  29. <installplcenm/>
  30. <fixasetcd/>
  31. <name_search/>
  32. <userid/>
  33. <usernm/>
  34. <screen_id>SMRFE00301</screen_id>
  35. </search>
  36. <prntsearch>
  37. <instcd/>
  38. <goodflag/>
  39. <fixasetcd/>
  40. <goodflaghngnm/>
  41. </prntsearch>
  42. </send>
  43. <init>
  44. <possnflagcd>
  45. <label>내자</label>
  46. <value>H</value>
  47. <label>외자</label>
  48. <value>F</value>
  49. </possnflagcd>
  50. <goodflag>
  51. <label>- 전 체 -</label>
  52. <value/>
  53. <label>일반비품</label>
  54. <value>GE</value>
  55. <label>의료장비</label>
  56. <value>EQ</value>
  57. </goodflag>
  58. </init>
  59. <temp/>
  60. </root>
  61. </instance>
  62. <submission id="TRRFE00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list/chgnhistinfo/chgnhistlist"/>
  63. <submission id="TRRFE00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prntsearch" resultref="/root/main/list/asetmoveinfo/asetmovelist"/>
  64. </model>
  65. <script type="javascript" ev:event="xforms-ready">
  66. <![CDATA[
  67. //화면 Control을 초기화한다
  68. fInitialize();
  69. ]]>
  70. </script>
  71. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  72. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  73. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  74. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  75. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  76. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  77. <script type="javascript">
  78. <![CDATA[
  79. function fInitialize()
  80. {
  81. misfGridInit(grd_rfchcgmtlist);
  82. rszfGoodFlagListByPgmGubn(cmb_goodflag,"2","Y");
  83. misfComboComCdListMulti("C0048,R0044,R0044",
  84. "cmb_instcd,cmb_updtflag,grd_rfchcgmtlist.updtflag");
  85. addComboItem( "cmb_updtflag", "- 전 체 -", "", "above");
  86. cmb_goodflag.select(0);
  87. misfComboCopyItemSet(cmb_goodflag,"",grd_rfchcgmtlist,"goodflag");
  88. grd_rfchcgmtlist.fixedcellcheckbox(0,grd_rfchcgmtlist.colRef("choice"),false) = true;
  89. grd_rfchcgmtlist.refresh();
  90. // 현재 날짜 기본 입력(3개월 간격 설정)
  91. var reqdate = getCurrentDate().toDate("YYYYMMDD");
  92. model.setValue(ipt_updtdd1.attribute("ref"), reqdate.getAddDate(-7, "D").getDateFormat("YYYYMMDD") );
  93. model.setValue(ipt_updtdd2.attribute("ref"), getCurrentDate());
  94. model.setValue(cmb_instcd.attribute("ref"), getUserInfo("dutplceinstcd")); // 기관 설정
  95. model.setValue(cmb_goodflag.attribute("ref"), "GE");
  96. model.setValue(cmb_updtflag.attribute("ref"), "4");
  97. cmb_updtflag
  98. //misfMsterDetailSet(grd_rfchcgmtlist, null, "TRRFE00201", "N");
  99. model.refresh();
  100. model.setFocus("ipt_fixasetcd");
  101. }
  102. ]]>
  103. </script>
  104. </xhtml:head>
  105. <xhtml:body 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:230px; height:15px; ">정보자산 바코드 출력</caption>
  108. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  109. </group>
  110. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  111. <line id="line1" class="line_1" style="x1:0px; y1:116px; x2:1194; y2:116px; "/>
  112. <group id="group4" style="left:0px; top:10px; width:1194px; height:81px; vertical-align:top; ">
  113. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194; height:81 px; background-color:#fffbf2; border-color:#ffd799; "/>
  114. <caption id="cap_goodflag" class="search_name" style="left:309px; top:9px; width:86px; height:17px; ">자산구분 :</caption>
  115. <button id="btn_search" class="btn1_letter2" navindex="14" style="left:1123; top:30; width:56px; height:22px; text-align:left; ">
  116. <caption>조회</caption>
  117. <script type="javascript" ev:event="DOMActivate">
  118. <![CDATA[
  119. if(!isRequiredControls("cmb_instcd")) return;
  120. //if(!isRequiredControls("cmb_goodflag")) return;
  121. if(!isRequiredControls("ipt_updtdd1")) return;
  122. if(!isRequiredControls("ipt_updtdd2")) return;
  123. submit("TRRFE00201");
  124. grd_rfchcgmtlist.fixedcellischeck(0,grd_rfchcgmtlist.colRef("choice")) = false;
  125. ]]>
  126. </script>
  127. </button>
  128. <caption id="cap_fixasetcd" class="search_name" style="left:15px; top:57px; width:89px; height:17px; ">자산코드 :</caption>
  129. <line id="line3" class="line_4" style="top:54; x1:1107; y1:8; x2:1107; y2:75; "/>
  130. <select1 id="cmb_goodflag" ref="/root/send/search/goodflag" class="combo_s_essential" disabled="true" navindex="2" appearance="minimal" style="left:399px; top:8px; width:171px; height:19px; text-align:center; ">
  131. <choices>
  132. <itemset nodeset="/root/init/goodflag">
  133. <label ref="label"/>
  134. <value ref="value"/>
  135. </itemset>
  136. </choices>
  137. <script type="javascript" ev:event="xforms-value-changed">
  138. <![CDATA[
  139. ipt_fixasetcd.value = "";
  140. ipt_fixasetnm.value = "";
  141. ]]>
  142. </script>
  143. </select1>
  144. <caption id="cap_updtflag" class="search_name" style="left:15px; top:33px; width:86px; height:17px; ">변동구분 :</caption>
  145. <caption id="cap_updtdd1" class="search_name" style="left:703px; top:9px; width:86px; height:17px; ">변동일자 :</caption>
  146. <caption id="cap_installplcecd" class="search_name" style="left:703px; top:33px; width:88px; height:17px; ">설치장소 :</caption>
  147. <caption id="cap_deptcd" class="search_name" style="left:309px; top:33px; width:89px; height:17px; ">운용부서 :</caption>
  148. <input id="ipt_installplcenm" ref="/root/send/search/installplcenm" class="output_fix" navindex="-1" editable="false" style="left:923px; top:32px; width:168px; height:19px; "/>
  149. <input id="ipt_installplcecd" ref="/root/send/search/installplcecd" class="input_search" navindex="8" style="left:793px; top:32px; width:106px; height:19px; ">
  150. <script type="javascript" ev:event="xforms-value-changed">
  151. <![CDATA[
  152. if(ipt_installplcecd.value == ""){
  153. ipt_installplcenm.value = "";
  154. }else {
  155. misfValidationCheck("02", "", "installplcecd,installplcenm");
  156. }
  157. ipt_installplcecd.refresh();
  158. ipt_installplcenm.refresh();
  159. ]]>
  160. </script>
  161. </input>
  162. <input id="ipt_fixasetnm" ref="/root/send/search/name_search" class="input_search" navindex="11" style="left:399px; top:56px; width:277px; height:19px; ">
  163. <script type="javascript" ev:event="onkeyup">
  164. <![CDATA[
  165. inputEnterKey("btn_search", "DOMActivate");
  166. ]]>
  167. </script>
  168. </input>
  169. <input id="ipt_fixasetcd" ref="/root/send/search/fixasetcd" class="input_search" navindex="10" imemode="disabled" _chartype="upper" style="left:104px; top:56px; width:171px; height:19px; ">
  170. <script type="javascript" ev:event="onkeyup">
  171. <![CDATA[
  172. inputEnterKey("btn_search", "DOMActivate");
  173. ]]>
  174. </script>
  175. </input>
  176. <select1 id="cmb_updtflag" ref="/root/send/search/updtflag" class="combo_search" disabled="true" navindex="5" appearance="minimal" style="left:104px; top:32px; width:171px; height:19px; text-align:center; ">
  177. <choices>
  178. <itemset>
  179. <label/>
  180. <value/>
  181. </itemset>
  182. </choices>
  183. </select1>
  184. <input id="ipt_deptnm" ref="/root/send/search/deptnm" class="output_fix" navindex="-1" editable="false" style="left:528px; top:32px; width:147px; height:19px; "/>
  185. <input id="ipt_deptcd" ref="/root/send/search/deptcd" class="input_search" navindex="6" style="left:399px; top:32px; width:106px; height:19px; ">
  186. <script type="javascript" ev:event="xforms-value-changed">
  187. <![CDATA[
  188. misfSearchDept(ipt_deptnm);
  189. ]]>
  190. </script>
  191. </input>
  192. <input id="ipt_updtdd1" ref="/root/send/search/updtdd1" class="input_s_essential" navindex="3" inputtype="date" style="left:794px; top:8px; width:100px; height:19px; text-align:center; "/>
  193. <input id="ipt_updtdd2" ref="/root/send/search/updtdd2" class="input_s_essential" navindex="4" inputtype="date" style="left:916px; top:8px; width:100px; height:19px; text-align:center; "/>
  194. <caption id="caption16" style="left:899px; top:9px; width:17px; height:20px; vertical-align:middle; ">~</caption>
  195. <caption id="cap_instcd" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">기관코드 :</caption>
  196. <select1 id="cmb_instcd" ref="/root/send/search/instcd" class="combo_s_essential" disabled="true" navindex="1" appearance="minimal" style="left:104px; top:8px; width:171px; height:19px; text-align:center; ">
  197. <choices>
  198. <itemset>
  199. <label/>
  200. <value/>
  201. </itemset>
  202. </choices>
  203. </select1>
  204. <button id="btn_deptcd" class="icon_search" navindex="7" style="left:509px; top:34px; width:16px; height:16px; ">
  205. <caption/>
  206. <script type="javascript" ev:event="DOMActivate">
  207. <![CDATA[
  208. misfOpenPopUpList("02", ipt_deptcd,"","deptcd,deptnm");
  209. model.refresh();
  210. ]]>
  211. </script>
  212. </button>
  213. <button id="btn_installplcecd" class="icon_search" navindex="9" style="left:903px; top:33px; width:16px; height:16px; ">
  214. <caption/>
  215. <script type="javascript" ev:event="DOMActivate">
  216. <![CDATA[
  217. misfOpenPopUpList("02", ipt_installplcecd,"","installplcecd,installplcenm");
  218. model.refresh();
  219. ]]>
  220. </script>
  221. </button>
  222. <caption id="caption2" class="search_name" style="left:310px; top:55px; width:89px; height:17px; ">자 산 명 :</caption>
  223. <input id="ipt_userid" ref="/root/send/search/userid" class="input_search" navindex="12" style="left:793px; top:55px; width:75px; height:19px; text-align:center; ">
  224. <script type="javascript" ev:event="xforms-value-changed">
  225. <![CDATA[
  226. if(ipt_userid.value.length == 0)
  227. ipt_usernm.value = "";
  228. else
  229. misfValidationCheck("01-1", "", "userid,usernm");
  230. ipt_userid.refresh();
  231. ipt_usernm.refresh();
  232. //btn_search.dispatch("DOMActivate");
  233. ]]>
  234. </script>
  235. </input>
  236. <button id="btn_userid" class="icon_search" navindex="13" style="left:874px; top:55px; width:16px; height:16px; ">
  237. <caption/>
  238. <script type="javascript" ev:event="DOMActivate">
  239. <![CDATA[
  240. misfOpenPopUpList("01", ipt_userid, "", "userid,usernm");
  241. ipt_userid.refresh();
  242. ipt_usernm.refresh();
  243. ]]>
  244. </script>
  245. </button>
  246. <input id="ipt_usernm" ref="/root/send/search/usernm" class="output_fix" navindex="-1" appearance="input" style="left:893px; top:55px; width:125px; height:19px; text-align:left; padding-left:10; "/>
  247. <caption id="caption3" class="search_name" style="left:703px; top:55px; width:88px; height:17px; ">담 당 자 :</caption>
  248. </group>
  249. <caption id="caption21" class="tit_2" style="left:5px; top:101px; width:131px; height:14px; ">바코드출력List</caption>
  250. <button id="btn_excel" class="btn2_letter4" navindex="17" style="left:1128px; top:96px; width:64px; height:19px; ">
  251. <caption>엑셀저장</caption>
  252. <script type="javascript" ev:event="DOMActivate">
  253. <![CDATA[
  254. var fileName = window.fileDialog ("save", ",", false, "자산변동사항이력List", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  255. if (fileName != "")
  256. {
  257. grd_rfchcgmtlist.saveExcel(fileName);
  258. }
  259. ]]>
  260. </script>
  261. </button>
  262. <datagrid id="grd_rfchcgmtlist" nodeset="/root/main/list/chgnhistinfo/chgnhistlist" caption="^변동구분^변동일자^자산구분^자산코드^자산명^규격^모델^취득일자^금액^공급처^변동전 운용부서^운용부서^비고^적요^변경설치장소^IP주소^기관코드^담당자^담당자" colsep="^" colwidth="24, 55, 69, 55, 95, 161, 91, 80, 69, 62, 119, 100, 100, 200, 138, 100, 100, 100, 45, 55" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" navindex="15" style="left:0px; top:120px; width:1194px; height:604px; ">
  263. <col checkvalue="Y,N" ref="choice" type="checkbox"/>
  264. <col disabled="true" ref="updtflag" type="combo" visibility="hidden" _key="true" style="text-align:center; ">
  265. <choices>
  266. <itemset>
  267. <label/>
  268. <value/>
  269. </itemset>
  270. </choices>
  271. </col>
  272. <col ref="updtdd" format="yyyy-mm-dd" style="text-align:center; "/>
  273. <col disabled="true" ref="goodflag" type="combo" visibility="hidden" style="text-align:center; ">
  274. <choices>
  275. <itemset>
  276. <label/>
  277. <value/>
  278. </itemset>
  279. </choices>
  280. </col>
  281. <col ref="fixasetcd" style="text-align:center; "/>
  282. <col ref="goodflaghngnm" style="text-align:left; "/>
  283. <col ref="goodspec" style="text-align:left; "/>
  284. <col ref="goodmodel" style="text-align:left; "/>
  285. <col ref="possndd" format="yyyy-mm-dd"/>
  286. <col ref="fixasetamt" format="#,###" maxlength="12" style="text-align:right; "/>
  287. <col ref="suplplcenm"/>
  288. <col ref="premngtdeptnm"/>
  289. <col disabled="true" ref="upddeptnm" _key="true" style="text-align:left; ">
  290. <choices>
  291. <itemset>
  292. <label/>
  293. <value/>
  294. </itemset>
  295. </choices>
  296. </col>
  297. <col ref="cmt" style="text-align:left; "/>
  298. <col ref="mainrec" visibility="hidden" style="text-align:center; "/>
  299. <col ref="installplcenm" visibility="hidden" style="left:639px; top:23px; width:130px; height:23px; text-align:center; "/>
  300. <col ref="ipaddr" style="text-align:left; "/>
  301. <col ref="instcd" visibility="hidden"/>
  302. <col ref="userid" style="text-align:left; "/>
  303. <col ref="usernm" style="text-align:left; "/>
  304. </datagrid>
  305. <button id="btn_barcodeprt" class="btn2_letter5" navindex="16" style="left:1048px; top:96px; width:75px; height:19px; ">
  306. <caption>바코드출력</caption>
  307. <script type="javascript" ev:event="DOMActivate">
  308. <![CDATA[
  309. var goodnm, mngtdeptnm, installplcenm;
  310. var node = instance1.selectNodes("/root/main/list/chgnhistinfo/chgnhistlist[choice='Y']");
  311. if (node == null || node.length < 1){
  312. messageBox("선택 된 자산이","I004");
  313. return false;
  314. }
  315. model.removeNodeset(grd_cpfixasetlist.nodeset);
  316. grd_cpfixasetlist.refresh();
  317. for (var i=0; i<node.length; i++) {
  318. var selectItem = node.item(i);
  319. var goodflag = selectItem.selectSingleNode("goodflag").value.getTrim();
  320. // [2010.08.26]AS-IS 코드 TO_BE 코드 전환을 위한 물품구분 변경 (goodflag= E) => (goodflag= EQ)
  321. if (goodflag == "EQ") {
  322. goodnm = selectItem.selectSingleNode("goodflagengnm").value.getTrim();
  323. } else {
  324. goodnm = selectItem.selectSingleNode("goodflaghngnm").value.getTrim();
  325. }
  326. mngtdeptnm = selectItem.selectSingleNode("upddeptnm").value.getTrim();
  327. installplcenm = selectItem.selectSingleNode("installplcenm").value.getTrim();
  328. grd_cpfixasetlist.addRow(false);
  329. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("fixasetcd" )) = selectItem.selectSingleNode("fixasetcd").value;
  330. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("possndd" )) = selectItem.selectSingleNode("possndd").value;
  331. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("goodnm1" )) = goodnm;
  332. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("goodspec" )) = selectItem.selectSingleNode("goodspec").value;
  333. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("deptnm1" )) = mngtdeptnm;
  334. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("deptnm2" )) = installplcenm;
  335. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("mngtno" )) = selectItem.selectSingleNode("mngtno").value;
  336. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("suplplcenm" )) = selectItem.selectSingleNode("suplplcenm").value;
  337. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("cmt" )) = selectItem.selectSingleNode("cmt").value;
  338. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("ipaddr" )) = selectItem.selectSingleNode("ipaddr").value;
  339. grd_cpfixasetlist.valueMatrix(grd_cpfixasetlist.row, grd_cpfixasetlist.colRef("updtdd" )) = selectItem.selectSingleNode("updtdd").value;
  340. }
  341. grd_cpfixasetlist.refresh();
  342. exeReportPreview("RPRFC00702","XMLSTR");
  343. exeReportPreview("RPRFC00703","XMLSTR");
  344. ]]>
  345. </script>
  346. </button>
  347. <datagrid id="grd_cpfixasetlist" nodeset="/root/main/list/cpfixaset/cpfixasetlist" visibility="hidden" caption="기관코드^자산코드^품명^모델^규격^SERIAL NO^공급처^구입일자^운용부서^설치장소^물품명2^IP주소^비고^변동일자" colsep="^" colwidth="53, 110, 230, 100, 160, 123, 159, 75, 130, 130, 100, 100, 100, 100" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:490px; top:440px; width:679px; height:262px; ">
  348. <col ref="instcd" visibility="hidden"/>
  349. <col ref="fixasetcd" style="text-align:center; "/>
  350. <col ref="goodnm1" style="padding-left:5; "/>
  351. <col ref="goodmodel" visibility="hidden"/>
  352. <col ref="goodspec" style="padding-left:5; "/>
  353. <col ref="mngtno"/>
  354. <col ref="suplplcenm" style="padding-left:5; "/>
  355. <col ref="possndd" format="yyyy-mm-dd" style="text-align:center; "/>
  356. <col ref="deptnm1"/>
  357. <col ref="deptnm2"/>
  358. <col ref="goodnm2" visibility="hidden"/>
  359. <col ref="ipaddr"/>
  360. <col ref="cmt"/>
  361. <col ref="updtdd"/>
  362. </datagrid>
  363. </group>
  364. <group id="group2" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  365. <line id="line7" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
  366. <button id="btn_init" class="btn4_letter3" navindex="20" style="left:1126; top:3; width:68px; height:22px; ">
  367. <caption>초기화</caption>
  368. <script type="javascript" ev:event="DOMActivate">
  369. <![CDATA[
  370. fInitialize();
  371. ]]>
  372. </script>
  373. </button>
  374. <button id="btn_prnt" class="btn6_letter7" navindex="18" style="left:0px; top:5px; width:56px; height:22px; ">
  375. <caption>자산이동내역서</caption>
  376. <script type="javascript" ev:event="DOMActivate">
  377. <![CDATA[
  378. /*if (model.getValue(ipt_fixasetcd_prnt.attribute("ref")).getTrim() == ""){
  379. messageBox("자산코드가 입력되지 ", "E007");
  380. return;
  381. }*/
  382. var fixasetcd = grd_rfchcgmtlist.valueMatrix(grd_rfchcgmtlist.row, grd_rfchcgmtlist.colRef("fixasetcd"));
  383. var instcd = grd_rfchcgmtlist.valueMatrix(grd_rfchcgmtlist.row, grd_rfchcgmtlist.colRef("instcd"));
  384. if(fixasetcd == null || fixasetcd.length < 1) {
  385. messageBox("자산이 선택 되지 ", "E007");
  386. return;
  387. }
  388. model.setValue("/root/send/prntsearch/instcd" , instcd);
  389. model.setValue("/root/send/prntsearch/fixasetcd" , fixasetcd);
  390. if(submit("TRRFE00301")) {
  391. exeReportPreview("RPRFE00301","XMLSTR");
  392. }
  393. ]]>
  394. </script>
  395. </button>
  396. <input id="ipt_fixasetcd_prnt" ref="/root/send/prntsearch/fixasetcd" class="input_search" navindex="19" visibility="hidden" style="left:214px; top:6px; width:96px; height:19px; text-align:center; "/>
  397. <caption id="caption1" class="tit_2" visibility="hidden" style="left:125px; top:7px; width:89px; height:17px; ">자산코드 :</caption>
  398. </group>
  399. </xhtml:body>
  400. </xhtml:html>