SPLMP90200_미생물누적결과조회(상세).xrw 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLLP01100_미생물누적결과조회.xrw
  4. * 설 명 : 미생물누적결과조회
  5. * 설 계 자 : (주)에이씨케이 - 송요셉
  6. * 작 성 자 : (주)에이씨케이 - 송요셉
  7. * 작 성 일 : 2007.09.17
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>미생물결과상세조회</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <getResultDetail>
  20. <reptrslt/>
  21. </getResultDetail>
  22. </main>
  23. <send>
  24. <level/>
  25. <bcno/>
  26. <pid/>
  27. <notmdlcd/>
  28. </send>
  29. <init>
  30. </init>
  31. <hidden>
  32. <ref>
  33. <list>
  34. </list>
  35. </ref>
  36. </hidden>
  37. </root>
  38. </instance>
  39. <script src="../../../com/commonweb/js/common.js" type="javascript"/>
  40. <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
  41. <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
  42. <script ev:event="xforms-ready" type="javascript">
  43. <![CDATA[
  44. fClickResultList();
  45. ]]>
  46. </script>
  47. <submission id="TRLLP00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/getResultDetail"/>
  48. </model>
  49. <script type="javascript">
  50. <![CDATA[
  51. function fClickResultList(){
  52. datagrid1.rebuildStyle();
  53. model.removeNodeset("/root/main/getResultDetail");
  54. model.setValue("/root/send/level" , "3");
  55. model.setValue("/root/send/bcno" , model.getValue("/root/hidden/ref/list/bcno"));
  56. model.setValue("/root/send/pid" , model.getValue("/root/hidden/ref/list/pid"));
  57. model.setValue("/root/send/notmdlcd" , "not");
  58. submit("TRLLP00902");
  59. }
  60. ]]>
  61. </script>
  62. </xhtml:head>
  63. <xhtml:body pagewidth="900" pageheight="700" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  64. <group id="group3" scroll="auto" style="left:0px; top:0px; width:885px; height:675px; ">
  65. <line id="line1" class="line_1" style="x1:0px; y1:15px; x2:874px; y2:15px; "/>
  66. <caption id="caption3" class="tit_2" style="left:5px; top:0px; width:134px; height:14px; ">미생물결과상세보기</caption>
  67. <datagrid id="datagrid1" nodeset="/root/main/getResultDetail" class="datagrid_noborder" caption="결 과 내 역" colsep="^" colwidth="1500" dataheight="23" defaultrows="1" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:20px; width:875px; height:650px; font-family:굴림체; ">
  68. <col ref="reptrslt" format="yyyy-mm-dd" style="font-family:굴림체; "/>
  69. <col ref="judgmark2" visibility="hidden" style="font-family:굴림체; "/>
  70. </datagrid>
  71. </group>
  72. </xhtml:body>
  73. </xhtml:html>