123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488 |
- <?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>SECTION별판독통계</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <item>
- <orddeptcd/>
- <orddeptnm/>
- <cnfmcnt/>
- <diff12h/>
- <diff12rate/>
- <diff24h/>
- <diff24hrate/>
- <diff36h/>
- <diff36hrate/>
- <diff48h/>
- <diff48hrate/>
- <diff60h/>
- <diff60hrate/>
- <diff72h/>
- <diff72hrate/>
- <diff72hup/>
- <diff72huprate/>
- <nocnfmcnt/>
- <nocnfmcntrate/>
- </item>
- </list>
- </main>
- <send>
- <srchdate/>
- <globalinstance>
- <instance1/>
- </globalinstance>
- <suppdeptcd/>
- <ioflag/>
- <prcpgenrflag/>
- <basecdflag/>
- <sectionid/>
- <srchflag/>
- <srchterm/>
- <srchinhosp/>
- <srchinhospfrom/>
- <srhcinhospto/>
- </send>
- <inti/>
- <init>
- <cmb_lrgcd/>
- <cmb_section>
- <initsection>
- <sectionid/>
- <sectionnm/>
- </initsection>
- </cmb_section>
- </init>
- <hidden/>
- </root>
- </instance>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- aezfSetSuppDeptcd();
-
- model.removenode("/root/main/list");
-
- model.setValue("/root/send/suppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
- model.setValue("/root/send/srchdate", getCurrentDate().toDate().getAddDate(-1, "M").getDateFormat("YYYYMM").substr(0,6));
- model.setValue("/root/send/ioflag","");
-
- model.setValue("/root/send/basecdflag", "R");
- submit("TRAES01502", false);
- aezfInsertInstance2("/root/hidden/comcd", "lrgcdlist", "전체", "", "/root/init/cmb_lrgcd");
- model.setValue("/root/send/srchflag", "CF");
- model.setValue("/root/send/srchterm","");
- model.setValue("/root/send/srchinhosp","");
-
- // Section 정보
- //submit("TRAEF00203");
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRAES05101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- <submission id="TRAES01502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/cmb_lrgcd"/>
- <!-- SECTION 정보 가져오기
- <submission id="TRAEF00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/cmb_section"/>
- -->
- </model>
- <script type="javascript">
- <![CDATA[
- /* @group : 통합 통계
- * @ver :
- * @by :
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 조회된 통계 데이타에 대한 소계 및 총계를 구하는 함수
- */
- function fSetSubTotal(grd_list) {
-
- var colpos = 0;
- var rowCnt = 0;
-
- grd_list.colSort(0) = "asc";
- grd_list.sort(0, 0, grd_list.rows, grd_list.cols) = "usersort";
-
- for(i=3; i<grd_list.cols; i++) {
- grd_list.subtotal("sum", 1, i, "#,###", "background-color:#FFFFCC; color:#0000ff; font-weight:bold; ", 2, "소계");
- grd_list.subtotal("sum", -1, i, "#,###", "background-color:#CCFFCC; color:#0000ff; font-weight:bold; ", 1, "총계");
- }
- grd_list.mergeByFree(grd_list.rows-1, 1 , grd_list.rows-1, 2);
-
- // 증감율 구하기
- var colnm = "";
- var subtotal = 0;
- var subcomparecnt = 0;
- var subcomparerate = "";
-
- for (i=0; i<grd_list.rows; i++) {
- colnm = grd_list.valueMatrix(i, 2);
-
-
- if (colnm == "소계" ) {
-
- // alert(" i :" + i );
- subtotal = grd_list.valueMatrix(i, grd_list.colRef("cnfmcnt"));
-
- // 12시간 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff12h"));
- var ttt = setCompareRate(subtotal, subcomparecnt);
- grd_list.valueMatrix(i, grd_list.colRef("diff12hrate")) = setCompareRate(subtotal, subcomparecnt);
-
- // alert(" subtotal :" + subtotal);
- // alert(" subcomparecnt :" + subcomparecnt );
- // alert(" diff12hrate :" + ttt);
-
- // 24시간 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff24h"));
- grd_list.valueMatrix(i, grd_list.colRef("diff24hrate")) = setCompareRate(subtotal, subcomparecnt);
-
- // 2일 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff2d"));
- grd_list.valueMatrix(i, grd_list.colRef("diff2drate")) = setCompareRate(subtotal, subcomparecnt);
-
- // 3일 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff3d"));
- grd_list.valueMatrix(i, grd_list.colRef("diff3drate")) = setCompareRate(subtotal, subcomparecnt);
-
- // 4일 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff4d"));
- grd_list.valueMatrix(i, grd_list.colRef("diff4drate")) = setCompareRate(subtotal, subcomparecnt);
-
- // 7일 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff7d"));
- grd_list.valueMatrix(i, grd_list.colRef("diff7drate")) = setCompareRate(subtotal, subcomparecnt);
-
- // 28일 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff28d"));
- grd_list.valueMatrix(i, grd_list.colRef("diff28drate")) = setCompareRate(subtotal, subcomparecnt);
-
- // 30일 이내 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff30d"));
- grd_list.valueMatrix(i, grd_list.colRef("diff30drate")) = setCompareRate(subtotal, subcomparecnt);
-
- // 미판독 소계 합계
- subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("nocnfmcnt"));
- grd_list.valueMatrix(i, grd_list.colRef("nocnfmcntrate")) = setCompareRate(subtotal, subcomparecnt);
-
- grd_list.cellformat(i, grd_list.colRef("diff12hrate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("diff24hrate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("diff2drate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("diff3drate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("diff4drate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("diff7drate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("diff28drate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("diff30drate")) = "(-)#,### %";
- grd_list.cellformat(i, grd_list.colRef("nocnfmcntrate")) = "(-)#,### %";
-
- }
- }
-
- //총계 증감율 합계
-
- var total = 0;
- var comparecnt = 0;
- var comparerate = "";
-
-
- //총계 증감율 합계
- total = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("cnfmcnt"));
-
- // 12시간 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff12h"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff12hrate")) = setCompareRate(total, comparecnt);
-
- // 24시간 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff24h"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff24hrate")) = setCompareRate(total, comparecnt);
-
- // 2일 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff2d"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff2drate")) = setCompareRate(total, comparecnt);
-
- // 3일 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff3d"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff3drate")) = setCompareRate(total, comparecnt);
-
- // 4일 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff4d"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff4drate")) = setCompareRate(total, comparecnt);
-
- // 7일 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff7d"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff7drate")) = setCompareRate(total, comparecnt);
-
- // 28일 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff28d"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff28drate")) = setCompareRate(total, comparecnt);
-
- // 30일 이내 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff30d"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff30drate")) = setCompareRate(total, comparecnt);
-
- // 미판독 소계 합계
- comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("nocnfmcnt"));
- grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("nocnfmcntrate")) = setCompareRate(total, comparecnt);
-
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff12hrate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff24hrate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff2drate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff3drate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff4drate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff7drate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff28drate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff30drate")) = "(-)#,### %";
- grd_list.cellformat(grd_list.rows-1, grd_list.colRef("nocnfmcntrate")) = "(-)#,### %";
- model.refresh();
-
- }
-
- /* @group : 통합 통계
- * @ver :
- * @by :
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 증감율을 구하는 함수
- */
- function setCompareRate(total, comparecnt) {
-
- var comparerate = 0;
-
- if (parseInt(comparecnt) > 0) {
- comparerate = ( parseInt(comparecnt) / parseInt(total) ) * 100;
-
- if (comparerate != null) {
- comparerate = comparerate.toString().getRound(-1,"HALF_UP");
- } else {
- comparerate = 0;
- }
- } else {
- comparerate = 0;
- }
-
- return comparerate;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" 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:200px; height:14px; ">SECTION별판독통계</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:75px; width:138px; height:14px; ">SECTION별판독통계</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:90px; x2:1195px; y2:90px; "/>
- <group id="group1" style="left:0px; top:10px; width:1195px; height:55px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1193px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line2" class="line_4" style="x1:1110px; y1:5px; x2:1110px; y2:25px; "/>
- <button id="button1" class="btn1_letter2" navindex="4" style="left:1120px; top:5px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.removenode("/root/main/list");
-
- openLoadingBar("조회 중입니다...") ;
-
- if (submit("TRAES05101")) {
- var cnt = getNodesetCount("/root/main/list/item");
- if (cnt > 2) {
- for ( i = 1; i <= (cnt+1); i++ ) {
- grd_list.rowstyle( i , "data" , "background-color" ) = "#FFFFFF";
- grd_list.rowstyle( i , "data" , "color" ) = "#000000";
- }
-
- // 소계 및 합계 구하는 함수 호출 - grid Object, 통계구분, 탭구분)
- fSetSubTotal(grd_list);
- }
- model.refresh();
- }
-
- closeLoadingBar() ;//처리중 화면을 close한다.
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:15px; top:7px; width:86px; height:17px; ">조회기간 :</caption>
- <input id="ipt_fromdd" ref="/root/send/srchdate" class="input_default" navindex="1" inputtype="date" format="yyyy-mm" style="left:109px; top:6px; width:100px; height:19px; "/>
- <select1 id="rdo_ioflag" ref="/root/send/ioflag" appearance="full" cols="3" overflow="visible" style="left:950px; top:7px; width:135px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>영상</label>
- <value>R</value>
- </item>
- <item>
- <label>건진</label>
- <value>S</value>
- </item>
- </choices>
- </select1>
- <caption id="caption7" class="search_name" style="left:858px; top:7px; width:86px; height:17px; ">영상구분 :</caption>
- <select1 id="rdo_prcpgenrflag" ref="/root/send/prcpgenrflag" appearance="full" cols="4" overflow="visible" style="left:597px; top:7px; width:190px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>응급</label>
- <value>E</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var prcpgenrflag = model.getValue("/root/send/prcpgenrflag");
- if (prcpgenrflag == "I") {
- rdd_srchinhosp.disabled = false;
- } else {
- rdd_srchinhosp.disabled = true;
- }
- ipt_srchinhospfrom.disabled = true;
- ipt_srhcinhospto.disabled = true;
-
- rdd_srchinhosp.value ="";
- ipt_srchinhospfrom.value ="";
- ipt_srhcinhospto.value ="";
- ]]>
- </script>
- </select1>
- <caption id="caption3" class="search_name" style="left:505px; top:7px; width:90px; height:17px; ">환자구분 :</caption>
- <caption id="caption4" class="search_name" style="left:240px; top:7px; width:86px; height:17px; ">조회구분 :</caption>
- <select1 id="radio2" ref="/root/send/srchflag" appearance="full" cols="2" overflow="visible" style="left:330px; top:7px; width:125px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>판독율</label>
- <value>CF</value>
- </item>
- <item>
- <label>검사대기</label>
- <value>EW</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.resetInstanceNode("/root/main/list/item");
- model.removenode("/root/main/list/item");
- model.refresh();
-
- var srchflag = model.getValue("/root/send/srchflag");
- if ( srchflag == "CF" ) {
- grd_list.caption = "Section^영상구분^검사건수^12시간이내^12시간이내^24시간이내^24시간이내^2일이내^2일이내^3일이내^3일이내^4일이내^4일이내^7일이내^7일이내^28일이내^28일이내^30일이내^30일이내^미판독^미판독|Section^영상구분^검사건수^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^미판독건수^미판독율";
- } else if ( srchflag == "EW" ) {
- grd_list.caption = "Section^영상구분^처방건수^당일^당일^1일이내^1일이내^2일이내^2일이내^3일이내^3일이내^4일이내^4일이내^7일이내^7일이내^28일이내^28일이내^30일이내^30일이내^미시행^미시행|Section^영상구분^처방건수^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^미시행건수^미시행율";
- }
- grd_list.rebuild();
-
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="search_name" style="left:240px; top:32px; width:86px; height:17px; ">조회기준 :</caption>
- <select1 id="rdo_srchterm" ref="/root/send/srchterm" appearance="full" cols="2" overflow="visible" style="left:330px; top:32px; width:135px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>주중(월~목)</label>
- <value>W</value>
- </item>
- </choices>
- </select1>
- <caption id="caption8" class="search_name" style="left:505px; top:32px; width:90px; height:17px; ">재원일수 :</caption>
- <select1 id="rdd_srchinhosp" ref="/root/send/srchinhosp" disabled="true" appearance="full" cols="2" overflow="visible" style="left:597px; top:32px; width:95px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>기간</label>
- <value>T</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var srchinhosp = model.getValue("/root/send/srchinhosp");
- if (srchinhosp == "T") {
- ipt_srchinhospfrom.disabled = false;
- ipt_srhcinhospto.disabled = false;
- ipt_srchinhospfrom.value ="";
- ipt_srhcinhospto.value ="";
- } else {
- ipt_srchinhospfrom.disabled = true;
- ipt_srhcinhospto.disabled = true;
- ipt_srchinhospfrom.value ="";
- ipt_srhcinhospto.value ="";
- }
- ]]>
- </script>
- </select1>
- <input id="ipt_srchinhospfrom" ref="/root/send/srchinhospfrom" disabled="true" format="#,###" style="left:700px; top:30px; width:50px; height:19px; text-align:right; "/>
- <caption id="caption9" style="left:752px; top:30px; width:15px; height:19px; text-align:center; ">~</caption>
- <input id="ipt_srhcinhospto" ref="/root/send/srhcinhospto" disabled="true" format="#,###" style="left:770px; top:30px; width:50px; height:19px; text-align:right; "/>
- </group>
- <datagrid id="grd_list" nodeset="/root/main/list/item" caption="Section^영상구분^검사건수^12시간이내^12시간이내^24시간이내^24시간이내^2일이내^2일이내^3일이내^3일이내^4일이내^4일이내^7일이내^7일이내^28일이내^28일이내^30일이내^30일이내^미판독^미판독|Section^영상구분^검사건수^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^미판독건수^미판독율" colsep="^" colwidth="70, 135, 80, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 70, 70" frozencols="2" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" subtotalposition="below" style="left:0px; top:95px; width:1195px; height:645px; ">
- <col ref="section"/>
- <col ref="lrgcd"/>
- <col ref="cnfmcnt" style="text-align:right; "/>
- <col ref="diff12h" style="text-align:right; "/>
- <col ref="diff12hrate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="diff24h" style="text-align:right; "/>
- <col ref="diff24hrate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="diff2d" style="text-align:right; "/>
- <col ref="diff2drate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="diff3d" style="text-align:right; "/>
- <col ref="diff3drate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="diff4d" style="text-align:right; "/>
- <col ref="diff4drate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="diff7d" style="text-align:right; "/>
- <col ref="diff7drate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="diff28d" style="text-align:right; "/>
- <col ref="diff28drate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="diff30d" style="text-align:right; "/>
- <col ref="diff30drate" format="(-)#,### %" style="text-align:right; "/>
- <col ref="nocnfmcnt" style="text-align:right; "/>
- <col ref="nocnfmcntrate" format="(-)#,### %" style="text-align:right; "/>
- </datagrid>
- <button id="btn_excsave" class="btn2_letter4" style="left:1130px; top:70px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // var fileName = window.fileDialog("save", ",", false, "", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- var fileName = window.fileDialog("save",",",false,"excel","xls","All File(*.*)|*.*|Excel File(*.xls)|*.xls"); // 2009-07-01 엑셀저장 두번째 저장 실패 오류 확인 두번째 테스트
- if (fileName != "") {
- grd_list.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|