123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- <?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="">
- <main>
- <detlinfo>
- <item>
- <testcd/>
- <testnm/>
- <totam/>
- <dd01/>
- <dd02/>
- <dd03/>
- <dd04/>
- <dd05/>
- <dd06/>
- <dd07/>
- <dd08/>
- <dd09/>
- <dd10/>
- <dd11/>
- <dd12/>
- <dd13/>
- <dd14/>
- <dd15/>
- <dd16/>
- <dd17/>
- <dd18/>
- <dd19/>
- <dd20/>
- <dd21/>
- <dd22/>
- <dd23/>
- <dd24/>
- <dd25/>
- <dd26/>
- <dd27/>
- <dd28/>
- <dd29/>
- <dd30/>
- <dd31/>
- </item>
- </detlinfo>
- </main>
- <send>
- <srchhealexamflag/>
- <srchhopedd/>
- </send>
- <init>
- <baseinfo>
- <healexamflaglst>
- <cdid/>
- <cdnm/>
- </healexamflaglst>
- </baseinfo>
- </init>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
- <script type="javascript" src="../../../ast/healthexambaseweb/js/healcombolist.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- fGetBasicCdList();
- fGetRsrvAcptList();
- ]]>
- </script>
- <submission id="TRAHR00970" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/detlinfo"/>
- </model>
- <script type="javascript">
- <![CDATA[
- /**========================================================================================================================================
- * 초기화
- =========================================================================================================================================*/
- function fInit(){
- var curDt = getCurrentDate().substr(0,6);
- model.setValue(ipt_srchfromdd.attribute("ref") , curDt);
- model.refresh();
- }
- /**========================================================================================================================================
- * 공통코드 코드 조회
- =========================================================================================================================================*/
- function fGetBasicCdList(){
- //공통코드 콤보 호출
- zbcfGetCodeList( new Array("A0068"), new Array("/root/init/baseinfo/healexamflaglst"));
- addComboItem("cmb_healexamflag","전체","","above");
- }
- /**========================================================================================================================================
- * 상세현황조회
- =========================================================================================================================================*/
- function fGetRsrvAcptList(){
- submit("TRAHR00970");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1196;2,208;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:184px; height:14px; ">월별묶음사용실적</caption>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1194px; height:744px; ">
- <group id="group5" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption7" class="search_name" style="left:10px; top:9px; width:87px; height:17px; ">건진구분 :</caption>
- <select1 id="cmb_healexamflag" ref="/root/send/srchhealexamflag" class="combo_search" appearance="minimal" style="left:100px; top:9px; width:115px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/healexamflaglst/A0068">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetRsrvAcptList();
- ]]>
- </script>
- </select1>
- <caption id="caption11" class="search_name" style="left:296px; top:9px; width:81px; height:17px; ">기준월 :</caption>
- <input id="ipt_srchfromdd" ref="/root/send/srchhopedd" class="input_search" inputtype="date" format="yyyy-mm" appearance="input" style="left:371px; top:9px; width:110px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_search" class="btn1_letter2" style="left:1123px; top:9px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetRsrvAcptList();
- ]]>
- </script>
- </button>
- <button id="btn_excelsave" class="btn6_letter4" visibility="visible" style="left:1016px; top:9px; width:80px; height:22px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_prntlst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- ]]>
- </script>
- </button>
- <line id="line7" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:29px; "/>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:151px; height:13px; ">상세현황</caption>
- <datagrid id="grd_prntlst" nodeset="/root/main/detlinfo/item" caption="묶음코드^묶음코드명^합계^1일^2일^3일^4일^5일^6일^7일^8일^9일^10일^11일^12일^13일^14일^15일^16일^17일^18일^19일^20일^21일^22일^23일^24일^25일^26일^27일^28일^29일^30일^31일^건진구분명^건진상세구분명^사업장명^환자번호^성명^건진일자^총발생금액^개인금액^공단금액^보건소금액^단체금액^A01^A02^A03^A04^A05^A06^A07^A08^A09^A10^A11^A12^A13^A14^A15^A16^A17^A18^A19^A20^A21^A22^A23^A24^A25^A26^A27^A28^A29^TESTNM^소견 및 조치사항내용^판정일정^판정의ID^의사명^의사면허번호^TBDD^관리기관코드^조합명^기관코드^건진구분^INSTCD_1^orddd" colsep="^" colwidth="85, 85, 50, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30" defaultrows="1" ellipsis="true" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:71px; width:1190px; height:644px; ">
- <col explorerbar="sortshow" ref="testcd" style="text-align:left; "/>
- <col explorerbar="sortshow" ref="testnm" style="text-align:left; "/>
- <col ref="totam" style="text-align:center; "/>
- <col ref="dd01" style="text-align:center; "/>
- <col ref="dd02" style="left:0px; top:0px; width:0px; height:0px; text-align:center; "/>
- <col ref="dd03" style="text-align:center; "/>
- <col ref="dd04" style="text-align:center; "/>
- <col ref="dd05" style="text-align:center; "/>
- <col ref="dd06" style="text-align:center; "/>
- <col ref="dd07" style="text-align:center; "/>
- <col ref="dd08" style="text-align:center; "/>
- <col ref="dd09" style="text-align:center; "/>
- <col ref="dd10" style="text-align:center; "/>
- <col ref="dd11" style="text-align:center; "/>
- <col ref="dd12" style="text-align:center; "/>
- <col ref="dd13" style="text-align:center; "/>
- <col ref="dd14" style="text-align:center; "/>
- <col ref="dd15" style="text-align:center; "/>
- <col ref="dd16" style="text-align:center; "/>
- <col ref="dd17" style="text-align:center; "/>
- <col ref="dd18" style="text-align:center; "/>
- <col ref="dd19" style="text-align:center; "/>
- <col ref="dd20" style="text-align:center; "/>
- <col ref="dd21" style="text-align:center; "/>
- <col ref="dd22" style="text-align:center; "/>
- <col ref="dd23" style="text-align:center; "/>
- <col ref="dd24" style="text-align:center; "/>
- <col ref="dd25" style="text-align:center; "/>
- <col ref="dd26" style="text-align:center; "/>
- <col ref="dd27" style="text-align:center; "/>
- <col ref="dd28" style="text-align:center; "/>
- <col ref="dd29" style="text-align:center; "/>
- <col ref="dd30" style="text-align:center; "/>
- <col ref="dd31" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_prntlst.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:756px; width:1195px; height:28px; "/>
- </xhtml:body>
- </xhtml:html>
|