1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- <statslist/>
- </main>
- <send>
- <startdd/>
- <enddd/>
- </send>
- <init>
- <baseinfo>
- <instinfo>
- <instcd/>
- <hospnm/>
- </instinfo>
- </baseinfo>
- </init>
- <hidden>
- <day/>
- </hidden>
- </root>
- </instance>
- <submission id="TRICS02401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/statslist"/>
- <bind id="bind_prcpstatcd" ref="/root/main/prcphist/prcplist/execprcpstatcd" readonly="../execprcpstatcd!=''"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/startdd", (((getCurrentDate()).toDate("YYYYMMDD")).getAddDate(-1,"M")).getDateFormat("YYYYMM") + "01" );
- model.setValue("/root/send/enddd", (((getCurrentDate()).toDate("YYYYMMDD")).getAddDate(-1,"M")).getDateFormat("YYYYMM") + (((((getCurrentDate()).toDate("YYYYMMDD")))).getMonthDay()) );
- model.setValue("/root/hidden/day", model.getValue("/root/send/startdd"));
- makeReportPreview(0,80,1195,660);
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1195;2,757;2,784;">
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">연구비 입금내역 월말 보고</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( submit("TRICS02401") ) {
- model.setValue("/root/hidden/day", model.getValue("/root/send/startdd"));
- exeReportPreview("RPICS02401", "XMLSTR", "/root/main/statslist/item");
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:15px; top:7px; width:91px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">입금일자 :</caption>
- <input id="input2" ref="/root/send/startdd" inputtype="date" style="left:110px; top:7px; width:100px; height:19px; "/>
- <input id="input3" ref="/root/send/enddd" inputtype="date" style="left:235px; top:7px; width:100px; height:19px; "/>
- <caption id="caption2" style="left:215px; top:7px; width:15px; height:20px; font-weight:bold; ">~</caption>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:54px; x2:1194px; y2:54px; "/>
- </group>
- <line id="line13" class="line_4" style="x1:1107px; y1:29px; x2:1107px; y2:55px; "/>
- </xhtml:body>
- </xhtml:html>
|