SPADB62200_TDM검사조회.xrw 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. <![CDATA[">]]>
  6. <xhtml:title>TDM검사조회</xhtml:title>
  7. <model id="model1">
  8. <instance id="instance1">
  9. <root xmlns="">
  10. <main>
  11. <testlist>
  12. <item>
  13. <testcd/>
  14. <testnm/>
  15. </item>
  16. </testlist>
  17. </main>
  18. <send>
  19. <srchinfo>
  20. <srchcnts/>
  21. <srchcond/>
  22. </srchinfo>
  23. </send>
  24. <hidden>
  25. <receiveref/>
  26. </hidden>
  27. <init>
  28. </init>
  29. </root>
  30. </instance>
  31. <submission id="TRADB62201" ref="/root/send/srchinfo" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/testlist"/>
  32. <script type="javascript" ev:event="xforms-ready">
  33. <![CDATA[
  34. submit("TRADB62201");
  35. ]]>
  36. </script>
  37. </model>
  38. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  40. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  41. </xhtml:head>
  42. <xhtml:body pagewidth="460" pageheight="380" guideline="1,434;2,380;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  43. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:3px; top:21px; width:431px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  44. <caption id="caption2" class="tit_2" style="left:0px; top:0px; width:103px; height:14px; vertical-align:middle; ">TDM 검사조회</caption>
  45. <caption id="caption3" class="search_name" style="left:15px; top:30px; width:86px; height:17px; ">검 색 어 :</caption>
  46. <line id="line1" style="x1:354px; y1:27px; x2:354px; y2:49px; border-color:#ffe4bb; border-left-style:solid; "/>
  47. <input id="input1" ref="/root/send/srchinfo/srchcnts" class="input_search" style="left:104px; top:29px; width:159px; height:19px; ">
  48. <script type="javascript" ev:event="onkeypress">
  49. <![CDATA[
  50. inputEnterKey("btn_req", "DOMActivate");
  51. ]]>
  52. </script>
  53. </input>
  54. <line id="line3" class="line_1" style="x1:4px; y1:58px; x2:435px; y2:58px; "/>
  55. <button id="btn_req" class="btn1_letter2" style="left:366px; top:28px; width:56px; height:22px; ">
  56. <caption>조회</caption>
  57. <script type="javascript" ev:event="DOMActivate">
  58. <![CDATA[
  59. submit("TRADB62201");
  60. ]]>
  61. </script>
  62. </button>
  63. <button id="btn_cfm" class="btn4_letter2" style="left:324px; top:354px; width:56px; height:22px; ">
  64. <caption>확인</caption>
  65. </button>
  66. <button id="btn_can" class="btn4_letter2" style="left:381px; top:354px; width:56px; height:22px; ">
  67. <caption>취소</caption>
  68. <close ev:event="DOMActivate"/>
  69. </button>
  70. <select1 id="combo1" ref="/root/send/srchinfo/srchcond" class="combo_search" disabled="false" appearance="minimal" style="left:265px; top:29px; width:80px; height:19px; ">
  71. <choices>
  72. <item>
  73. <label>검사코드</label>
  74. <value>1</value>
  75. </item>
  76. <item>
  77. <label>검사명</label>
  78. <value>2</value>
  79. </item>
  80. </choices>
  81. </select1>
  82. <datagrid id="grd_testlist" nodeset="/root/main/testlist/item" caption="검사코드^검사명" colwidth="100, 309" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" tooltip="true" style="left:4px; top:63px; width:431px; height:284px; background-color:#ffffff; border-color:#B0B0B0; ">
  83. <col ref="testcd"/>
  84. <col ref="testnm"/>
  85. <script type="javascript" ev:event="ondblclick">
  86. <![CDATA[
  87. if ( checkOpener() ) {
  88. opener.model.setValue("/root/temp/testinfo/testcd",model.getValue( "/root/main/testlist/item["+grd_testlist.row+"]/testcd"));
  89. opener.model.setValue("/root/temp/testinfo/testnm",model.getValue( "/root/main/testlist/item["+grd_testlist.row+"]/testnm"));
  90. window.close();
  91. } else {
  92. alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
  93. }
  94. ]]>
  95. </script>
  96. </datagrid>
  97. </xhtml:body>
  98. </xhtml:html>