123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?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>
- <maindatalist>
- <ymdgive/>
- <gubun/>
- <pumno/>
- <acctid/>
- <acntpumnm/>
- <custname/>
- <rmrk/>
- <amt/>
- <jiamt/>
- </maindatalist>
- </main>
- <send>
- <instcd/>
- <frdate/>
- <todate/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- makeReportPreview(0,110,1195,650);
- model.removenode( "/root/main/maindatalist");
- var today = getCurrentDate();
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/frdate", today);
- model.setValue("/root/send/todate", today);
- model.setFocus("ipt_frdate");
- model.refresh();
- ]]>
- </script>
- <submission id="TRRAR01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/maindatalist"/>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">대금지급내역</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (submit("TRRAR01001") ){
- //exeReportPreview(레포트명, 연계방법, 매개변수필드 XPath, SubmitID, 출력여부, 인쇄창 보임 여부, 저장타입, 파일명, 파일 저장창 보임여부, 미리보기창닫기여부, 모니터 번호, 부모객체명, 트레이번호, 데이터 소스, 툴바버튼보임여부, 프린트장수, 미리보기뷰어 비율, 출력시 선택 옵션, 데이터 XPath , 메인리포트 반복XPath, 서브리포트1 반복Xpath)
- exeReportPreview("SMRAR01001", "XMLSTR", "", "", "", "", "xls");//, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
- //exeReportPreview("SMRAR01001", "XMLSTR");//, "/root/main/payamt");
-
- }
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
- <caption id="caption22" class="search_name" style="left:20px; top:18px; width:85px; height:17px; ">지급기간:</caption>
- <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:260px; height:13px; ">대금지급내역</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
- <input id="ipt_frdate" ref="/root/send/frdate" class="input_s_essential" navindex="2" inputtype="date" format="yyyy-mm-dd" style="left:107px; top:17px; width:100px; height:19px; "/>
- <caption id="caption1" style="left:208px; top:19px; width:15px; height:15px; ">~</caption>
- <input id="ipt_todate" ref="/root/send/todate" class="input_s_essential" navindex="3" inputtype="date" format="yyyy-mm-dd" style="left:219px; top:17px; width:101px; height:19px; "/>
- <datagrid id="grd_main" nodeset="/root/main/maindatalist" visibility="hidden" caption="지출일자^구분^품의번호^계정^계정과목명^거래처^내역^금액^지급액" colsep="^" colwidth="100, 60, 100, 80, 140, 120, 200, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:80px; width:1085px; height:190px; ">
- <col ref="ymdgive"/>
- <col ref="gubun"/>
- <col ref="pumno"/>
- <col ref="acctid"/>
- <col ref="acntpumnm"/>
- <col ref="custname"/>
- <col ref="rmrk"/>
- <col ref="amt" savetype="digit" format="_(_#,###_)_" style="text-align:right; "/>
- <col ref="jiamt" savetype="digit" format="_(_#,###_)_" style="text-align:right; "/>
- </datagrid>
- <button id="ipt_excsave" class="btn2_letter4" style="left:1122px; top:47px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfSaveExcel(grd_main);
-
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|