123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>외래 신환율</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <outfpatrate>
- <outfpatratelist/>
- <outfpatrateheader/>
- </outfpatrate>
- </main>
- <send>
- <in_yyyy/>
- <in_mm/>
- <in_yymmdd/>
- </send>
- <hidden>
- <menulist1>
- <filenm/>
- <linkyn/>
- <lrgcd/>
- <mdlcd/>
- <smlcd/>
- <filecd/>
- </menulist1>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
-
- ]]>
- </script>
- <submission id="TRSDE00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/outfpatrate"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- var strfromdd=getCurrentDateTime();
- var datfromdd = strfromdd.toDate("YYYYMMDD");
- var in_fromdd=datfromdd.getAddDate(-1,"Y").getDateFormat("YYYYMMDD");
-
-
- model.setValue("/root/send/in_yyyy",in_fromdd.substr(0,6));
-
- grdOutFPatRate.caption="^^^^^^^^^^^^^|^^^^^^^^^^^^^";
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">외래신환율</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <shape id="roundrect8" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:25px; width:1195px; height:50px; "/>
- <datagrid id="grdOutFPatRate" nodeset="/root/main/outfpatrate/outfpatratelist" caption="^^^^^^^^^^^|^^^^^^^^^^^" colsep="^" colwidth="118, 87, 87, 87, 87,,87, 87, 87, 87, 87, 87, 87, 87" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:90px; width:1195px; height:645px; ">
- <col ref="orddeptnm"/>
- <col ref="col1"/>
- <col ref="col2"/>
- <col ref="col3"/>
- <col ref="col4"/>
- <col ref="col5"/>
- <col ref="col6"/>
- <col ref="col7"/>
- <col ref="col8"/>
- <col ref="col9"/>
- <col ref="col10"/>
- <col ref="col11"/>
- <col ref="col12"/>
- </datagrid>
- <line id="line11" class="line_1" style="x1:4px; y1:15px; x2:1194px; y2:15px; "/>
- <caption id="cp_text3_1" ref="/root/init/rptm_cond/cond3/condcd/mdlnm" class="search_name" style="left:10px; top:40px; width:114px; height:17px; ">조회 시작년/월</caption>
- <button id="button1" class="btn6_letter3" navindex="3" style="left:1118px; top:40px; width:68px; height:22px; ">
- <caption>도움말</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeNode("/root/hidden/filecd");
- var strfilecd=model.getValue("/root/hidden/menulist1/lrgcd")+model.getValue("/root/hidden/menulist1/mdlcd")+model.getValue("/root/hidden/menulist1/smlcd")
- model.setValue("/root/hidden/filecd",strfilecd);
-
- modal("SPSDE00100", "50", "100", "100" ,"SPSDE00100", "/root/hidden/filecd", "/root/source/filecd");
- ]]>
- </script>
- </button>
- <button id="btn_execute" class="btn4_letter2" navindex="3" style="left:960px; top:40px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/main/outfpatrate");
- model.resetInstanceNode("/root/send/in_yymmdd");
- var stryymmdd=model.getValue("/root/send/in_yyyy") + model.getValue("/root/send/in_mm") + '01';
- model.setValue("/root/send/in_yymmdd",stryymmdd);
- submit("TRSDE00301");
-
- var strHeader = model.getValue("root/main/outfpatrate/outfpatrateheader/ret1");
- grdOutFPatRate.caption=strHeader;
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn6_letter4" navindex="3" style="left:1028px; top:40px; width:80px; height:22px; ">
- <caption>메인화면</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <group id="group4" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
- <line id="line88" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- <button id="button3" class="btn4_letter3" style="left:1126px; top:4px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/send");
- model.resetInstanceNode("/root/main/outfpatrate");
-
- fInitialize();
- ]]>
- </script>
- </button>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:84px; x2:1195px; y2:85px; "/>
- <caption id="caption1" style="left:215px; top:40px; width:37px; height:20px; ">년/월</caption>
- <input id="cboYear" ref="/root/send/in_yyyy" class="input_search" navindex="2" visibility="visible" inputtype="date" format="yyyy/mm" style="left:130px; top:40px; width:80px; height:19px; text-align:center; "/>
- </xhtml:body>
- </xhtml:html>
|