123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMAHA00500.xrw
- * 설 명 : 단체예약현황조회
- * 설 계 자 : 김다영
- * 작 성 자 : 김다영
- * 작 성 일 : 2007.8.14
- * 수정이력 : 총인원 instance명 변경 totcnt=> totpatcnt 2007-08-27 by 손주연
- * 기 타 :
- -->
- <?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>
- <cmpypreslist1>
- <item>
- <sel/>
- <cmpynm/>
- <condd/>
- <contype/>
- <totpatcnt/>
- <rsrvcnt/>
- <failcnt/>
- <holdcnt/>
- <cnclcnt/>
- <acptpatcnt/>
- <acptcnt/>
- <rcptcnt/>
- <rsltcnt/>
- <judgcnt/>
- <cmpycd/>
- </item>
- </cmpypreslist1>
- <cmpypreslist2>
- <item>
- <pid/>
- <hngnm/>
- <rrgstno/>
- <orddd/>
- <statflag/>
- <baseexamamt/>
- <addexamamt/>
- <choiamt/>
- <cmpyamt/>
- <ownbamt/>
- <payinsubamt/>
- <clamamt/>
- <uncoflag/>
- <choiflag/>
- <testcd/>
- <zipcd/>
- <detladdr/>
- <email/>
- <telno/>
- <mpphon/>
- <deptcd/>
- <clntempid/>
- <relacd/>
- <remfact/>
- <rsrvtm/>
- </item>
- </cmpypreslist2>
- </main>
- <send>
- <srchhealexamdetlflag/>
- <srchhealexamflag/>
- <srchdateyn>Y</srchdateyn>
- <srchcond/>
- <srchfromdd/>
- <srchtodd/>
- <srchcmpycd/>
- <srchcmpynm/>
- <srchinstcd/>
- <srchcondd/>
- <srchcontype/>
- <srchpkgcd/>
- <srchstatflag/>
- <srchselect>
- </srchselect>
- </send>
- <init>
- <baseinfo>
- <choiflaglst/>
- <hedetlflaglst/>
- <rsrvflaglst/>
- <testflag/>
- <pamcdlst>
- <uncocdlst/>
- <disccdlst/>
- </pamcdlst>
- <contypelst>
- </contypelst>
- <statlst/>
- </baseinfo>
- </init>
- <hidden/>
- </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="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetBasicCdList();
- // grd_rsrvacptlst.fixedcellcheckbox(0 , 1) = true;
- ]]>
- </script>
- <submission id="TRZBC00101"/>
- <submission id="TRAHA00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cmpypreslist1"/>
- <submission id="TRAHA00502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cmpypreslist2"/>
- <submission id="submission1" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cmpypreslist2"/>
- <submission id="TRAHA00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp/cdlst"/>
- </model>
- <script type="javascript">
- <![CDATA[
- var vHealExamFlag = "";
- var vHealExamDetlFlag = "";
- /**========================================================================================================================================
- * 공통코드 및 검사실 코드 조회
- =========================================================================================================================================*/
- function fGetBasicCdList(){
- vHealExamFlag = fGetHealExamFlag();
- vHealExamDetlFlag = fGetHealExamDetlFlag();
- //선택검사내역조회
- if( vHealExamFlag == "C" ){
- zbcfGetCodeList( new Array("A0069", "A0116" ,"A0115", "A0107", "A0117" ,"A0113"),
- new Array( "/root/init/baseinfo/hedetlflaglst"
- , "/root/init/baseinfo/choiflaglst"
- , "/root/init/baseinfo/rsrvflaglst"
- , "/root/init/baseinfo/statlst"
- ,"/root/init/baseinfo/testflag"
- ,"/root/init/baseinfo/contypelst") );
- cmb_srchhealexamdetlflag.value=vHealExamDetlFlag;
- }
- else {
- zbcfGetCodeList( new Array("A0070", "A0116" , "A0115", "A0107", "A0117","A0113"),
- new Array( "/root/init/baseinfo/hedetlflaglst"
- , "/root/init/baseinfo/choiflaglst"
- , "/root/init/baseinfo/rsrvflaglst"
- , "/root/init/baseinfo/statlst"
- ,"/root/init/baseinfo/testflag"
- ,"/root/init/baseinfo/contypelst") );
- }
-
- submit("TRZBC00101");
-
-
- //검사실 코드조회
-
- if( vHealExamFlag=="C" ) {
- cmb_srchhealexamdetlflag.choices.itemset.attribute("nodeset") = "/root/init/baseinfo/hedetlflaglst/A0069";
- }
- else {
- cmb_srchhealexamdetlflag.choices.itemset.attribute("nodeset") = "/root/init/baseinfo/hedetlflaglst/A0070";
- }
- var curDt = getCurrentDate();
- cmb_srchhealexamdetlflag.refresh();
- //cmb_srchhealexamdetlflag.select(0);
- model.setValue(ipt_srchfromdd.attribute("ref") , curDt);
- model.setValue(ipt_srchtodd.attribute("ref") , curDt);
- model.setValue(rdo_srchcond.attribute("ref") ,"C");
-
- model.removeNodeset(grd_rsrvacptlst.nodeset);
- model.removeNodeset(grd_ordlst.nodeset);
-
- model.refresh();
- }
- /**========================================================================================================================================
- * 예약접수현황리스트 조회
- =========================================================================================================================================*/
- function fGetRsrvAcptList(){
- model.removeNodeset(grd_rsrvacptlst.nodeset);
- model.removeNodeset(grd_ordlst.nodeset);
-
- if( vHealExamFlag == "" ) {
- messageBox("조회조건이 불충분합니다!", "E999");
- return ;
- }
- var cmpycd = model.getValue("/root/send/srchcmpycd");
- if(cmpycd == ""){
- messageBox("사업체코드를", "C001");
- return ;
- }
- model.setValue("/root/send/srchinstcd" , getUserInfo("dutplceinstcd") );
- model.setValue("/root/send/srchhealexamflag" , vHealExamFlag);
- submit("TRAHA00501");
- }
-
- /**========================================================================================================================================
- * 상세내역 조회
- * in : 건진구분 , 일자구분 , 일자(FromTo) , 사업체코드 , 계약일자 , 계약종류 , 기관코드
- =========================================================================================================================================*/
-
- function fGetRsrvOrd(){
- model.removeNodeset(grd_ordlst.nodeset);
- var idx = grd_rsrvacptlst.row;
- if(idx<1) {
- return;
- }
- var tmpinqrflag = model.getvalue("root/send/srchhealexamdetlflag");
-
- model.setValue("/root/send/srchinstcd" , getUserInfo("dutplceinstcd") );
- model.setValue("/root/send/srchhealexamdetlflag" , tmpinqrflag);
- var cmpycd = model.getValue("/root/send/srchcmpycd" );
- if(cmpycd == "" ) {
- return;
- }
- model.setValue("/root/send/srchcondd" , model.getValue("/root/main/cmpypreslist1/item["+ idx +"]/condd"));
- model.setValue("/root/send/srchcontype" , model.getValue("/root/main/cmpypreslist1/item["+ idx +"]/contype"));
-
- //alert(model.getValue("/root/main/cmpypreslist1/item["+ idx +"]/condd"));
-
- submit("TRAHA00502");
- }
-
- function fGetCmpyDetlList() {
- if(parseInt(model.getXPathValue("count(/root/main/cmpypreslist1/item[sel = 'Y'])")) == 0)
- {
- model.removeNodeset("/root/main/cmpypreslist2/item");
- return false;
- }
-
- grd_rsrvacptlst.clearStatus();
- for(var i = 1; i <= grd_rsrvacptlst.rows; i++) {
- var chk = grd_rsrvacptlst.valueMatrix( i , grd_rsrvacptlst.colRef("sel"));
- if(chk == "Y") {
- model.setValue("/root/send/srchcondd" , model.getValue("/root/main/cmpypreslist1/item["+ i +"]/condd"));
- model.setValue("/root/send/srchcontype" , model.getValue("/root/main/cmpypreslist1/item["+ i +"]/contype"));
- grd_rsrvacptlst.addStatus(i , "insert");
- }
- }
- model.setValue("/root/send/srchselect", getGridUpdateData(grd_rsrvacptlst));
- if(submit("TRAHA00502")) {
- grd_rsrvacptlst.clearStatus();
- }
- model.refresh();
- }
- /*
- var vNd = instance1.selectNodes(grd_rsrvacptlst.nodeset + "[sel='Y']");
- var rCSV = getNodeListCSV(vNd);
- var idx = grd_rsrvacptlst.row;
-
- model.setValue("/root/send/srchcondd" , model.getValue("/root/main/cmpypreslist1/item["+ idx +"]/condd"));
- model.setValue("/root/send/srchcontype" , model.getValue("/root/main/cmpypreslist1/item["+ idx +"]/contype"));
-
- model.resetInstanceNode("/root/send/srchselect");
- model.setValue("/root/send/srchselect", rCSV);
- submit("TRAHA00502");
- }*/
-
- function fSetRcptSum() {
- // 그리드 merge 및 합계 초기화
- grd_rsrvacptlst
- grd_rsrvacptlst.subtotalPosition = "below";
- grd_rsrvacptlst.multiTotals = true;
-
- grd_rsrvacptlst.subtotal("clear", 0, 0);
- for(var i =0; i < grd_rsrvacptlst.cols ; i++) {
-
- // 소계 및 합계
- if((i >= grd_rsrvacptlst.colRef("totpatcnt") && i <= grd_rsrvacptlst.colRef("judgcnt"))) {
- grd_rsrvacptlst.subtotal("sum", -1 , i ,"format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#808080; color:#ffffff; font-weight:bold ", grd_rsrvacptlst.colRef("cmpynm") , "합계" );
- }
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;1,1195;2,758;2,785;1,1192;" style="border-left-style:none; 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:159px; height:14px; ">단체예약접수현황조회</caption>
- </group>
- <button id="btn_prntlist" class="btn6_letter4" style="left:3px; top:762px; width:80px; height:22px; ">
- <caption>명단출력</caption>
- </button>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1194px; height:744px; ">
- <datagrid id="grd_rsrvacptlst" nodeset="/root/main/cmpypreslist1/item" caption="선택^사업장명^계약일자^계약종류^총인원^예약^부도^보류^취소^접수인원^접수^수납^판정대기^판정완료^사업장코드" colsep="^" colwidth="50, 120, 90, 90, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 100" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="50" rowsep="|" style="left:0px; top:70px; width:1190px; height:238px; ">
- <col checkvalue="Y,N" ref="sel" type="checkbox"/>
- <col ref="cmpynm" style="text-align:left; "/>
- <col checkvalue="Y,N" disabled="true" ref="condd" format="yyyy-mm-dd"/>
- <col disabled="true" ref="contype" type="combo">
- <choices>
- <itemset nodeset="/root/init/baseinfo/contypelst/A0113">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="totpatcnt" format="#,###" style="text-align:right; "/>
- <col ref="rsrvcnt" format="#,###" style="text-align:right; "/>
- <col ref="failcnt" format="#,###" style="text-align:right; "/>
- <col ref="holdcnt" format="#,###" style="text-align:right; "/>
- <col ref="cnclcnt" format="#,###" style="text-align:right; "/>
- <col ref="acptpatcnt" format="#,###" style="text-align:right; "/>
- <col ref="acptcnt" format="#,###" style="text-align:right; "/>
- <col ref="rcptcnt" format="#,###" style="text-align:right; "/>
- <col ref="rsltcnt" format="#,###" style="text-align:right; "/>
- <col ref="judgcnt" format="#,###" style="text-align:right; "/>
- <col ref="cmpycd" visibility="hidden"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- // fGetRsrvOrd();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_rsrvacptlst.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var col = grd_rsrvacptlst.col;
- fGetCmpyDetlList();
- // for(var i = 1; i <= grd_rsrvacptlst.rows; i++) {
- // var chk = grd_rsrvacptlst.valueMatrix( i , grd_rsrvacptlst.colRef("sel"));
- // if(chk == "Y") {
- // fGetCmpyDetlList();
- // }else {
- // return;
- // }
- // }
-
- // var chk =grd_rsrvacptlst.valueMatrix(grd_rsrvacptlst.row, grd_rsrvacptlst.colRef("sel"));
- // if(chk == "Y"){
- // fGetCmpyDetlList();
- // }else{
- // return;
- // }
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_ordlst" nodeset="/root/main/cmpypreslist2/item" caption="등록번호^성명^주민등록번호^건진일자^상태^건진금액^추가금액^선택금액^단체금액^본인부담금액^조합금액^청구금액^청구여부^선택검사^추가검사^우편번호^주소^이메일^전화번호^핸드폰^부서^사번^관계^비고사항^예약시간" colsep="^" colwidth="110, 80, 120, 89, 80, 100, 100, 100, 100, 100, 100, 100, 60, 100, 200, 80, 250, 100, 100, 100, 100, 100, 100, 100, 100" explorerbar="sortshow" frozencols="5" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="50" rowsep="|" style="left:0px; top:330px; width:1190px; height:410px; ">
- <col checkvalue="Y,N" disabled="true" ref="pid"/>
- <col disabled="true" ref="hngnm"/>
- <col disabled="true" ref="rrgstno"/>
- <col ref="orddd" format="yyyy-mm-dd"/>
- <col disabled="true" ref="statflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/baseinfo/statlst/A0107">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="baseexamamt" format="#,###" style="text-align:right; "/>
- <col ref="addexamamt" format="#,###" style="text-align:right; "/>
- <col ref="choiamt" format="#,###" style="left:699px; top:23px; width:100px; height:23px; text-align:right; "/>
- <col ref="cmpyamt" format="#,###" style="text-align:right; "/>
- <col ref="ownbamt" format="#,###" style="text-align:right; "/>
- <col ref="payinsubamt" format="#,###" style="text-align:right; "/>
- <col ref="clamamt" style="text-align:right; "/>
- <col checkvalue="Y,N" disabled="true" ref="uncoflag" type="checkbox"/>
- <col disabled="true" ref="choiflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/baseinfo/choiflaglst/A0116">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="testcd"/>
- <col ref="zipcd"/>
- <col ref="detladdr"/>
- <col ref="email"/>
- <col ref="telno"/>
- <col ref="mpphon"/>
- <col ref="deptcd"/>
- <col ref="clntempid"/>
- <col ref="relacd"/>
- <col ref="remfact" type="input"/>
- <col ref="rsrvtm" visibility="hidden"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if( grd_ordlst.col == col_prcpcd ) {
- var idx = grd_ordlst.row;
- if( idx < 1) return ;
- fGetPkgCd("SMAHA00100", "A", "N","nm" , grd_ordlst.labelMatrix(idx, col_prcpcd) , "" , "", grd_ordlst.nodeset + "[" + idx + "]" , "Y");
- fCalcOrdAmt();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onendedit">
- <![CDATA[
- if( grd_ordlst.col == col_prcpcd ) {
- var idx = grd_ordlst.row;
- if( idx < 1) return ;
- fGetPkgCd("SMAHA00100", "A", "N","nm" , grd_ordlst.labelMatrix(idx, col_prcpcd) , "" , "", grd_ordlst.nodeset + "[" + idx + "]" , "Y");
- fCalcOrdAmt();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fCalcOrdAmt();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_ordlst.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:66px; x2:1191px; y2:66px; "/>
- <group id="group5" style="left:0px; top:9px; width:1193px; height:36px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption11" class="search_name" style="left:235px; top:8px; width:81px; height:17px; ">기준일자:</caption>
- <caption id="caption12" class="search_name" style="left:755px; top:8px; width:78px; height:17px; ">사업체 :</caption>
- <line id="line7" style="x1:1110px; y1:7px; x2:1110px; y2:27px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select1 id="rdo_srchcond" ref="/root/send/srchcond" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:340px; top:7px; width:165px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>예약</label>
- <value>C</value>
- </item>
- <item>
- <label>예약등록</label>
- <value>C1</value>
- </item>
- <item>
- <label>접수</label>
- <value>E</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_srchfromdd" ref="/root/send/srchfromdd" class="input_s_essential" inputtype="date" style="left:513px; top:7px; width:100px; height:19px; "/>
- <input id="ipt_srchtodd" ref="/root/send/srchtodd" class="input_s_essential" inputtype="date" style="left:630px; top:7px; width:100px; height:19px; "/>
- <input id="ipt_srchcmpycd" ref="/root/send/srchcmpycd" class="input_search" style="left:830px; top:7px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_selcmpy", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_selcmpy" class="icon_search" style="left:935px; top:7px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetComnCd("SMAHA00400", "08" , "nm", ipt_srchcmpycd.currentText ,ipt_srchcmpycd.attribute("ref"), opt_srchcmpynm.attribute("ref"));
- ]]>
- </script>
- </button>
- <output id="opt_srchcmpynm" ref="/root/send/srchcmpynm" class="output_fix" style="left:960px; top:7px; width:140px; height:19px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1123px; top:6px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetRsrvAcptList();
- fSetRcptSum();
- ]]>
- </script>
- </button>
- <caption id="caption19" class="search_n_b" style="left:616px; top:11px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <select1 id="cmb_srchhealexamdetlflag" ref="/root/send/srchhealexamdetlflag" class="combo_search" appearance="minimal" style="left:92px; top:8px; width:125px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/hedetlflaglst/A0069">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:5px; top:8px; width:86px; height:17px; ">건진구분 :</caption>
- <select id="chk_srchdateyn" ref="/root/send/srchdateyn" overflow="visible" appearance="full" style="left:317px; top:8px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- <line id="line2" class="line_1" style="x1:0px; y1:327px; x2:1191px; y2:327px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:151px; height:14px; ">단체현황</caption>
- <caption id="caption2" class="tit_2" style="left:0px; top:313px; width:151px; height:14px; ">상세현황</caption>
- <button id="btn_excel1" class="btn2_letter4" style="left:1127px; top:46px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_rsrvacptlst.saveExcel(fileName, "SheetName", true, true, "", "", false); //label내용 저장
- }
- ]]>
- </script>
- </button>
- <button id="btn_excel2" class="btn2_letter4" style="left:1127px; top:308px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_ordlst.saveExcel(fileName, "SheetName", true, true, "", "", false); //label내용 저장
- }
- ]]>
- </script>
- </button>
- </group>
- <button id="btn_prntseq" class="btn6_letter4" style="left:85px; top:762px; width:80px; height:22px; ">
- <caption>순서표</caption>
- </button>
- <button id="btn_prntlabel" class="btn6_letter4" style="left:167px; top:762px; width:80px; height:22px; ">
- <caption>라벨출력</caption>
- </button>
- <button id="btn_prntname" class="btn6_letter5" style="left:249px; top:762px; width:84px; height:22px; ">
- <caption>이름표출력</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|