123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
- <?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>
- <dutdeptlist/>
- <deptlist/>
- <dutbasecdlist/>
- <deptdutcdlist/>
- </main>
- <init/>
- <send>
- <instcd/>
- <deptcd/>
- <deptnm/>
- <deptdutcdlist/>
- <deptlist/>
- <schedeptcd/>
- </send>
- <hidden/>
- <temp/>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/dligclaznsmngtweb/js/RPD001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRRPD03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/dutbasecdlist"/>
- <submission id="TRRPD03902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/deptdutcdlist"/>
- <submission id="TXRPD03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- var ALL_CHECKED = false;
- var fcount =1;
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize()
- {
- model.removeNodeset("/root/main/deptlist");
- model.removeNodeset("/root/main/dutbasecdlist");
- model.removeNodeset("/root/main/deptdutcdlist");
- model.removeNodeset("/root/main/dutdeptlist");
- model.resetInstanceNode("/root/send");
- misfGridInit(grd_deptlist);
- misfGridInit(grd_dutbasecdlist);
- misfGridInit(grd_deptdutcdlist);
- misfGridInit(grd_dutdeptlist);
- misfMsterDetailSet(grd_dutbasecdlist, null, "TRRPD03901", "N");
- misfMsterDetailSet(grd_deptdutcdlist, null, "TRRPD03902", "Y");
- misfMsterDetailSet(grd_deptlist, null, "TRRPD03902", "Y");
-
- grd_dutbasecdlist.rowheight(0) = 35;
- grd_deptdutcdlist.rowheight(0) = 35;
-
- // misfComboComCdListMulti("Z0007","cmb_instcd");
- misfComboInstCdListMulti("cmb_instcd", getCurrentDate(),"","N");
- misfGetAndSetUserInfo();
- misfGetUserAuth();
-
- rpdfComboCdList(cmb_dutplce); // 권한별 근무부서 세팅
- rpdfSetDutUnitCombo();
-
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/deptcd", DUT_UNIT_CD);
- model.setValue("/root/send/deptnm", DUT_UNIT_NM);
-
- if( DUTY_PART_YN == "Y" ) {
- ;
- }
- else {
- ipt_dutdeptcd.disabled = true;
- ipt_dutdeptnm.disabled = true;
- }
-
-
- if(getUserInfo("dutplceinstcd") == "001" && DUTY_PART_YN == "Y")
- {
- cmb_instcd.disabled = false;
- }
- else
- {
- cmb_instcd.disabled = true;
- }
-
- submit("TRRPD03901");
-
- btn_search.dispatch("DOMActivate");
-
- //화면 권한 설정
- btn_search.disabled = !(checkAuth("R"));
-
- model.refresh();
- }
-
- function fRetrieve()
- {
- var updtdata = getGridUpdateData(grd_deptdutcdlist);
-
- if ( updtdata != "") {
- var ret = messageBox("그리드에 작업 중인 내용이 있습니다. 조회 작업을","Q003");
- if (ret != 6) { // not OK
- return;
- }
- }
- //근무부서 필수체크
- var null_check = ipt_dutdeptcd.value;
- if( null_check=="")
- {
- messageBox("근무부서는","I003");
- return;
- }
- submit("TRRPD03902");
- var deptdutcdlist_rowcnt = grd_deptdutcdlist.rows;
- }
-
- function fSave()
- {
- var updtdata = getGridUpdateData(grd_deptdutcdlist);
-
- if (updtdata == "" )
- {
- messageBox("변경된 데이터가","I004");
- return;
- }
-
- var null_check1 = "";
- var null_chech2 = "";
-
- for(var i=1;i<=grd_deptdutcdlist.rows-1;i++)
- {
- null_check1 = model.getValue(grd_deptdutcdlist.attribute("nodeset") + "[" + i + "]/deptcd");
- null_check2 = model.getValue(grd_deptdutcdlist.attribute("nodeset") + "[" + i + "]/dutcd");
- if(null_check1 =="")
- {
- messageBox("부서코드는", "I003");
- return;
- }
- else if(null_check2 == "")
- {
- messageBox("근무코드는", "I003");
- return;
- }
- }
- grd_deptlist.addRow();
- grd_deptlist.valueMatrix(grd_deptlist.row, grd_deptlist.colRef("deptcd")) = ipt_dutdeptcd.value;
- grd_deptlist.valueMatrix(grd_deptlist.row, grd_deptlist.colRef("deptnm")) = ipt_dutdeptnm.value;
- misfSave("TXRPD03901");
-
- for(var i=1; i<grd_dutbasecdlist.rows; i++)
- {
- grd_dutbasecdlist.valueMatrix(i, grd_dutbasecdlist.colRef("check")) = "N";
- }
-
- btn_search.dispatch("DOMActivate");
- grd_dutbasecdlist.rebuild();
- misfGridInit(grd_deptlist);
- model.refresh();
- }
-
- function fSetDeptPrCodeReg()
- {
- //근무부서 필수체크
- if(ipt_dutdeptcd.value == "")
- {
- messageBox("근무부서는","I003");
- return;
- }
- for(var i=1; i<grd_dutbasecdlist.rows; i++)
- {
- if(grd_dutbasecdlist.valueMatrix(i, grd_dutbasecdlist.colRef("check")) == "Y")
- {
- var sDutCd = grd_dutbasecdlist.valueMatrix(i, grd_dutbasecdlist.colRef("dutcd"));
- var iDupCnt = 0;
- for(var k=1; k<grd_deptdutcdlist.rows; k++)
- {
- if(grd_deptdutcdlist.valueMatrix(k, grd_deptdutcdlist.colRef("dutcd")) == sDutCd)
- iDupCnt++;
- }
- if(iDupCnt > 0)
- {
- continue;
- }
- grd_deptdutcdlist.addRow();
- model.setValue("/root/main/deptdutcdlist[" + grd_deptdutcdlist.row + "]/deptcd", ipt_dutdeptcd.value);
- model.setValue("/root/main/deptdutcdlist[" + grd_deptdutcdlist.row + "]/deptnm", ipt_dutdeptnm.value);
- model.setValue("/root/main/deptdutcdlist[" + grd_deptdutcdlist.row + "]/instcd", model.getValue("/root/main/dutbasecdlist[" + i + "]/instcd"));
- model.setValue("/root/main/deptdutcdlist[" + grd_deptdutcdlist.row + "]/dutcd", model.getValue("/root/main/dutbasecdlist[" + i + "]/dutcd"));
- model.setValue("/root/main/deptdutcdlist[" + grd_deptdutcdlist.row + "]/dutnm", model.getValue("/root/main/dutbasecdlist[" + i + "]/dutnm"));
- var iPos = 0;
- if(grd_deptdutcdlist.rows > 27)
- {
- iPos = (grd_deptdutcdlist.rows - 27) * 30;
- }
- grd_deptdutcdlist.vscroll.attribute("pos") = (iPos).toString();
- }
- }
- model.refresh();
- }
-
- function fSetInitialize()
- {
- var updtdata = getGridUpdateData(grd_deptdutcdlist);
-
- if (updtdata != "")
- {
- var ret = messageBox("그리드에 작업 중인 내용이 있습니다. 초기화 작업을","Q003");
-
- if (ret != 6)
- { // not OK
- return;
- }
- }
- fInitialize();
- }
- function fAddRow()
- {
- if(ipt_dutdeptcd.value == "")
- {
- messageBox("근무부서가","I004");
- return;
- }
-
- misfGridIUD(grd_deptdutcdlist,"A");
- grd_deptdutcdlist.editCell();
- grd_deptdutcdlist.col = 1;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">부서별근무형태코드관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
- <button id="btn_excadd" class="btn2_letter4" visibility="hidden" style="left:953px; top:48px; width:64px; height:19px; text-align:left; ">
- <caption>엑셀입력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("open", ",", false, "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- grd_deptdutcdlist.loadExcel(fileName);
- model.removenode("/root/main/deptdutcdlist[1]");
- grd_deptdutcdlist.rebuild();
- for(var i =1 ; i < grd_deptdutcdlist.rows; i++)
- {
- grd_deptdutcdlist.addStatus(i,"insert");
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_excsave" class="btn2_letter4" style="left:1128px; top:48px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_deptdutcdlist);
- ]]>
- </script>
- </button>
- <datagrid id="grd_dutbasecdlist" nodeset="/root/main/dutbasecdlist" class="text_center" caption="선택^기관코드^근무코드^근무명칭^근무시작시간^근무종료시간^비 고" colsep="^" colwidth="33, 100, 41, 270, 55, 55, 290" dataheight="25" frozencols="3" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:73px; width:590px; height:651px; ">
- <col checkvalue="Y,N" ref="check" type="checkbox"/>
- <col ref="instcd" visibility="hidden"/>
- <col disabled="true" ref="dutcd" style="text-align:left; "/>
- <col disabled="true" ref="dutnm" style="text-align:left; "/>
- <col disabled="true" ref="dutfromtm" format="99:99"/>
- <col disabled="true" ref="duttotm" format="99:99"/>
- <col disabled="true" ref="cmt" style="text-align:left; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(grd_dutbasecdlist.col == grd_dutbasecdlist.colRef("check") && grd_dutbasecdlist.row < grd_dutbasecdlist.fixedRows)
- {
- var Yn = "N";
-
- if(!ALL_CHECKED) Yn = "Y";
- for(var i=1; i<grd_dutbasecdlist.rows; i++)
- {
- grd_dutbasecdlist.valueMatrix(i, grd_dutbasecdlist.colRef("check")) = Yn;
- }
- ALL_CHECKED = (!ALL_CHECKED) ? true : false;
- }
- ]]>
- </script>
- </datagrid>
- <group id="group2" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1195px; height:35px; "/>
- <line id="line13" class="line_4" style="top:7; x1:1110px; y1:7px; x2:1110px; y2:29px; border-left-style:solid; "/>
- <caption id="caption1" class="search_name" style="left:275px; top:10px; width:91px; height:17px; ">근무부서 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fRetrieve();
- ]]>
- </script>
- </button>
- <input id="ipt_dutdeptcd" ref="/root/send/deptcd" class="input_s_essential" maxlength="10" style="left:366px; top:9px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm", cmb_instcd.value, "instcd");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_dutdeptnm" ref="/root/send/deptnm" class="input_search" style="left:475px; top:9px; width:140px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm", cmb_instcd.value, "instcd");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_dutdept" class="icon_search" style="left:455px; top:12px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("02", ipt_dutdeptcd, "", "deptcd,deptnm", cmb_instcd.value, "instcd");
-
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <select1 id="cmb_dutplce" ref="/root/send/deptcd" class="combo" visibility="visible" appearance="minimal" style="left:734px; top:9px; width:181px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/deptnm", cmb_dutplce.label);
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="search_name" style="left:645px; top:10px; width:90px; height:17px; ">관리부서 :</caption>
- <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:102px; top:8px; width:153px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- submit("TRRPD03901");
- ]]>
- </script>
- </select1>
- <caption id="caption8" class="search_name" style="left:14px; top:9px; width:86px; height:17px; ">소속기관 :</caption>
- </group>
- <caption id="caption20" class="tit_2" style="left:640px; top:54px; width:151px; height:13px; ">부서별 코드등록</caption>
- <line id="line8" class="line_1" style="x1:636px; y1:69px; x2:1194px; y2:69px; "/>
- <line id="line7" class="line_1" style="x1:0px; y1:69px; x2:589px; y2:70px; "/>
- <caption id="caption25" class="tit_2" style="left:5px; top:54px; width:151px; height:14px; ">근무기초코드</caption>
- <button id="btn_grdadd" class="btn2_letter3" style="left:1018px; top:48px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAddRow();
- ]]>
- </script>
- </button>
- <button id="btn_grddel" class="btn2_letter3" style="left:1073px; top:48px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_deptdutcdlist,"D");
- model.refresh();
- ]]>
- </script>
- </button>
- <img id="btn_right" class="icon_right" style="left:600px; top:275px; width:26px; height:19px; background-stretch:stretch; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSetDeptPrCodeReg();
- ]]>
- </script>
- </img>
- <img id="btn_left" class="icon_left" visibility="hidden" style="left:600px; top:305px; width:26px; height:19px; background-stretch:stretch; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_deptdutcdlist.deleteRow(grd_deptdutcdlist.row);
- model.refresh();
- ]]>
- </script>
- </img>
- <datagrid id="grd_deptdutcdlist" nodeset="/root/main/deptdutcdlist" class="text_center" overflow="scroll" scroll="auto" caption="기관코드^부서코드^부서명^근무코드^근무코드명^정렬순서^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시" colsep="^" colwidth="-2, 90, 110, 58, 210, 35, 100, 100, 100, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:635px; top:74px; width:560px; height:651px; ">
- <col ref="instcd" visibility="hidden"/>
- <col disabled="true" ref="deptcd" type="inputbutton"/>
- <col disabled="true" ref="deptnm" type="input" style="text-align:left; "/>
- <col disabled="true" ref="dutcd" type="inputbutton" style="text-align:left; "/>
- <col disabled="true" ref="dutnm" type="input" style="text-align:left; "/>
- <col ref="sortseq" type="input"/>
- <col ref="fstrgstrid" visibility="hidden"/>
- <col ref="fstrgstdt" visibility="hidden"/>
- <col ref="lastupdtrid" visibility="hidden"/>
- <col ref="lastupdtdt" visibility="hidden" style="left:905px; top:23px; width:100px; height:23px; "/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if (grd_deptdutcdlist.col == grd_deptdutcdlist.colRef("deptcd"))
- { //부서코드 버튼을 눌렀을 때
- misfOpenPopUpList("02", grd_deptdutcdlist, "", "deptcd,deptnm");
- }
- else if(grd_deptdutcdlist.col == grd_deptdutcdlist.colRef("dutcd"))
- { //근무코드 버튼을 눌렀을 때
- misfOpenPopUpList("09", grd_deptdutcdlist, "", "dutcd,dutnm", cmb_instcd.value, "instcd");
- }
-
- model.refresh();
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- if (grd_deptdutcdlist.col == grd_deptdutcdlist.colRef("deptcd") || grd_deptdutcdlist.col == grd_deptdutcdlist.colRef("deptnm") )
- {//부서코드 입력시
- misfValidationCheck("02", "", "deptcd,deptnm");
- }
- else if(grd_deptdutcdlist.col == grd_deptdutcdlist.colRef("dutcd") || grd_deptdutcdlist.col == grd_deptdutcdlist.colRef("dutnm"))
- { //근무코드 입력시
- misfValidationCheck("09", "", "dutcd,dutnm");
- }
-
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <output id="opt_msg" style="left:0px; top:724px; width:1194; height:19px; "/>
- <datagrid id="grd_dutdeptlist" nodeset="/root/main/dutdeptlist" visibility="hidden" caption="선택^부서코드^부서명" colsep="^" colwidth="37, 81, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:10px; top:605px; width:240px; height:101px; ">
- <col checkvalue="Y,N" ref="check" type="checkbox"/>
- <col ref="deptcd" type="inputbutton"/>
- <col ref="deptnm"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- /*
- misfGridInit(grd_deptlist);
- var recv_list = "check,deptcd,deptnm";
- misfOpenPopUpList("08", grd_deptlist,"",recv_list);
- model.setValue("/root/send/dutdeptcd",grd_dutdeptlist.valueMatrix(1,1));
- model.setValue("/root/send/dutdeptnm",grd_dutdeptlist.valueMatrix(1,2));
-
- dutdeptlist_rowcnt = grd_dutdeptlist.rows;
- for( var i = 1 ; i< dutdeptlist_rowcnt ; i++)
- {
- grd_dutdeptlist.addStatus(i,"insert");
- }
- model.setValue("/root/send/deptlist",grd_deptlist.getUpdateData());
-
- model.refresh();
- */
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_deptlist" nodeset="/root/main/deptlist" visibility="hidden" caption="선택^부서코드^부서명" colsep="^" colwidth="37, 90, 207" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:635px; top:585px; width:370px; height:140px; ">
- <col checkvalue="Y,N" ref="check" type="checkbox" visibility="hidden"/>
- <col ref="deptcd" type="inputbutton"/>
- <col ref="deptnm"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- misfGridInit(grd_deptlist);
- grd_deptlist.addRow();
- misfOpenPopUpList("08", grd_deptlist, "", "check,deptcd,deptnm");
-
- model.refresh();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
- <line id="line1" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="btn_clear" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetInitialize();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1070px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
- ]]>
- </script>
- </button>
- <button id="btn_choideptsave" class="btn4_letter6" style="left:850px; top:3px; width:104px; height:22px; ">
- <caption>선택부서설정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_deptlist.dispatch("onbuttonclick")
- btn_showchoidept.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <button id="btn_showchoidept" class="btn4_letter6" style="left:955px; top:3px; width:104px; height:22px; ">
- <caption>선택부서보기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(grd_deptlist.attribute("visibility") == "visible")
- {
- grd_deptlist.attribute("visibility") = "hidden";
- btn_showchoidept.attribute("text") = "선택부서보기";
- }
- else
- {
- grd_deptlist.attribute("visibility") = "visible";
- btn_showchoidept.attribute("text") = "선택부서닫기";
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|