12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>급비변경</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <CartOrdData>
- <ChngInfo/>
- </CartOrdData>
- </main>
- <init>
- <M0029list/>
- </init>
- <send>
- <reqdata>
- </reqdata>
- <savedata>
- </savedata>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.copyNode("/root/init/M0029list", opener.root.init.M0029list);
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="300" pageheight="150" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_data" scroll="auto" style="left:0px; top:0px; width:280px; height:130px; ">
- <line id="line24" class="line_1" style="x1:0px; y1:27px; x2:280px; y2:27px; "/>
- <caption id="caption14" class="tit_2" style="left:0px; top:9px; width:134px; height:14px; ">
- <![CDATA[급비변경]]>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- // fSetLargeGrid(1, 3); // 3 처치처방
- ]]>
- </script>
- </caption>
- <button id="bbt_other" class="btn5_letter2" style="left:238px; top:6px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if ( checkOpener() ) {
- opener.javascript.setParameter("SPMNP01804_Return", radio1.value );
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- //fMnphcrusSave(); // 다른방 재고사용 등록 (TXMNP01801)
- // fQueryData(); // 조회
- ]]>
- </script>
- </button>
- <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; ">
- <choices>
- <itemset nodeset="/root/init/M0029list/M0029">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- </group>
- </xhtml:body>
- </xhtml:html>
|