SPMNP01804_수술마취 급비변경.xrw 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. <CartOrdData>
  11. <ChngInfo/>
  12. </CartOrdData>
  13. </main>
  14. <init>
  15. <M0029list/>
  16. </init>
  17. <send>
  18. <reqdata>
  19. </reqdata>
  20. <savedata>
  21. </savedata>
  22. </send>
  23. </root>
  24. </instance>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. model.copyNode("/root/init/M0029list", opener.root.init.M0029list);
  28. model.refresh();
  29. ]]>
  30. </script>
  31. </model>
  32. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  34. </xhtml:head>
  35. <xhtml:body pagewidth="300" pageheight="150" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  36. <group id="grp_data" scroll="auto" style="left:0px; top:0px; width:280px; height:130px; ">
  37. <line id="line24" class="line_1" style="x1:0px; y1:27px; x2:280px; y2:27px; "/>
  38. <caption id="caption14" class="tit_2" style="left:0px; top:9px; width:134px; height:14px; ">
  39. <![CDATA[급비변경]]>
  40. <script type="javascript" ev:event="onclick">
  41. <![CDATA[
  42. // fSetLargeGrid(1, 3); // 3 처치처방
  43. ]]>
  44. </script>
  45. </caption>
  46. <button id="bbt_other" class="btn5_letter2" style="left:238px; top:6px; width:42px; height:19px; ">
  47. <caption>저장</caption>
  48. <script type="javascript" ev:event="DOMActivate">
  49. <![CDATA[
  50. if ( checkOpener() ) {
  51. opener.javascript.setParameter("SPMNP01804_Return", radio1.value );
  52. window.close();
  53. } else {
  54. alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
  55. }
  56. //fMnphcrusSave(); // 다른방 재고사용 등록 (TXMNP01801)
  57. // fQueryData(); // 조회
  58. ]]>
  59. </script>
  60. </button>
  61. <select1 id="radio1" ref="/root/main/CartOrdData/ChngInfo/payflagcd" appearance="full" cellspacing="10" cols="1" vcellspacing="5" overflow="visible" style="left:5px; top:40px; width:100px; height:20px; border-style:none; ">
  62. <choices>
  63. <itemset nodeset="/root/init/M0029list/M0029">
  64. <label ref="cdnm"/>
  65. <value ref="cdid"/>
  66. </itemset>
  67. </choices>
  68. </select1>
  69. </group>
  70. </xhtml:body>
  71. </xhtml:html>