SMMNG02104_부서별안전재고보유현황.xrw 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. <main>
  10. <lnsfinfo>
  11. <lnsflist>
  12. </lnsflist>
  13. <csrdeptlist/>
  14. </lnsfinfo>
  15. <cond>
  16. <deptcd/>
  17. <srchflag/>
  18. </cond>
  19. <csrdeptlist/>
  20. </main>
  21. <send>
  22. <deptcd/>
  23. <instcdnm/>
  24. <workdd/>
  25. </send>
  26. <init>
  27. <csrdeptinfo/>
  28. </init>
  29. </root>
  30. </instance>
  31. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  34. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  35. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  36. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  37. <script type="javascript" ev:event="xforms-ready">
  38. <![CDATA[
  39. fInitialize();
  40. ]]>
  41. </script>
  42. <submission id="TRMNG02108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/lnsfinfo"/>
  43. <submission id="TRMNG00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/csrdeptlist"/>
  44. <submission id="TRMNV00001" mediatype="application/x-www-form-urlencoded" method="post"/>
  45. </model>
  46. <script type="javascript">
  47. <![CDATA[
  48. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  49. function fInitialize()
  50. {
  51. model.setValue(opt_instcdnm.attribute("ref"), getUserInfo("dutplceinstnm")); //기관코드
  52. model.makeValue("/root/send/reqdata/instcd", getUserInfo("dutplceinstcd"));
  53. model.makeValue("/root/send/reqdata/useyn", "Y");
  54. model.setValue("/root/send/workdd", getCurrentDate());
  55. model.setValue("/root/send/deptcd", getUserInfo("dutplcecd") );
  56. submit("TRMNG00402");
  57. fSearch();
  58. }
  59. function fSearch() {
  60. submit("TRMNG02108");
  61. grd_lnsflist.colDisabled(grd_lnsflist.colRef("deptcd")) = true;
  62. }
  63. ]]>
  64. </script>
  65. </xhtml:head>
  66. <xhtml:body pagewidth="1196" pageheight="786" guideline="1,1203;2,786;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  67. <group id="grp_tle" style="left:0px; top:0px; width:1180px; height:13px; ">
  68. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:15px; ">부서별 안전재고 보유현황</caption>
  69. </group>
  70. <group id="grp_biz" scroll="auto" style="left:0px; top:60px; width:1180px; height:705px; ">
  71. <caption id="caption12" class="tit_2" style="left:5px; top:9px; width:200px; height:13px; ">부서별 안전재고 보유현황</caption>
  72. <datagrid id="grd_lnsflist" nodeset="/root/main/lnsfinfo/lnsflist" caption="물품코드^상세코드^린넨품명^상세규격^단위^운용안전재고^린넨보관실^린넨보관실^부서코드^비고|물품코드^상세코드^린넨품명^상세규격^단위^운용안전재고^안전재고수량^실재고수량^부서코드^비고" colsep="^" colwidth="86, 65, 200, 150, 70, 100, 81, 80, 100, 200" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="26" rowsep="|" style="left:2px; top:25px; width:1178px; height:670px; ">
  73. <col ref="goodcd"/>
  74. <col ref="goodcdseq"/>
  75. <col ref="lngoodnm"/>
  76. <col ref="goodmodel"/>
  77. <col ref="goodunit"/>
  78. <col ref="deptlnsfcnt"/>
  79. <col ref="lnsfcnt"/>
  80. <col ref="lnrlcnt"/>
  81. <col ref="deptcd" type="combo">
  82. <choices>
  83. <itemset nodeset="/root/main/csrdeptlist">
  84. <label ref="deptnm"/>
  85. <value ref="deptcd"/>
  86. </itemset>
  87. </choices>
  88. </col>
  89. <col ref="remark"/>
  90. <col ref="lastupdtrid" type="output" visibility="hidden"/>
  91. <col ref="oldlnsfcnt" visibility="hidden"/>
  92. <col ref="fromdd" visibility="hidden"/>
  93. <col ref="todd" visibility="hidden"/>
  94. </datagrid>
  95. <line id="line5" class="line_1" style="x1:1px; y1:26px; x2:1178px; y2:25px; "/>
  96. </group>
  97. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1175px; height:35px; background-color:#fffbf2; border-color:#ffd799; ">.,m</shape>
  98. <caption id="caption2" class="search_name" style="left:285px; top:30px; width:88px; height:17px; ">부 서 명 :</caption>
  99. <button id="btn_search" class="btn1_letter2" navindex="2" style="left:1114px; top:27px; width:56px; height:22px; ">
  100. <caption>조회</caption>
  101. <script type="javascript" ev:event="DOMActivate">
  102. <![CDATA[
  103. fSearch();
  104. ]]>
  105. </script>
  106. </button>
  107. <select1 id="cmb_deptcd" ref="/root/send/deptcd" disabled="true" appearance="minimal" style="left:380px; top:30px; width:100px; height:19px; ">
  108. <choices>
  109. <itemset nodeset="/root/main/csrdeptlist">
  110. <label ref="deptnm"/>
  111. <value ref="deptcd"/>
  112. </itemset>
  113. </choices>
  114. <script type="javascript" ev:event="xforms-value-changed">
  115. <![CDATA[
  116. fSearch();
  117. ]]>
  118. </script>
  119. </select1>
  120. <line id="line2" class="line_4" style="x1:1105px; y1:25px; x2:1105px; y2:50px; "/>
  121. <caption id="cap_instcd" class="search_name" style="left:10px; top:30px; width:86px; height:17px; ">기관코드 :</caption>
  122. <output id="opt_instcdnm" ref="/root/send/instcdnm" class="output_fix" style="left:100px; top:30px; width:160px; height:19px; text-align:center; "/>
  123. <caption id="caption1" class="search_name" style="left:500px; top:30px; width:88px; height:17px; ">일 자 :</caption>
  124. <input id="ipt_workdd" ref="/root/send/workdd" class="input" inputtype="date" style="left:570px; top:30px; width:100px; height:19px; ">
  125. <script type="javascript" ev:event="xforms-value-changed">
  126. <![CDATA[
  127. fSearch();
  128. ]]>
  129. </script>
  130. </input>
  131. </xhtml:body>
  132. </xhtml:html>