123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?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>
- <winamtaddcutrate/>
- <prtname/>
- </main>
- <init/>
- <send>
- <payym/>
- <instcd/>
- <prnflag/>
- <instnm/>
- <prncheck/>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- makeReportPreview(0,110,1195,650);
-
- var today = getCurrentDate();
- var cur_mm = today.substring(0, 6);
-
- model.setValue("/root/send/payym", cur_mm);
- ipt_payym.refresh();
-
- rdo_prnflag.select(0);
- misfComboComCdListMulti("Z0007", "cmb_instcd")
-
- cmb_instcd.value = getUserInfo("posinstcd");
-
- model.setValue("/root/main/prtname", getUserInfo("usernm"));
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRSG05501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/winamtaddcutrate"/>
- </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[
- ipt_instnm.value = cmb_instcd.label;
- ipt_prncheck.value = rdo_prnflag.label;
- submit("TRRSG05501");
- exeReportPreview("RPRSG05501", "XMLSTR");//, "/root/main/payamt");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
- <input id="ipt_payym" ref="/root/send/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:419px; top:19px; width:94px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:170px; height:14px; ">전월대비 입고금액 증감율</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
- <caption id="cap_payym" class="search_name" style="left:335px; top:20px; width:85px; height:17px; ">기준년월:</caption>
- <select1 id="cmb_instcd" ref="/root/send/instcd" appearance="minimal" style="left:100px; top:19px; width:175px; height:19px; text-align:center; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:30px; top:20px; width:70px; height:17px; ">기 관 :</caption>
- <caption id="caption2" class="search_name" style="left:561px; top:20px; width:86px; height:17px; ">출력구분 :</caption>
- <select1 id="rdo_prnflag" ref="/root/send/prnflag" appearance="full" cellspacing="5" cols="2" overflow="visible" style="left:650px; top:19px; width:160px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전월대비</label>
- <value>1</value>
- </item>
- <item>
- <label>전년대비</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_prncheck" ref="/root/send/prncheck" visibility="hidden" style="left:830px; top:40px; width:50px; height:19px; "/>
- <input id="ipt_instnm" ref="/root/send/instnm" visibility="hidden" style="left:775px; top:40px; width:50px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|