SPMNP03300_CSR물품 출력.xrw 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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>Case Cart Label 출력</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cond>
  11. <printflag>1</printflag>
  12. </cond>
  13. </main>
  14. <send/>
  15. <hidden>
  16. </hidden>
  17. <init>
  18. <rdoinfo>
  19. <item>
  20. <cd>1</cd>
  21. <nm>선택한 환자만 출력</nm>
  22. </item>
  23. <item>
  24. <cd>2</cd>
  25. <nm>해당일의 전체 환자 출력</nm>
  26. </item>
  27. <item>
  28. <cd>3</cd>
  29. <nm>해당일의 전체 집계량 출력</nm>
  30. </item>
  31. </rdoinfo>
  32. </init>
  33. </root>
  34. </instance>
  35. <script type="javascript" ev:event="xforms-ready">
  36. <![CDATA[
  37. opener.javascript.setParameter("SPMNP03000_Param","");
  38. ]]>
  39. </script>
  40. </model>
  41. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  42. </xhtml:head>
  43. <xhtml:body pagewidth="350" pageheight="140" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  44. <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:325px; height:90px; ">
  45. <select1 id="radio1" ref="/root/main/cond/printflag" overflow="visible" appearance="full" cols="2" style="left:10px; top:38px; width:310px; height:47px; border-style:none; ">
  46. <choices>
  47. <itemset nodeset="/root/init/rdoinfo/item">
  48. <label ref="nm"/>
  49. <value ref="cd"/>
  50. </itemset>
  51. </choices>
  52. </select1>
  53. <caption id="caption1" class="tit_2" style="left:6px; top:17px; width:297px; height:14px; ">CSR 물품 집계 내역을 출력합니다.</caption>
  54. </group>
  55. <group id="group1" scroll="auto" style="left:10px; top:95px; width:310px; height:27px; ">
  56. <button id="btn_ok" class="btn4_letter2" style="left:191px; top:2px; width:56px; height:22px; ">
  57. <caption>확인</caption>
  58. <script type="javascript" ev:event="DOMActivate">
  59. <![CDATA[
  60. opener.javascript.setParameter("SPMNP03000_Param",model.getValue("/root/main/cond/printflag"));
  61. window.close();
  62. ]]>
  63. </script>
  64. </button>
  65. <button id="button1" class="btn4_letter2" style="left:249px; top:2px; width:56px; height:22px; ">
  66. <caption>취소</caption>
  67. <script type="javascript" ev:event="DOMActivate">
  68. <![CDATA[
  69. window.close();
  70. ]]>
  71. </script>
  72. </button>
  73. </group>
  74. </xhtml:body>
  75. </xhtml:html>