SMRST02500_일별 입출고 금액 집계표.xrw 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>일별 입출고 금액 집계표</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <instcd/>
  11. <goodflag/>
  12. <goodcd/>
  13. <goodnm/>
  14. <deptcd/>
  15. <deptnm/>
  16. </send>
  17. </root>
  18. </instance>
  19. <script type="javascript" ev:event="xforms-ready">
  20. <![CDATA[
  21. //화면 Control을 초기화한다
  22. fInitialize();
  23. ]]>
  24. </script>
  25. </model>
  26. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  27. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  28. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  29. <script type="javascript" src="../../../mis/purccommonweb/js/PURC.js"/>
  30. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  31. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  33. <script type="javascript">
  34. <![CDATA[
  35. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  36. function fInitialize() {
  37. rszfGoodFlagListByPgmGubn(cmb_goodflag,"2","N");
  38. rszfUserInstList(cmb_instcd,getUserInfo("userid"));
  39. // misfComboComCdListMulti("Z0007,R0025","cmb_instcd,cmb_goodflag" );
  40. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  41. model.setValue(ipt_deptcd.attribute("ref") , getUserInfo("posdeptcd"));
  42. model.setValue(ipt_deptnm.attribute("ref") , getUserInfo("posdeptnm"));
  43. // var curdate = getCurrentDate();
  44. // model.setValue(ipt_delivetodd.attribute("ref") ,curdate);
  45. model.refresh();
  46. }
  47. ]]>
  48. </script>
  49. </xhtml:head>
  50. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  51. <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
  52. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:209px; height:14px; ">일별 입출고 금액 집계표</caption>
  53. </group>
  54. <group id="group5" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  55. <caption id="caption21" class="tit_2" style="left:5px; top:83px; width:211px; height:13px; ">일별 입출고 금액 집계표</caption>
  56. <group id="group6" style="left:0px; top:13px; width:1195px; height:61; vertical-align:top; ">
  57. <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:61; background-color:#fffbf2; border-color:#ffd799; "/>
  58. <caption id="caption10" class="search_name" style="left:15px; top:35; width:93px; height:17px; ">출력기준 :</caption>
  59. <caption id="caption7" class="search_name" style="left:317px; top:35px; width:99px; height:17px; ">물품구분 :</caption>
  60. <caption id="caption9" class="search_name" style="left:317px; top:9px; width:112px; height:17px; ">부 서 :</caption>
  61. <select1 id="cmb_goodflag" ref="/root/send/goodflag" class="combo_s_essential" appearance="minimal" style="left:403px; top:34px; width:139px; height:19px; ">
  62. <choices>
  63. <itemset nodeset="/root/init/goodflag">
  64. <label ref="cdnm"/>
  65. <value ref="cdid"/>
  66. </itemset>
  67. </choices>
  68. </select1>
  69. <input id="input6" class="input_s_essential" inputtype="date" style="left:100px; top:34px; width:140px; height:19px; "/>
  70. <input id="ipt_goodcd" ref="/root/send/goodcd" class="input_s_essential" style="left:649px; top:34px; width:70px; height:19px; ">
  71. <script type="javascript" ev:event="xforms-value-changed">
  72. <![CDATA[
  73. purfValidationCheck("TRRSD00191", "goodlist" , "refcond,instcd,goodflag,goodcd,goodnm,indexgb,indexnm","goodnm," + model.getValue(cmb_instcd.attribute("ref")) + "," + model.getValue(cmb_goodflag.attribute("ref")) + ",," + model.getValue(ipt_goodcd.attribute("ref")) + ",,," ,"","goodcd,goodnm",ipt_goodcd,"SPRSD00210","instcd,goodflag","cmb_instcd,cmb_goodflag");
  74. model.refresh();
  75. ]]>
  76. </script>
  77. </input>
  78. <button id="btn_goodcd" class="icon_search" style="left:724px; top:36px; width:16px; height:16px; ">
  79. <caption/>
  80. <script type="javascript" ev:event="DOMActivate">
  81. <![CDATA[
  82. rszfOpenPopUpListByWndName(ipt_goodcd,"","goodcd,goodnm","SPRSD00210","instcd,goodflag","cmb_instcd,cmb_goodflag");
  83. model.refresh();
  84. ]]>
  85. </script>
  86. </button>
  87. <input id="ipt_goodnm" ref="/root/send/goodnm" class="input_s_essential" style="left:744px; top:34px; width:152px; height:19px; "/>
  88. <caption id="caption1" class="search_name" style="left:563px; top:35px; width:87px; height:17px; ">물품코드 :</caption>
  89. <input id="ipt_deptcd" ref="/root/send/deptcd" class="input_s_essential" style="left:403px; top:8px; width:70px; height:19px; ">
  90. <script type="javascript" ev:event="xforms-value-changed">
  91. <![CDATA[
  92. misfValidationCheck("02", "", "deptcd,deptnm" );
  93. model.refresh();
  94. ]]>
  95. </script>
  96. </input>
  97. <input id="ipt_deptnm" ref="/root/send/deptnm" class="input_s_essential" style="left:498px; top:8px; width:152px; height:19px; "/>
  98. <button id="button2" class="icon_search" style="left:478px; top:10px; width:16px; height:16px; ">
  99. <caption/>
  100. <script type="javascript" ev:event="DOMActivate">
  101. <![CDATA[
  102. var recv_list = "deptcd,deptnm";
  103. misfOpenPopUpList("02", ipt_deptcd,"", recv_list) ;
  104. model.refresh();
  105. ]]>
  106. </script>
  107. </button>
  108. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" appearance="minimal" style="left:100px; top:8px; width:140px; height:19px; ">
  109. <choices>
  110. <itemset nodeset="/root/init/instcd">
  111. <label ref="cdnm"/>
  112. <value ref="cdid"/>
  113. </itemset>
  114. </choices>
  115. </select1>
  116. <caption id="caption2" class="search_name" style="left:15px; top:9; width:99px; height:17px; ">기관코드 :</caption>
  117. <button id="button4" class="btn1_letter2" navindex="8" style="left:1125px; top:20px; width:56px; height:22px; text-align:left; ">
  118. <caption>조회</caption>
  119. <script type="javascript" ev:event="DOMActivate">
  120. <![CDATA[
  121. ]]>
  122. </script>
  123. </button>
  124. <line id="line14" class="line_4" style="x1:1110px; y1:9px; x2:1110px; y2:52px; border-color:#ffe4bb; border-left-style:solid; "/>
  125. </group>
  126. <line id="line15" class="line_1" style="x1:0px; y1:97px; x2:1195px; y2:97px; "/>
  127. <datagrid id="datagrid1" caption="일 자^이 월^정산입고^반 품^이송입고^입고금액^출고금액^재고금액" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:102px; width:1195px; height:632px; ">
  128. <col/>
  129. <col/>
  130. <col/>
  131. <col/>
  132. <col/>
  133. <col/>
  134. <col/>
  135. <col/>
  136. </datagrid>
  137. </group>
  138. <group id="group4" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  139. <button id="button46" class="btn6_letter2" visibility="hidden" style="left:0; top:3px; width:56px; height:22px; ">
  140. <caption>출력</caption>
  141. </button>
  142. <line id="line1" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  143. </group>
  144. </xhtml:body>
  145. </xhtml:html>