123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>
- <earncondlst>
- <item>
- <healexamnm/>
- <healexamdetlnm/>
- <earnflag/>
- <mon3/>
- <mon4/>
- <mon5/>
- <mon6/>
- <mon7/>
- <mon8/>
- <mon9/>
- <mon10/>
- <mon11/>
- <mon12/>
- <mon1/>
- <mon2/>
- <montotal/>
- <kindflag/>
- </item>
- </earncondlst>
- <earnlst>
- <item>
- <healexamdetlnm/>
- <year/>
- <mon3/>
- <mon4/>
- <mon5/>
- <mon6/>
- <mon7/>
- <mon8/>
- <mon9/>
- <mon10/>
- <mon11/>
- <mon12/>
- <mon1/>
- <mon2/>
- <montotal/>
- </item>
- </earnlst>
- <psnlst>
- <item>
- <healexamdetlnm/>
- <year/>
- <mon3/>
- <mon4/>
- <mon5/>
- <mon6/>
- <mon7/>
- <mon8/>
- <mon9/>
- <mon10/>
- <mon11/>
- <mon12/>
- <mon1/>
- <mon2/>
- <montotal/>
- </item>
- </psnlst>
- </main>
- <send>
- <srchfromdd/>
- <srchtodd/>
- <srchinstcd/>
- <srchhealexamflag/>
- <srchhealexamdetlflag/>
- <srchyear/>
- </send>
- <hidden>
- </hidden>
- <init>
- <baseinfo>
- <yearlst/>
- <healexamflaglist/>
- <chealexamdetlflaglist/>
- <ghealexamdetlflaglist/>
- <healexamdetlflaglist>
- <item>
- <cdid/>
- <cdnm/>
- </item>
- </healexamdetlflaglist>
- </baseinfo>
- <srch>
- <year/>
- </srch>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 기관코드 초기화
- model.setValue("/root/send/srchinstcd" , getUserInfo("posinstcd"));
- // 공통코드 조회
- zbcfGetCodeList( new Array("P0167","A0068","A0069" ,"A0070"),
- new Array("/root/init/baseinfo/yearlst"
- ,"/root/init/baseinfo/healexamflaglist"
- ,"/root/init/baseinfo/chealexamdetlflaglist"
- , "/root/init/baseinfo/ghealexamdetlflaglist" ) );
- // 전체 넣기
- model.duplicate("/root/init/baseinfo/healexamflaglist","/root/init/baseinfo/healexamflaglist/A0068[1]","*[1]");
- model.setValue("/root/init/baseinfo/healexamflaglist/A0068[1]/cdid" , "A");
- model.setValue("/root/init/baseinfo/healexamflaglist/A0068[1]/cdnm", "전체");
-
- // 일자초기화
- model.setValue("/root/init/srch/year" , getCurrentDate().substr(0,4));
-
- model.refresh();
-
- cmb_srchhealexamflag.select(0);
- cmb_srchhealexamdetlflag.select(0);
-
- cmb_year.dispatch("xforms-select");
-
- ]]>
- </script>
- <submission id="TRZBC00101"/>
- <script type="javascript">
- <![CDATA[
- /*
- * 화면merge와 소계 및 총계를 생성한다.
- */
- function fSetRcptSum(vFlag) {
- // 그리드 merge 및 합계 초기화
- var presYear = model.getValue("/root/send/srchyear"); // 올해
- var befYear = new String(parseInt(model.getValue("/root/send/srchyear")) - 1); // 전년도
-
- if(vFlag == "A") { // 수입현황
- grd_earncondlst.autoMerge = false;
- grd_earncondlst.mergeCells = "bycolrec";
-
- grd_earncondlst.subtotalPosition = "below";
- grd_earncondlst.multiTotals = true;
-
- var idx = grd_earncondlst.rows;
-
- grd_earncondlst.addRow();
- grd_earncondlst.addRow();
-
- // 스타일
- grd_earncondlst.rowStyle(idx , "all" , "background-color") = "#808080";
- grd_earncondlst.rowStyle(idx , "all" , "color") = "#ffffff";
- grd_earncondlst.rowStyle(idx , "all" , "font-weight") = "bold";
- grd_earncondlst.rowStyle(idx +1, "all" , "background-color") = "#808080";
- grd_earncondlst.rowStyle(idx +1, "all" , "color") = "#ffffff";
- grd_earncondlst.rowStyle(idx +1, "all" , "font-weight") = "bold";
-
- for(var i =0; i < grd_earncondlst.cols ; i++) {
-
- // 총계
- if(i >= grd_earncondlst.colRef("mon3") && i <= grd_earncondlst.colRef("montotal") ) {
- var sumAmt = 0;
- var sumCnt = 0;
-
- for(var j=1; j < idx; j++ ) {
- var kindFlag = grd_earncondlst.valueMatrix( j , grd_earncondlst.colRef("kindflag"));
- if(kindFlag == "M") { // 금액
- sumAmt += parseInt(grd_earncondlst.valueMatrix(j , i));
- }else if(kindFlag == "P") { // 인원
- sumCnt += parseInt(grd_earncondlst.valueMatrix(j , i));
- }
- }
-
- // 항목명
- grd_earncondlst.valueMatrix(idx , grd_earncondlst.colRef("healexamnm")) = "총계";
- grd_earncondlst.valueMatrix(idx , grd_earncondlst.colRef("healexamdetlnm")) = "총계";
- grd_earncondlst.valueMatrix(idx , grd_earncondlst.colRef("earnflag") ) = "인원";
- grd_earncondlst.valueMatrix(idx +1 , grd_earncondlst.colRef("healexamnm")) = "총계";
- grd_earncondlst.valueMatrix(idx +1 , grd_earncondlst.colRef("healexamdetlnm")) = "총계";
- grd_earncondlst.valueMatrix(idx +1 , grd_earncondlst.colRef("earnflag")) = "금액";
-
- // 합계
- grd_earncondlst.valueMatrix(idx , i) = sumCnt;
- grd_earncondlst.valueMatrix(idx+1 , i) = sumAmt;
-
- }
- // 화면 merge
- if( i >= grd_earncondlst.colRef("healexamnm") && i <= grd_earncondlst.colRef("healexamdetlnm") ) {
- grd_earncondlst.mergeCol(i) = true;
-
- }else{
- grd_earncondlst.mergeCol(i) = false;
- }
- }
- grd_earncondlst.merge();
-
- }else if(vFlag == "B") { // 수입
- grd_earnlst.autoMerge = false;
- grd_earnlst.mergeCells = "bycolrec";
-
- var idx = grd_earnlst.rows;
-
- // 행추가
- grd_earnlst.addRow();
- grd_earnlst.addRow();
- grd_earnlst.addRow();
-
- // 스타일
- grd_earnlst.rowStyle(idx , "all" , "background-color") = "#808080";
- grd_earnlst.rowStyle(idx , "all" , "color") = "#ffffff";
- grd_earnlst.rowStyle(idx , "all" , "font-weight") = "bold";
- grd_earnlst.rowStyle(idx +1, "all" , "background-color") = "#808080";
- grd_earnlst.rowStyle(idx +1, "all" , "color") = "#ffffff";
- grd_earnlst.rowStyle(idx +1, "all" , "font-weight") = "bold";
- grd_earnlst.rowStyle(idx +2, "all" , "background-color") = "#808080";
- grd_earnlst.rowStyle(idx +2, "all" , "color") = "#ffffff";
- grd_earnlst.rowStyle(idx +2, "all" , "font-weight") = "bold";
-
- for(var i =0; i < grd_earnlst.cols ; i++) {
-
- // 소계
- if(i >= grd_earnlst.colRef("mon3") && i <= grd_earnlst.colRef("montotal") ) {
- var sum1 = 0;
- var sum2 = 0;
- var sum3 = 0;
-
- for(var j=1; j < idx; j++ ) {
- var year = grd_earnlst.valueMatrix( j , grd_earnlst.colRef("year"));
- if(year == befYear) { // 전년도
- sum1 += parseInt(grd_earnlst.valueMatrix(j , i));
- }else if(year == presYear) { // 금년도
- sum2 += parseInt(grd_earnlst.valueMatrix(j , i));
- }else { // 증감
- sum3 += parseInt(grd_earnlst.valueMatrix(j , i));
- }
- }
-
- // 항목명
- grd_earnlst.valueMatrix(idx , grd_earnlst.colRef("healexamdetlnm")) = "총계";
- grd_earnlst.valueMatrix(idx , grd_earnlst.colRef("year") ) = befYear;
- grd_earnlst.valueMatrix(idx +1 , grd_earnlst.colRef("healexamdetlnm")) = "총계";
- grd_earnlst.valueMatrix(idx +1 , grd_earnlst.colRef("year")) = presYear;
- grd_earnlst.valueMatrix(idx +2 , grd_earnlst.colRef("healexamdetlnm")) = "총계";
- grd_earnlst.valueMatrix(idx +2 , grd_earnlst.colRef("year")) = "증감";
-
- // 합계
- grd_earnlst.valueMatrix(idx , i) = sum1;
- grd_earnlst.valueMatrix(idx+1 , i) = sum2;
- grd_earnlst.valueMatrix(idx+2 , i) = sum3;
- }
- // 화면 merge
- if( i >= grd_earnlst.colRef("healexamnm") && i <= grd_earnlst.colRef("healexamdetlnm") ) {
- grd_earnlst.mergeCol(i) = true;
- }else{
- grd_earnlst.mergeCol(i) = false;
- }
- }
- grd_earnlst.merge();
-
- }else if(vFlag == "C") { // 인원
- grd_psnlst.autoMerge = false;
- grd_psnlst.mergeCells = "bycolrec";
-
- var idx = grd_psnlst.rows;
-
- grd_psnlst.addRow();
- grd_psnlst.addRow();
- grd_psnlst.addRow();
-
- // 스타일
- grd_psnlst.rowStyle(idx , "all" , "background-color") = "#808080";
- grd_psnlst.rowStyle(idx , "all" , "color") = "#ffffff";
- grd_psnlst.rowStyle(idx , "all" , "font-weight") = "bold";
- grd_psnlst.rowStyle(idx +1, "all" , "background-color") = "#808080";
- grd_psnlst.rowStyle(idx +1, "all" , "color") = "#ffffff";
- grd_psnlst.rowStyle(idx +1, "all" , "font-weight") = "bold";
- grd_psnlst.rowStyle(idx +2, "all" , "background-color") = "#808080";
- grd_psnlst.rowStyle(idx +2, "all" , "color") = "#ffffff";
- grd_psnlst.rowStyle(idx +2, "all" , "font-weight") = "bold";
-
- for(var i =0; i < grd_psnlst.cols ; i++) {
-
- // 소계
- if(i >= grd_psnlst.colRef("mon3") && i <= grd_psnlst.colRef("montotal") ) {
- var sum1 = 0;
- var sum2 = 0;
- var sum3 = 0;
-
- for(var j=1; j < idx; j++ ) {
- var year = grd_psnlst.valueMatrix( j , grd_psnlst.colRef("year"));
- if(year == befYear) { // 전년도
- sum1 += parseInt(grd_psnlst.valueMatrix(j , i));
- }else if(year == presYear) { // 금년도
- sum2 += parseInt(grd_psnlst.valueMatrix(j , i));
- }else { // 증감
- sum3 += parseInt(grd_psnlst.valueMatrix(j , i));
- }
- }
-
- // 항목명
- grd_psnlst.valueMatrix(idx , grd_psnlst.colRef("healexamdetlnm")) = "총계";
- grd_psnlst.valueMatrix(idx , grd_psnlst.colRef("year") ) = befYear;
- grd_psnlst.valueMatrix(idx +1 , grd_psnlst.colRef("healexamdetlnm")) = "총계";
- grd_psnlst.valueMatrix(idx +1 , grd_psnlst.colRef("year")) = presYear;
- grd_psnlst.valueMatrix(idx +2 , grd_psnlst.colRef("healexamdetlnm")) = "총계";
- grd_psnlst.valueMatrix(idx +2 , grd_psnlst.colRef("year")) = "증감";
-
- // 합계
- grd_psnlst.valueMatrix(idx , i) = sum1;
- grd_psnlst.valueMatrix(idx+1 , i) = sum2;
- grd_psnlst.valueMatrix(idx+2 , i) = sum3;
- }
- // 화면 merge
- if( i >= grd_psnlst.colRef("healexamnm") && i <= grd_psnlst.colRef("healexamdetlnm") ) {
- grd_psnlst.mergeCol(i) = true;
- }else{
- grd_psnlst.mergeCol(i) = false;
- }
- }
- grd_psnlst.merge();
- }
-
- }
-
- /*
- * 날짜 초기화
- */
- function fDate(vYear) {
- var dd = new Date(vYear , 13 , 0 );
- model.setValue("/root/send/srchfromdd" , vYear + "0301");
- model.setValue("/root/send/srchtodd" , vYear + new String(dd.getMonth()).getLeftPad(2,"0") + new String(dd.getDate() ) );
- model.setValue("/root/send/srchyear" , vYear);
- }
-
- ]]>
- </script>
- <submission id="TRAHS00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/earncondlst"/>
- <submission id="TRAHS00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/earnlst"/>
- <submission id="TRAHS00903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/psnlst"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1206;1,1049;">
- <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">건진별 수입현황</caption>
- </group>
- <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var idx = swt_earncond.selectedIndex;
- var vFlag = "";
- var ret = false;
-
- if(idx == "0") {
- ret = submit("TRAHS00901");
- vFlag = "A";
- }else if(idx == "1") {
- ret = submit("TRAHS00902");
- vFlag = "B";
- }else if(idx == "2") {
- ret = submit("TRAHS00903");
- vFlag = "C";
- }
- if(ret) {
- fSetRcptSum(vFlag);
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <button id="btn_excelsave" class="btn6_letter4" visibility="visible" style="left:976px; top:7px; width:80px; height:22px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var idx = swt_earncond.selectedIndex;
- if(idx == "0") {
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_earncondlst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }else if(idx == "1") {
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_earnlst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }else if(idx == "2") {
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_psnlst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- ]]>
- </script>
- </button>
- <button id="btn_prt" class="btn6_letter2" style="left:1070px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeValue("/root/main/export/srchfromdd" ,model.getValue("/root/send/srchfromdd").toDate().getDateFormat("YYYY/MM/DD"));
- model.makeValue("/root/main/export/srchtodd" , model.getValue("/root/send/srchtodd").toDate().getDateFormat("YYYY/MM/DD"));
- model.makeValue("/root/main/export/srchyear" , model.getValue("/root/send/srchyear"));
- var idx = swt_earncond.selectedIndex;
- if(idx == "0") {
- exeReportPreview("RPAHS00901", "XMLSTR", "/root/main/export","", "false","","","","","false");
- }else if(idx == "1") {
- exeReportPreview("RPAHS00902", "XMLSTR", "/root/main/export","", "false","","","","","false");
- }else if(idx == "2") {
- exeReportPreview("RPAHS00903", "XMLSTR", "/root/main/export","", "false","","","","","false");
- }
-
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" visibility="hidden" style="x1:1063px; y1:7px; x2:1063px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:73px; height:17px; ">연도 :</caption>
- <select1 id="cmb_year" ref="/root/init/srch/year" appearance="minimal" style="left:80px; top:8px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/yearlst/P0167">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fDate(cmb_year.value);
- ]]>
- </script>
- </select1>
- <select1 id="cmb_srchhealexamdetlflag" ref="/root/send/srchhealexamdetlflag" class="combo_search" appearance="minimal" style="left:425px; top:8px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/healexamdetlflaglist/item">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_srchhealexamflag" ref="/root/send/srchhealexamflag" class="combo_search" appearance="minimal" style="left:305px; top:8px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/healexamflaglist/A0068">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- var value = model.getValue("/root/send/srchhealexamflag");
- model.removeNodeset("/root/init/baseinfo/healexamdetlflaglist/item");
- model.makeValue("/root/init/baseinfo/healexamdetlflaglist/item/cdid" , "A");
- model.makeValue("/root/init/baseinfo/healexamdetlflaglist/item/cdnm" , "전체");
-
- if(value == "A") {
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/chealexamdetlflaglist/A0069", "after");
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/ghealexamdetlflaglist/A0070", "after");
- }else if(value == "C") {
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/chealexamdetlflaglist/A0069", "after");
- }else if(value == "G") {
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/ghealexamdetlflaglist/A0070", "after");
- }
- model.refresh();
-
- ]]>
- </script>
- </select1>
- <caption id="caption1" class="search_name" style="left:210px; top:9px; width:86px; height:17px; ">건진구분 :</caption>
- </group>
- <switch id="swt_earncond" style="left:4px; top:89px; width:1203px; height:691px; ">
- <case id="case_earncond" selected="true">
- <datagrid id="grd_earncondlst" nodeset="/root/main/earncondlst/item" caption="^^^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월^1월^2월^총계^종류구분" colsep="^" colwidth="50, 50, 50, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:5px; width:1191px; height:679px; ">
- <col ref="healexamnm"/>
- <col ref="healexamdetlnm"/>
- <col ref="earnflag"/>
- <col ref="mon3" format="(-,+)#,###"/>
- <col ref="mon4" format="(-,+)#,###"/>
- <col ref="mon5" format="(-,+)#,###"/>
- <col ref="mon6" format="(-,+)#,###"/>
- <col ref="mon7" format="(-,+)#,###"/>
- <col ref="mon8" format="(-,+)#,###"/>
- <col ref="mon9" format="(-,+)#,###"/>
- <col ref="mon10" format="(-,+)#,###"/>
- <col ref="mon11" format="(-,+)#,###"/>
- <col ref="mon12" format="(-,+)#,###"/>
- <col ref="mon1" format="(-,+)#,###"/>
- <col ref="mon2" format="(-,+)#,###"/>
- <col ref="montotal" format="(-,+)#,###"/>
- <col ref="kindflag" visibility="hidden"/>
- </datagrid>
- </case>
- <case id="case_earn">
- <datagrid id="grd_earnlst" nodeset="/root/main/earnlst/item" caption="^년도^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월^1월^2월^총계" colsep="^" colwidth="80, 70, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:5px; width:1191px; height:679px; ">
- <col ref="healexamdetlnm"/>
- <col ref="year"/>
- <col ref="mon3" format="(-,+)#,###"/>
- <col ref="mon4" format="(-,+)#,###"/>
- <col ref="mon5" format="(-,+)#,###"/>
- <col ref="mon6" format="(-,+)#,###"/>
- <col ref="mon7" format="(-,+)#,###"/>
- <col ref="mon8" format="(-,+)#,###"/>
- <col ref="mon9" format="(-,+)#,###"/>
- <col ref="mon10" format="(-,+)#,###"/>
- <col ref="mon11" format="(-,+)#,###"/>
- <col ref="mon12" format="(-,+)#,###"/>
- <col ref="mon1" format="(-,+)#,###"/>
- <col ref="mon2" format="(-,+)#,###"/>
- <col ref="montotal" format="(-,+)#,###"/>
- </datagrid>
- </case>
- <case id="case_psn">
- <datagrid id="grd_psnlst" nodeset="/root/main/psnlst/item" caption="^년도^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월^1월^2월^총계" colsep="^" colwidth="80, 70, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:5px; width:1191px; height:679px; ">
- <col ref="healexamdetlnm"/>
- <col ref="year"/>
- <col ref="mon3" format="(-,+)#,###"/>
- <col ref="mon4" format="(-,+)#,###"/>
- <col ref="mon5" format="(-,+)#,###"/>
- <col ref="mon6" format="(-,+)#,###"/>
- <col ref="mon7" format="(-,+)#,###"/>
- <col ref="mon8" format="(-,+)#,###"/>
- <col ref="mon9" format="(-,+)#,###"/>
- <col ref="mon10" format="(-,+)#,###"/>
- <col ref="mon11" format="(-,+)#,###"/>
- <col ref="mon12" format="(-,+)#,###"/>
- <col ref="mon1" format="(-,+)#,###"/>
- <col ref="mon2" format="(-,+)#,###"/>
- <col ref="montotal" format="(-,+)#,###"/>
- </datagrid>
- </case>
- </switch>
- <button id="btn_earncond" class="btn_sw" group="tab" selected="true" style="left:5px; top:67px; width:90px; height:22px; ">
- <caption>수입현황</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case_earncond");
- btn_earncond.selected = true;
- ]]>
- </script>
- </button>
- <button id="btn_earn" class="btn_sw" group="tab" style="left:94px; top:67px; width:90px; height:22px; ">
- <caption>수입</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case_earn");
- btn_earn.selected = true;
- ]]>
- </script>
- </button>
- <button id="btn_psn" class="btn_sw" group="tab" style="left:185px; top:67px; width:90px; height:22px; ">
- <caption>인원</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case_psn");
- btn_psn.selected = true;
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|