1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>재고조회(입고내역)</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <winlist/>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden/>
- <temp/>
- <popdata>
- <instcd/>
- <wareflag/>
- <goodcd/>
- <dd/>
- <dutunitcd/>
- </popdata>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //misfGridInit(grd_win);
-
- //misfMsterDetailSet(grd_win, null, "TRRSO20501" ,"N");
- submit("TRRSO20501");
-
- ]]>
- </script>
- <submission id="TRRSO20501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/popdata" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="502" pageheight="230">
- <line id="line8" class="line_1" style="x1:10px; y1:22px; x2:490px; y2:22px; "/>
- <caption id="caption20" class="tit_2" style="left:11px; top:7px; width:184px; height:14px; ">입고내역</caption>
- <button id="btn_close" class="btn4_letter2" style="left:430px; top:200px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <datagrid id="grd_win" nodeset="/root/main/winlist" visibility="visible" caption="입고유형^입고량^입고금액^창고구분^" colwidth="104, 111, 128, 117" mergecellsfixedrows="bycolrec" style="left:10px; top:27px; width:480px; height:168px; ">
- <col ref="winkindnm" style="text-align:center; "/>
- <col ref="winqty" format="(-)#,###" style="text-align:right; "/>
- <col ref="winamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="wareflagnm" style="text-align:center; "/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|