12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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="">
- <send/>
- <main>
- <test/>
- </main>
- </root>
- </instance>
- <submission id="TRRRR00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/test"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:14px; ">부서별 청구 약품 지정</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
- <button id="button2" class="btn2_letter3" style="left:420px; top:45px; width:53px; height:19px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //submit("TRRRR00001");
- input1.value = "2053.12345675";
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/main/test" style="left:510px; top:55px; width:100px; height:19px; "/>
- <button id="button1" class="btn2_letter3" style="left:410px; top:90px; width:53px; height:19px; ">
- <caption>처리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //submit("TRRRR00001");
- var song = input1.value;
- input1.value = song.getRound(-3, "DOWN");
- model.refresh();
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" style="left:0px; top:12; width:1195px; height:27px; ">
- <button id="button4" class="btn3_letter4" visibility="hidden" style="left:57px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- <button id="button7" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="button8" class="btn4_letter2" style="left:1069px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- <button id="button9" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- </button>
- <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|