SPRSO20400_재고조회(출고내역).xrw 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>재고조회(출고내역)</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <delivelist/>
  11. </main>
  12. <send>
  13. </send>
  14. <init>
  15. </init>
  16. <hidden/>
  17. <temp/>
  18. <popdata>
  19. <instcd/>
  20. <wareflag/>
  21. <goodcd/>
  22. <dd/>
  23. <dutunitcd/>
  24. </popdata>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. submit("TRRSO20403");
  30. ]]>
  31. </script>
  32. <submission id="TRRSO20403" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/popdata" resultref="/root/main"/>
  33. </model>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  36. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  37. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  38. </xhtml:head>
  39. <xhtml:body pagewidth="502" pageheight="230">
  40. <line id="line8" class="line_1" style="x1:10px; y1:22px; x2:490px; y2:22px; "/>
  41. <caption id="caption20" class="tit_2" style="left:11px; top:7px; width:184px; height:13px; ">출고내역</caption>
  42. <button id="btn_close" class="btn4_letter2" style="left:430px; top:200px; width:56px; height:22px; ">
  43. <caption>닫기</caption>
  44. <script type="javascript" ev:event="DOMActivate">
  45. <![CDATA[
  46. window.close();
  47. ]]>
  48. </script>
  49. </button>
  50. <datagrid id="grd_good" nodeset="/root/main/delivelist" visibility="visible" caption="출고유형^불출처^출고량^" colwidth="83, 302, 76" mergecellsfixedrows="bycolrec" style="left:10px; top:27px; width:480px; height:168px; ">
  51. <col ref="deliveflagnm" style="text-align:center; "/>
  52. <col ref="delivedeptnm"/>
  53. <col ref="deliveqty" format="(-)#,###" style="text-align:right; "/>
  54. </datagrid>
  55. </xhtml:body>
  56. </xhtml:html>