12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>
- <depthngnm/>
- <usernm/>
- <userid/>
- <cnt/>
- <money/>
- <cdnm/>
- <bankacnt/>
- <bigo/>
- </main>
- <send>
- <reqdata>
- <fromdd/>
- <todd/>
- </reqdata>
- </send>
- <hidden/>
- <temp/>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-close">
- <![CDATA[
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRARH00906" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/reqdata/fromdd", getCurrentDate());
- model.setValue("/root/send/reqdata/todd", getCurrentDate());
- model.refresh();
- ]]>
- </script>
- <submission id="TRMMB04107" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="600" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <line id="line4" class="line_1" style="x1:16px; y1:16px; x2:780px; y2:17px; "/>
- <caption id="caption28" class="tit_2" style="left:17px; top:1px; width:180px; height:13px; vertical-align:middle; ">진료회신수당</caption>
- <button id="button1" class="btn4_letter2" style="left:220px; top:30px; width:56px; height:22px; ">
- <caption>검색</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- submit("TRARH00906");
- grd_money.subtotalPosition = "below";
- grd_money.subtotal("sum", -1,3, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; background-image:../../../com/commonweb/images/grid_bg.gif; background-repeat:repeat-x; background-stretch:stretch; checkimage:../../../com/commonweb/images/checked.gif; border-style:solid; border-left-color:#c6e4ff; border-top-color:#8ebcff; border-right-color:#8ebcff; border-bottom-color:#8ebcff;color:#4d4d4d; text-align:center;", 0, "계", true);
- grd_money.subtotal("sum", -1,4, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; background-image:../../../com/commonweb/images/grid_bg.gif; background-repeat:repeat-x; background-stretch:stretch; checkimage:../../../com/commonweb/images/checked.gif; border-style:solid; border-left-color:#c6e4ff; border-top-color:#8ebcff; border-right-color:#8ebcff; border-bottom-color:#8ebcff;color:#4d4d4d; text-align:center;", 0, "계", true);
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/send/reqdata/fromdd" inputtype="date" style="left:20px; top:30px; width:90px; height:19px; "/>
- <datagrid id="grd_money" nodeset="/root/main" caption="작성과^작성자^사번^회신건수^회신수당(원)^은행명^계좌번호^비고" colsep="^" colwidth="140, 62, 63, 64, 87, 70, 155, 100" mergecellsfixedrows="bycolrec" multitotal="true" rowsep="|" style="left:20px; top:55px; width:760px; height:525px; text-align:center; ">
- <col ref="depthngnm"/>
- <col ref="usernm"/>
- <col ref="userid"/>
- <col ref="cnt"/>
- <col ref="money" style="text-align:right; "/>
- <col ref="cdnm"/>
- <col ref="bankacnt"/>
- <col ref="bigo"/>
- </datagrid>
- <input id="input2" ref="/root/send/reqdata/todd" inputtype="date" style="left:125px; top:30px; width:90px; height:19px; "/>
- <caption id="caption1" style="left:112px; top:30px; width:15px; height:20px; ">~</caption>
- <button id="button2" class="btn4_letter2" style="left:280px; top:30px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var fileName = window.fileDialog("save", "|", true, "", "", "Excel Files(*.xls)|*.xls");
-
- if (fileName != ""){
- grd_money.saveExcel(fileName, "SheetName", false, false, "", "", false);
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|