SPRSO20500_재고조회(입고내역).xrw 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. <winlist/>
  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. //misfGridInit(grd_win);
  30. //misfMsterDetailSet(grd_win, null, "TRRSO20501" ,"N");
  31. submit("TRRSO20501");
  32. ]]>
  33. </script>
  34. <submission id="TRRSO20501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/popdata" resultref="/root/main"/>
  35. </model>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  38. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  39. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  40. </xhtml:head>
  41. <xhtml:body pagewidth="502" pageheight="230">
  42. <line id="line8" class="line_1" style="x1:10px; y1:22px; x2:490px; y2:22px; "/>
  43. <caption id="caption20" class="tit_2" style="left:11px; top:7px; width:184px; height:14px; ">입고내역</caption>
  44. <button id="btn_close" class="btn4_letter2" style="left:430px; top:200px; width:56px; height:22px; ">
  45. <caption>닫기</caption>
  46. <script type="javascript" ev:event="DOMActivate">
  47. <![CDATA[
  48. window.close();
  49. ]]>
  50. </script>
  51. </button>
  52. <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; ">
  53. <col ref="winkindnm" style="text-align:center; "/>
  54. <col ref="winqty" format="(-)#,###" style="text-align:right; "/>
  55. <col ref="winamt" format="(-)#,###" style="text-align:right; "/>
  56. <col ref="wareflagnm" style="text-align:center; "/>
  57. </datagrid>
  58. </xhtml:body>
  59. </xhtml:html>