123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387 |
- <?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>
- <capaadjtcnfmlist/>
- </main>
- <send>
- <condition>
- <yy/>
- </condition>
- <capaadjtcnfmlist/>
- <status>ALL</status>
- </send>
- <init/>
- <hidden>
- </hidden>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRRTC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/main/capaadjtcnfmlist"/>
- <submission id="TXRTC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/capaadjtcnfmlist" resultref="/root/temp"/>
- <submission id="TXRTC00702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/temp"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //사용자 권한
- fCheckAuth();
-
- // 그리드 초기화
- misfGridInit(grd_capaadjtcnfmlist);
-
- misfMsterDetailSet(grd_capaadjtcnfmlist, null, "TRRTC00701", "Y");
-
- var today = getCurrentDate();
- var cur_yy = parseInt(today.substring(0, 4));
-
- //cur_yy = cur_yy + 1;
-
- model.setValue("/root/send/condition/yy", cur_yy);
- ipt_yy.refresh();
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_search.disabled = !checkAuth("R") ;
- btn_save.disabled = !checkAuth("X") ;
- btn_copy.disabled = !(checkAuth("X"));
- }
-
- function fRecalculate() {
-
- for ( var i = 6; i < grd_capaadjtcnfmlist.cols; i++) {
- grd_capaadjtcnfmlist.colHidden(i) = true;
- }
- switch ( model.getValue("/root/send/status") ) {
- case "ALL": // 전체
- for ( var i = 6; i < grd_capaadjtcnfmlist.cols; i++) {
- grd_capaadjtcnfmlist.colwidth(i) = 27;
- grd_capaadjtcnfmlist.colHidden(i) = false;
- }
- break;
-
- case "INST": // 기관
- grd_capaadjtcnfmlist.colwidth(6) = 100;
- grd_capaadjtcnfmlist.colwidth(10) = 100;
- grd_capaadjtcnfmlist.colwidth(14) = 100;
- grd_capaadjtcnfmlist.colwidth(18) = 100;
- grd_capaadjtcnfmlist.colwidth(22) = 100;
- grd_capaadjtcnfmlist.colwidth(26) = 100;
- grd_capaadjtcnfmlist.colwidth(30) = 100;
- grd_capaadjtcnfmlist.colwidth(34) = 100;
- grd_capaadjtcnfmlist.colwidth(38) = 100;
- grd_capaadjtcnfmlist.colwidth(42) = 100;
- grd_capaadjtcnfmlist.colHidden(6) = false;
- grd_capaadjtcnfmlist.colHidden(10) = false;
- grd_capaadjtcnfmlist.colHidden(14) = false;
- grd_capaadjtcnfmlist.colHidden(18) = false;
- grd_capaadjtcnfmlist.colHidden(22) = false;
- grd_capaadjtcnfmlist.colHidden(26) = false;
- grd_capaadjtcnfmlist.colHidden(30) = false;
- grd_capaadjtcnfmlist.colHidden(34) = false;
- grd_capaadjtcnfmlist.colHidden(38) = false;
- grd_capaadjtcnfmlist.colHidden(42) = false;
- break;
- case "ORDDEPT":
- grd_capaadjtcnfmlist.colwidth(7) = 100;
- grd_capaadjtcnfmlist.colwidth(11) = 100;
- grd_capaadjtcnfmlist.colwidth(15) = 100;
- grd_capaadjtcnfmlist.colwidth(19) = 100;
- grd_capaadjtcnfmlist.colwidth(23) = 100;
- grd_capaadjtcnfmlist.colwidth(27) = 100;
- grd_capaadjtcnfmlist.colwidth(31) = 100;
- grd_capaadjtcnfmlist.colwidth(35) = 100;
- grd_capaadjtcnfmlist.colwidth(39) = 100;
- grd_capaadjtcnfmlist.colwidth(43) = 100;
-
- grd_capaadjtcnfmlist.colHidden(7) = false;
- grd_capaadjtcnfmlist.colHidden(11) = false;
- grd_capaadjtcnfmlist.colHidden(15) = false;
- grd_capaadjtcnfmlist.colHidden(19) = false;
- grd_capaadjtcnfmlist.colHidden(23) = false;
- grd_capaadjtcnfmlist.colHidden(27) = false;
- grd_capaadjtcnfmlist.colHidden(31) = false;
- grd_capaadjtcnfmlist.colHidden(35) = false;
- grd_capaadjtcnfmlist.colHidden(39) = false;
- grd_capaadjtcnfmlist.colHidden(43) = false;
- break;
- case "CONFIRM":
- grd_capaadjtcnfmlist.colwidth(8) = 50;
- grd_capaadjtcnfmlist.colwidth(12) = 50;
- grd_capaadjtcnfmlist.colwidth(16) = 50;
- grd_capaadjtcnfmlist.colwidth(20) = 50;
- grd_capaadjtcnfmlist.colwidth(24) = 50;
- grd_capaadjtcnfmlist.colwidth(28) = 50;
- grd_capaadjtcnfmlist.colwidth(32) = 50;
- grd_capaadjtcnfmlist.colwidth(36) = 50;
- grd_capaadjtcnfmlist.colwidth(40) = 50;
- grd_capaadjtcnfmlist.colwidth(44) = 50;
-
- grd_capaadjtcnfmlist.colHidden(8) = false;
- grd_capaadjtcnfmlist.colHidden(12) = false;
- grd_capaadjtcnfmlist.colHidden(16) = false;
- grd_capaadjtcnfmlist.colHidden(20) = false;
- grd_capaadjtcnfmlist.colHidden(24) = false;
- grd_capaadjtcnfmlist.colHidden(28) = false;
- grd_capaadjtcnfmlist.colHidden(32) = false;
- grd_capaadjtcnfmlist.colHidden(36) = false;
- grd_capaadjtcnfmlist.colHidden(40) = false;
- grd_capaadjtcnfmlist.colHidden(44) = false;
- grd_capaadjtcnfmlist.colwidth(9) = 50;
- grd_capaadjtcnfmlist.colwidth(13) = 50;
- grd_capaadjtcnfmlist.colwidth(17) = 50;
- grd_capaadjtcnfmlist.colwidth(21) = 50;
- grd_capaadjtcnfmlist.colwidth(25) = 50;
- grd_capaadjtcnfmlist.colwidth(29) = 50;
- grd_capaadjtcnfmlist.colwidth(33) = 50;
- grd_capaadjtcnfmlist.colwidth(37) = 50;
- grd_capaadjtcnfmlist.colwidth(41) = 50;
- grd_capaadjtcnfmlist.colwidth(45) = 50;
-
- grd_capaadjtcnfmlist.colHidden(9) = false;
- grd_capaadjtcnfmlist.colHidden(13) = false;
- grd_capaadjtcnfmlist.colHidden(17) = false;
- grd_capaadjtcnfmlist.colHidden(21) = false;
- grd_capaadjtcnfmlist.colHidden(25) = false;
- grd_capaadjtcnfmlist.colHidden(29) = false;
- grd_capaadjtcnfmlist.colHidden(33) = false;
- grd_capaadjtcnfmlist.colHidden(37) = false;
- grd_capaadjtcnfmlist.colHidden(41) = false;
- grd_capaadjtcnfmlist.colHidden(45) = false;
- break;
- default:
- // do nothing here
- break;
- } // end switch
-
-
- return;
- /*
- grd_capaadjtcnfmlist.subtotalPosition = "below";
- grd_capaadjtcnfmlist.multitotals=true;
- grd_capaadjtcnfmlist.subtotal("clear", 0, 0);
- grd_capaadjtcnfmlist.subtotal("sum", 43, 2 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 3 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 4 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 5 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 6 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 7 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 8 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 9 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 10, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 11, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 12, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 13, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 14, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 15, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 16, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 17, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 18, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 19, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 20, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 21, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 22, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 23, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 24, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 25, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 26, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 27, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 28, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 29, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 30, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 31, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 32, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 33, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 34, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 35, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 36, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 37, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 38, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 39, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 40, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 41, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- grd_capaadjtcnfmlist.subtotal("sum", 43, 42, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
- */
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">정원조정 및 확정</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:19px; width:86px; height:17px; ">년 도 :</caption>
- <button id="btn_search" class="btn1_letter2" navindex="3" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //필수 입력 항목 체크(공통 ftHelper.js)
- if ( !isRequiredControls("ipt_yy") ) {
- return false;
- }
- misfMsterDetailRetrieve();
- fRecalculate();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <line id="line207" class="line_1" style="x1:0px; y1:70px; x2:1195px; y2:70px; "/>
- <datagrid id="grd_capaadjtcnfmlist" nodeset="/root/main/capaadjtcnfmlist" caption="진료과^기준인원^yy^deptcd^gubun^성모병원^성모병원^성모병원^성모병원^서울성모병원^서울성모병원^서울성모병원^서울성모병원^의정부성모병원^의정부성모병원^의정부성모병원^의정부성모병원^부천성모병원^부천성모병원^부천성모병원^부천성모병원^성바오로병원^성바오로병원^성바오로병원^성바오로병원^인천성모병원^인천성모병원^인천성모병원^인천성모병원^성빈센트병원^성빈센트병원^성빈센트병원^성빈센트병원^대전성모병원^대전성모병원^대전성모병원^대전성모병원^청주성모병원^청주성모병원^청주성모병원^청주성모병원^창원파티마병원^창원파티마병원^창원파티마병원^창원파티마병원^합계^합계^합계^합계|진료과^기준인원^yy^deptcd^gubun^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인|진료과^기준인원^yy^deptcd^gubun^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인" colsep="^" colwidth="94, 30, 48, 30, 37, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 28, 28, 28, 28" dataheight="25" extendlastcol="scroll" frozencols="5" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="100" rowsep="|" style="left:0px; top:74px; width:1195px; height:660px; ">
- <col ref="deptnm"/>
- <col ref="basepsnno" style="text-align:center; "/>
- <col ref="yy" visibility="hidden"/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="gubun" visibility="hidden"/>
- <col ref="inst011" style="text-align:center; "/>
- <col ref="dept011" style="text-align:center; "/>
- <col ref="adjt011" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm011" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst012" style="text-align:center; "/>
- <col ref="dept012" style="text-align:center; "/>
- <col ref="adjt012" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm012" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst013" style="text-align:center; "/>
- <col ref="dept013" style="text-align:center; "/>
- <col ref="adjt013" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm013" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst014" style="text-align:center; "/>
- <col ref="dept014" style="text-align:center; "/>
- <col ref="adjt014" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm014" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst015" style="text-align:center; "/>
- <col ref="dept015" style="text-align:center; "/>
- <col ref="adjt015" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm015" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst016" style="text-align:center; "/>
- <col ref="dept016" style="text-align:center; "/>
- <col ref="adjt016" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm016" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst017" style="text-align:center; "/>
- <col ref="dept017" style="text-align:center; "/>
- <col ref="adjt017" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm017" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst018" style="text-align:center; "/>
- <col ref="dept018" style="text-align:center; "/>
- <col ref="adjt018" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm018" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst201" style="text-align:center; "/>
- <col ref="dept201" style="text-align:center; "/>
- <col ref="adjt201" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm201" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="inst217" style="text-align:center; "/>
- <col ref="dept217" style="text-align:center; "/>
- <col ref="adjt217" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="cnfm217" type="input" format="999" showmask="true" style="text-align:center; "/>
- <col ref="insttot" style="text-align:center; "/>
- <col ref="depttot" style="text-align:center; "/>
- <col ref="adjttot" style="text-align:center; "/>
- <col ref="cnfmtot" style="text-align:center; "/>
- <col ref="trngflag" visibility="hidden"/>
- <script type="javascript" ev:event="onendedit">
- <![CDATA[
- // 합계를 구한다.
- fRecalculate();
- ]]>
- </script>
- </datagrid>
- <input id="ipt_yy" ref="/root/send/condition/yy" class="input_s_essential" navindex="1" format="9999" showmask="true" style="left:100px; top:18px; width:100px; height:19px; "/>
- <button id="btn_copy" class="btn2_letter6" navindex="99" style="left:1108px; top:48px; width:86px; height:19px; ">
- <caption>전년도 copy</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //필수 입력 항목 체크(공통 ftHelper.js)
- if ( !isRequiredControls("ipt_yy") ) {
- return false;
- }
-
- var retMes = messageBox("전년도 Copy 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
-
- misfSave("TXRTC00702");
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- <select1 id="rad_status" ref="/root/send/status" navindex="2" appearance="full" cols="4" overflow="visible" style="left:225px; top:19px; width:270px; height:25px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>ALL</value>
- </item>
- <item>
- <label>기관</label>
- <value>INST</value>
- </item>
- <item>
- <label>교실</label>
- <value>ORDDEPT</value>
- </item>
- <item>
- <label>조정/승인</label>
- <value>CONFIRM</value>
- </item>
- </choices>
- </select1>
- <button id="button4" class="btn2_letter4" style="left:1041px; top:48px; width:64px; height:19px; vertical-align:bottom; ">
- <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_capaadjtcnfmlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line11" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- <button id="btn_save" class="btn4_letter2" navindex="98" style="left:1124px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("저장 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
-
- var updtdata = getGridUpdateData(grd_capaadjtcnfmlist);
- if (updtdata == "" ) {
- messageBox("변경된 데이터가","I004");
- return;
- }
-
- misfSave("TXRTC00701");
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|