SPZCS00201_제외불가약품.xrw 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>제외불가 약품 리스트</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. </list>
  12. <list2>
  13. </list2>
  14. <list3/>
  15. <sublist>
  16. <resultExceptDrugList/>
  17. </sublist>
  18. </main>
  19. <send>
  20. <req>
  21. </req>
  22. </send>
  23. <init/>
  24. <hidden/>
  25. <temp/>
  26. </root>
  27. </instance>
  28. <script type="javascript" ev:event="xforms-ready">
  29. <![CDATA[
  30. /*
  31. 화면을 초기화 합니다.
  32. */
  33. fInitialize();
  34. model.makeValue("/root/send/req/pGubn","S");
  35. submit("TRZCS00201");
  36. ]]>
  37. </script>
  38. <submission id="TRZCS00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/sublist"/>
  39. </model>
  40. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  41. <script type="javascript" src="../../../com/referenceweb/js/ZCR001.js"/>
  42. <script type="javascript">
  43. <![CDATA[
  44. /*
  45. 초기화 작업을 합니다.
  46. */
  47. function fInitialize(){
  48. }
  49. /*
  50. model.getValue(); 를 함수로 만들었습니다.
  51. param1 : node는 grid의 xPath입니다.
  52. param2 : row는 grid에서 선택한 row값입니다.
  53. param3 : element는 getvalue할 해당 element 명입니다.
  54. 해당 getvalue값을 return 해줍니다.
  55. return 하지 않으면 해당값을 가져올 수 없습니다.
  56. */
  57. function fGetValue(node, row, element) {
  58. var rtnValue = model.getValue(node + "[" + row + "]/" + element);
  59. return rtnValue;
  60. }
  61. ]]>
  62. </script>
  63. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  64. <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
  65. </xhtml:head>
  66. <xhtml:body pagewidth="840" pageheight="500" guideline="2,296;1,1200;2,778;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  67. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:157px; height:14px; ">제외불가 약품 리스트</caption>
  68. <datagrid id="datagrid2" nodeset="/root/main/sublist/resultExceptDrugList" autoresize="true" caption="약품명^약품코드^성분명^등록일자" colsep="^" colwidth="229, 133, 276, 161" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:5px; top:40px; width:823px; height:455px; ">
  69. <col ref="edi_nm"/>
  70. <col ref="hcode"/>
  71. <col ref="ieng_nm"/>
  72. <col ref="inputdt"/>
  73. </datagrid>
  74. <caption id="caption2" class="tit_2" style="left:5px; top:20px; width:100px; height:14px; font-weight:bold; color:#800080; ">검토모듈명 :</caption>
  75. <caption id="caption3" ref="/root/send/req/pModuleNM" style="left:100px; top:20px; width:420px; height:13px; font-weight:bold; color:#800080; "/>
  76. <button id="button1" class="btn4_letter2" style="left:773px; top:15px; width:56px; height:22px; ">
  77. <caption>닫기</caption>
  78. <script type="javascript" ev:event="DOMActivate">
  79. <![CDATA[
  80. window.close();
  81. ]]>
  82. </script>
  83. </button>
  84. </xhtml:body>
  85. </xhtml:html>