1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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>
- <transacnt/>
- <unsl/>
- </main>
- <send>
- <retrparams>
- <instcd/>
- <unsldd/>
- <unslno/>
- <slipdeptcd/>
- <unslddno/>
- <slipflag/>
- </retrparams>
- </send>
- <init>
- </init>
- <target>
- <defaultvalue/>
- </target>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRRAD00108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/transacnt"/>
- <submission id="TRRAD00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/unsl"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fInit()
- {
-
- // model.setValue("/root/send/retrparams/instcd", model.getValue("/root/main/unsl_one/instcd") );
- // model.setValue("/root/send/retrparams/unsldd", model.getValue("/root/hidden/condition/unsldd") );
- // model.setValue("/root/send/retrparams/unslno", model.getValue("/root/hidden/condition/unslno") );
- // model.setValue("/root/send/retrparams/unslddno", model.getValue("/root/hidden/condition/unsldd") + model.getValue("/root/hidden/condition/unslno") );
- makeReportPreview(0, 62, 1194, 700);
- model.setValue("/root/send/retrparams/instcd", "012");
- model.setValue("/root/send/retrparams/unsldd", "20080202");
- model.setValue("/root/send/retrparams/unslno", "0001");
- model.setValue("/root/send/retrparams/slipdeptcd", "4010600000");
- model.setValue("/root/send/retrparams/unslddno", "200802020001");
- model.setValue("/root/send/retrparams/slipflag", "U");
- model.refresh();
- submit("TRRAD00101");
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,-2;2,-2;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1193px; height:678px; ">
- <group id="group2" style="left:0px; top:0px; width:1193px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1193px; height:35px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1129px; top:6px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- // misfMsterDetailRetrieve();
- submit("TRRAD00108");
-
- exeReportPreview("RPRAD00100", "XMLSTR");
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1121px; y1:0px; x2:1121px; y2:34px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption7" class="search_name" visibility="visible" style="left:2px; top:9px; width:86px; height:17px; ">전표정보 :</caption>
- <output id="output2" ref="/root/send/retrparams/unsldd" class="output_fix" visibility="visible" format="yyyy-mm-dd" style="left:100px; top:8px; width:100px; height:19px; text-align:center; "/>
- <output id="output3" ref="/root/send/retrparams/unslno" class="output_fix" visibility="visible" style="left:205px; top:8px; width:50px; height:19px; text-align:center; "/>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:39px; width:145px; height:14px; ">전표출력</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:56px; x2:1192px; y2:57px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|