SPZBC00300_업무규칙검색팝업.xrw 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <bizlist>
  11. <biz>
  12. <bizid/>
  13. <biznm/>
  14. <fstrgstdt/>
  15. <fstrgstrid/>
  16. <lastrgstdt/>
  17. <lastrgstrid/>
  18. <delyn/>
  19. </biz>
  20. </bizlist>
  21. <search>
  22. <searchcondition>bizid</searchcondition>
  23. <searchterm/>
  24. </search>
  25. <mode>
  26. <modestatus/>
  27. <modelabel/>
  28. </mode>
  29. <data>
  30. <bizid/>
  31. <biznm/>
  32. <fstrgstrid/>
  33. <lastrgstdt/>
  34. <lastrgstrid/>
  35. <delyn/>
  36. <bizdesc/>
  37. </data>
  38. </main>
  39. <send>
  40. <data>
  41. </data>
  42. </send>
  43. <hidden>
  44. <temp/>
  45. </hidden>
  46. </root>
  47. </instance>
  48. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  50. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  51. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC004.js"/>
  52. <script type="javascript" ev:event="xforms-ready">
  53. <![CDATA[
  54. var searchcondition = opener.window.javascript.getParameter("searchCondition");
  55. var searchterm = opener.window.javascript.getParameter("searchTerm");
  56. if( searchcondition!=null && searchcondition!="" && searchterm!=null && searchterm!="" ){
  57. fGetBizList();
  58. }
  59. ]]>
  60. </script>
  61. <submission id="TRZBC00115" ref="/root/send/data" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/bizlist"/>
  62. </model>
  63. </xhtml:head>
  64. <xhtml:body pagewidth="534" pageheight="343" guideline="1,518;2,342;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  65. <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:316px; ">
  66. <group id="group2" style="left:0px; top:0px; width:518px; height:35px; vertical-align:top; ">
  67. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:517px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  68. <caption id="caption2" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">검색조건 :</caption>
  69. <button id="btn_search" class="btn1_letter2" style="left:445px; top:7px; width:56px; height:22px; ">
  70. <caption>조회</caption>
  71. <script type="javascript" ev:event="DOMActivate">
  72. <![CDATA[
  73. fGetBizList();
  74. ]]>
  75. </script>
  76. </button>
  77. <line id="line13" style="x1:429px; y1:7px; x2:429px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  78. <select1 id="combo1" ref="/root/main/search/searchcondition" class="combo_search" appearance="minimal" style="left:101px; top:8px; width:89px; height:19px; ">
  79. <choices>
  80. <item>
  81. <label>업무규칙ID</label>
  82. <value>bizid</value>
  83. </item>
  84. <item>
  85. <label>업무규칙명</label>
  86. <value>biznm</value>
  87. </item>
  88. </choices>
  89. </select1>
  90. <input id="input3" ref="/root/main/search/searchterm" class="input_search" style="left:194px; top:8px; width:100px; height:19px; "/>
  91. </group>
  92. <caption id="caption1" class="tit_2" style="left:5px; top:46px; width:118px; height:14px; ">업무규칙 목록</caption>
  93. <line id="line1" class="line_1" style="x1:0px; y1:61px; x2:517px; y2:61px; "/>
  94. <datagrid id="grd_bizlist" nodeset="/root/main/bizlist/biz" caption="업무규칙 ID^업무규칙 이름^등록일시^등록자 사번^수정일시^수정자 사번^삭제여부" colwidth="100, 150, 100, 100, 100, 100, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" colsep="^" style="left:0px; top:66px; width:517px; height:250px; ">
  95. <col ref="bizid"/>
  96. <col ref="biznm"/>
  97. <col ref="fstrgstdt" visibility="hidden"/>
  98. <col ref="fstrgstrid" visibility="hidden"/>
  99. <col ref="lastrgstdt" visibility="hidden"/>
  100. <col ref="lastrgstrid" visibility="hidden"/>
  101. <col ref="delyn" visibility="hidden"/>
  102. </datagrid>
  103. </group>
  104. <group id="group1" scroll="auto" style="left:0px; top:316px; width:518px; height:27px; ">
  105. <button id="btn_confirm" class="btn4_letter2" style="left:402px; top:5px; width:56px; height:22px; ">
  106. <caption>확인</caption>
  107. <script type="javascript" ev:event="DOMActivate">
  108. <![CDATA[
  109. var bizidpath = opener.window.javascript.getParameter("receiveBizIDPath");
  110. var biznmpath = opener.window.javascript.getParameter("receiveBizNMPath");
  111. var row = grd_bizlist.row;
  112. var bizid = grd_bizlist.valueMatrix( row, 0);
  113. var biznm = grd_bizlist.valueMatrix( row, 1);
  114. opener.model.setValue(bizidpath, bizid);
  115. opener.model.setValue(biznmpath, biznm);
  116. opener.model.refresh();
  117. window.close();
  118. ]]>
  119. </script>
  120. </button>
  121. <button id="btn_cancel" class="btn4_letter2" style="left:461px; top:5px; width:56px; height:22px; ">
  122. <caption>취소</caption>
  123. <script type="javascript" ev:event="DOMActivate">
  124. <![CDATA[
  125. window.close();
  126. ]]>
  127. </script>
  128. </button>
  129. </group>
  130. </xhtml:body>
  131. </xhtml:html>