123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- <?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>
- <list>
- <grid>
- <conreseryn/>
- <costuserid/>
- <usernm/>
- <rrgstno/>
- <hospnm/>
- <deptnm/>
- <stdhospnm/>
- <respstdyempno/>
- <stdusernm/>
- <subjno/>
- <subjnm/>
- <instcd/>
- <appdg/>
- <appdd/>
- <confpurcusedd/>
- <totcost/>
- <appaprvyn/>
- <incomeflag/>
- <suplamtincmtax/>
- <amtresdntax/>
- </grid>
- </list>
- <srch>
- <srchinstcd/>
- <userid/>
- <usernm/>
- <stdemplno/>
- <stdusernm/>
- <seldate/>
- <reqstartdd/>
- <reqenddd/>
- <supstartdd/>
- <supenddd/>
- <srchpayyn/>
- <srchreser/>
- <srchsubjno/>
- <srchsubjnm/>
- </srch>
- </main>
- <send>
- <data/>
- </send>
- <init>
- <baseinfo>
- <initinfo>
- <instcd/>
- <hospnm/>
- </initinfo>
- </baseinfo>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- rdoDate.value = "R";
- submit("TRIRZ00000");
-
- astfAddCombo("/root/init/baseinfo","instinfo","instcd,hospnm",",-전 체-");
-
- input_reqdt1.value = new Date().getDateFormat();
- input_reqdt2.value = new Date().getDateFormat().substring(0,6) + new Date().getMonthDay();
-
- fSearch();
- ]]>
- </script>
- <submission id="TRICU01606" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" replace="instance" resultref="/root/main/list"/>
- <submission id="TRIRZ00000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/init/baseinfo"/>
- </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/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript">
- <![CDATA[
- function astfAddCombo(combopath, parentnode, nodename, nodeval)
- {
- nodename = nodename.split(",");
- nodeval = nodeval.split(",");
- if(nodename.length != nodeval.length){
- return;
- }
-
- var label = model.instances(0).createElement(nodename[0]);
- var val = model.instances(0).createElement(nodename[1]);
- var combo = model.instances(0).createElement(parentnode);
- label.value = "" + nodeval[0] + "";
- val.value = "" + nodeval[1] + "";
-
- combo.appendChild(label);
- combo.appendChild(val);
-
- chkNode = model.instances(0).selectSingleNode(combopath);
- if(chkNode == null){
- model.makeNode(combopath);
- srcNode = model.instances(0).selectSingleNode(combopath);
- }else{
- srcNode = model.instances(0).selectSingleNode(combopath);
- }
-
- desNode = model.instances(0).selectSingleNode(combopath + "/" + parentnode);
-
- //cnt = model.getXPathValue("count(" + combopath + "/" + parentnode + ")");
- // alert(cnt);
- if(desNode == null){
- //messageBox("MIS 조회된 데이터가 없음===>", "E001");
- return 0;
- }else{
- srcNode.insertBefore(combo, desNode);
- //messageBox("MIS 조회된 데이터가 있음===>", "E001");
- }
- model.refresh();
- }
-
- function fSearch() {
- if (model.getValue("/root/main/srch/userid") != "")
- {
- model.setValue("/root/main/srch/stdemplno", "");
- model.setValue("/root/main/srch/stdusernm", "");
- model.setValue("/root/main/srch/srchinstcd", "");
- model.setValue("/root/main/srch/reqstartdd", "");
- model.setValue("/root/main/srch/reqenddd", "");
- model.setValue("/root/main/srch/supstartdd", "");
- model.setValue("/root/main/srch/supenddd", "");
- model.setValue("/root/main/srch/srchpayyn", "");
- model.setValue("/root/main/srch/srchreser", "");
- model.setValue("/root/main/srch/srchsubjno", "");
- model.setValue("/root/main/srch/srchsubjnm", "");
- }
-
- if (model.getValue("/root/main/srch/stdemplno") != "")
- {
- model.setValue("/root/main/srch/userid", "");
- model.setValue("/root/main/srch/usernm", "");
- model.setValue("/root/main/srch/srchinstcd", "");
- model.setValue("/root/main/srch/reqstartdd", "");
- model.setValue("/root/main/srch/reqenddd", "");
- model.setValue("/root/main/srch/supstartdd", "");
- model.setValue("/root/main/srch/supenddd", "");
- model.setValue("/root/main/srch/srchpayyn", "");
- model.setValue("/root/main/srch/srchreser", "");
- model.setValue("/root/main/srch/srchsubjno", "");
- model.setValue("/root/main/srch/srchsubjnm", "");
- }
-
- if (model.getValue("/root/main/srch/seldate") == "R")
- {
- if (model.getValue("/root/main/srch/reqstartdd") != "" && model.getValue("/root/main/srch/reqenddd") == "")
- {
- messageBox("신청일 종료일자를 선택해 주세요", "I");
- return;
- }
- else if (model.getValue("/root/main/srch/reqenddd") != "" && model.getValue("/root/main/srch/reqstartdd") == "")
- {
- messageBox("신청일 시작일자를 선택해 주세요", "I");
- return;
- }
- }
- else if (model.getValue("/root/main/srch/seldate") == "S")
- {
- if (model.getValue("/root/main/srch/supstartdd") != "" && model.getValue("/root/main/srch/supenddd") == "")
- {
- messageBox("지급일 종료일자를 선택해 주세요", "I");
- return;
- }
- else if (model.getValue("/root/main/srch/supenddd") != "" && model.getValue("/root/main/srch/supstartdd") == "")
- {
- messageBox("지급일 시작일자를 선택해 주세요", "I");
- return;
- }
- }
-
- if (((model.getValue("/root/main/srch/seldate") == "R" && model.getValue("/root/main/srch/reqstartdd") == "") || (model.getValue("/root/main/srch/seldate") == "S" && model.getValue("/root/main/srch/supstartdd") == "")) && model.getValue("/root/main/srch/srchinstcd") == "" && model.getValue("/root/main/srch/userid") == "" && model.getValue("/root/main/srch/stdemplno") == "" && model.getValue("/root/main/srch/srchpayyn") == "" && model.getValue("/root/main/srch/srchreser") == "" && model.getValue("/root/main/srch/srchsubjno") == "" && model.getValue("/root/main/srch/srchsubjnm") == "")
- {
- messageBox("하나 이상의 검색 조건을 선택해 주세요", "I");
- return;
- }
-
- model.copyNode("/root/send/data", "/root/main/srch");
- submit("TRICU01606", false);
- model.refresh();
- }
-
- function trim(data){
- return data.replace(/(^\s*)|(\s*$)/g, "");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <datagrid id="totalgrid" nodeset="/root/main/list/grid" caption="계약 연구원^사원번호^성명^주민번호^소속기관^부서명^참여역할^책임연구자^책임연구자^책임연구자^과제번호^과제명^해당병원^신청차수^신청일^지급일^신청총액^지급여부^소득구분^소득세^주민세|계약 연구원^사원번호^성명^주민번호^소속기관^부서명^참여역할^소속기관^사번^성명^과제번호^과제명^해당병원^신청차수^신청일^지급일^신청총액^지급여부^소득구분^소득세^주민세" colsep="^" colwidth="43, 65, 60, 60, 105, 116, 68, 105, 72, 70, 100, 100, 105, 35, 80, 80, 80, 35, 62, 80, 80" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:120px; width:1175px; height:631px; ">
- <col disabled="true" ref="conreseryn" type="combo" style="left:20px; top:63px; width:40px; height:23px; text-align:center; ">
- <choices>
- <item>
- <label>계약</label>
- <value>Y</value>
- </item>
- <item>
- <label/>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="costuserid" style="text-align:center; "/>
- <col ref="usernm" style="text-align:center; "/>
- <col ref="rrgstno" format="999999-9" style="text-align:center; "/>
- <col ref="hospnm" style="text-align:center; "/>
- <col ref="deptnm" style="text-align:center; "/>
- <col/>
- <col ref="stdhospnm" style="text-align:center; "/>
- <col ref="respstdyempno" style="text-align:center; "/>
- <col ref="stdusernm" style="text-align:center; "/>
- <col ref="subjno" style="text-align:center; "/>
- <col ref="subjnm"/>
- <col disabled="true" ref="instcd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/instinfo">
- <label ref="hospnm"/>
- <value ref="instcd"/>
- </itemset>
- </choices>
- </col>
- <col ref="appdg" style="text-align:center; "/>
- <col ref="appdd" format="9999-99-99" style="text-align:center; "/>
- <col ref="confpurcusedd" format="9999-99-99" style="text-align:center; "/>
- <col ref="totcost" format="(-)#,###" style="text-align:right; "/>
- <col disabled="true" ref="appaprvyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>지급</label>
- <value>Y</value>
- </item>
- <item>
- <label/>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="incomeflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>법인카드</label>
- <value>1</value>
- </item>
- <item>
- <label>개인신용카드</label>
- <value>2</value>
- </item>
- <item>
- <label>현금영수증</label>
- <value>3</value>
- </item>
- <item>
- <label>세금계산서</label>
- <value>4</value>
- </item>
- <item>
- <label>계산서</label>
- <value>5</value>
- </item>
- <item>
- <label>기타</label>
- <value>6</value>
- </item>
- <item>
- <label>근로소득</label>
- <value>7</value>
- </item>
- <item>
- <label>비과세 근로소득</label>
- <value>8</value>
- </item>
- <item>
- <label>퇴직소득</label>
- <value>9</value>
- </item>
- <item>
- <label>일용근로소득</label>
- <value>A</value>
- </item>
- <item>
- <label>사업소득</label>
- <value>B</value>
- </item>
- <item>
- <label>기타소득</label>
- <value>C</value>
- </item>
- </choices>
- </col>
- <col ref="suplamtincmtax" format="(-)#,###" style="text-align:right; "/>
- <col ref="amtresdntax" format="(-)#,###" style="text-align:right; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- /*
- //스크롤 조작시 온클릭 이벤트 안타도록
- if( isDataCell() ){
- if ( datagrid3.col == datagrid3.colRef("usernm") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("rrgstno1") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("rrgstno2") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("sosok") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("workplceaddr") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("cmpytelno") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("email") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("depor") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("bankcd") ) {
- datagrid3.editCell();
- //return;
- }
- if ( datagrid3.col == datagrid3.colRef("acntno") ) {
- datagrid3.editCell();
- //return;
- }
- model.setValue("/root/send/data1/subjid", model.getValue("/root/main/list/grid1[" + datagrid3.row + "]/subjid"));
- model.setValue("/root/send/data1/instcd", model.getValue("/root/main/list/grid1[" + datagrid3.row + "]/instcd"));
- model.setValue("/root/send/data1/userid", model.getValue("/root/main/list/grid1[" + datagrid3.row + "]/userid"));
- model.setValue("/root/send/enddd", model.getValue("/root/main/list/grid1[" + datagrid3.row + "]/enddd"));
-
- readfunc();
-
- if (datagrid3.rows > 0){
- button1.disabled = false;
- button2.disabled = false;
- btn_save.disabled = false;
- }
-
- }
-
- for(var j=1; j<datagrid2.rows; j++){
- for(var i=1; i<datagrid1.rows; i++){
- if ( model.getValue("/root/main/list2/grid2["+ i +"]/userid")== model.getValue("/root/main/list3/grid3["+ j +"]/userid") &&
- model.getValue("/root/main/list2/grid2["+ i +"]/paydd") == model.getValue("/root/main/list3/grid3["+ j +"]/paydd")) {
- model.setValue("/root/main/list2/grid2["+ i +"]/chk","Y");
- }
- }
- }
-
- model.refresh();
- */
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_3" style="x1:5px; y1:754px; x2:1180px; y2:754px; "/>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:5px; top:20px; width:1175px; height:65px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button2" class="btn1_letter2" style="left:1110px; top:29px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
-
- /*
- if(submit("TRIRM00201")){
- grd_acctinfolist.rebuildStyle();
- setRowStyle("grd_acctinfolist","3","Y","depoconflag","equal"); // mis에 저장구분 RowStyle변경
- for(var i = grd_acctinfolist.fixedRows;i < grd_acctinfolist.rows;i++){
- var depoconfdd = model.getValue("/root/main/acctinfo/acctinfolist["+i+"]/depoconfdd");
- if(depoconfdd ==""){
- btn_save.disabled = false;
- btn_send.disabled = false;
- }
- }
- }
- */
- ]]>
- </script>
- </button>
- <caption id="caption74" class="search_name" style="left:10px; top:30px; width:90px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">병원선택 :</caption>
- <caption id="caption1" class="search_name" style="left:10px; top:60px; width:90px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">사원번호 :</caption>
- <caption id="caption2" class="search_name" style="left:280px; top:60px; width:135px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">책임연구자 사번 :</caption>
- <input id="input_reqdt1" ref="/root/main/srch/reqstartdd" class="input_search" inputtype="date" format="yyyy-mm-dd" style="left:420px; top:30px; width:93px; height:19px; "/>
- <input id="input_supdt1" ref="/root/main/srch/supstartdd" class="input_search" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:420px; top:30px; width:93px; height:19px; "/>
- <input id="input_reqdt2" ref="/root/main/srch/reqenddd" class="input_search" inputtype="date" format="yyyy-mm-dd" style="left:535px; top:30px; width:93px; height:19px; "/>
- <input id="input_supdt2" ref="/root/main/srch/supenddd" class="input_search" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:535px; top:30px; width:93px; height:19px; "/>
- <button id="button1" class="icon_search" style="left:172px; top:63px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.load("../../../crc/comsubjweb/xrw/SPIMR00200_연구원조회.xrw","modal","code", "left:300px; top:300px; width:600px; height:540px;min:hidden;max:hidden;resize:false;");
- model.setValue("/root/main/srch/usernm", getParameter("usernm"));
- model.setValue("/root/main/srch/userid", getParameter("userid"));
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="input20" ref="/root/main/srch/userid" class="input_search" style="left:98px; top:60px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- fSearch();
- }
- ]]>
- </script>
- </input>
- <caption id="caption142" class="search_n_b" style="left:518px; top:34px; width:16px; height:13px; font-weight:bolder; ">~</caption>
- <input id="input1" ref="/root/main/srch/usernm" class="input_search" style="left:191px; top:60px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- fSearch();
- }
- ]]>
- </script>
- </input>
- <button id="button3" class="icon_search" style="left:516px; top:63px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.load("../../../crc/comsubjweb/xrw/SPIMR00200_연구원조회.xrw","modal","code", "left:300px; top:300px; width:600px; height:540px;min:hidden;max:hidden;resize:false;", "/root/send/searchwh", "/root/send/searchwh");
- model.setValue("/root/main/srch/stdemplno", getParameter("userid"));
- model.setValue("/root/main/srch/stdusernm", getParameter("usernm"));
-
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="input2" ref="/root/main/srch/stdemplno" class="input_search" style="left:420px; top:60px; width:93px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- fSearch();
- }
- ]]>
- </script>
- </input>
- <input id="input3" ref="/root/main/srch/stdusernm" class="input_search" style="left:535px; top:60px; width:93px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- fSearch();
- }
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:835px; top:60px; width:90px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">과제번호 :</caption>
- <caption id="caption4" class="search_name" style="left:835px; top:30px; width:88px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">과제명 :</caption>
- <input id="input4" ref="/root/main/srch/srchsubjno" class="input_search" style="left:925px; top:60px; width:175px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- fSearch();
- }
- ]]>
- </script>
- </input>
- <input id="input5" ref="/root/main/srch/srchsubjnm" class="input_search" style="left:925px; top:30px; width:175px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- fSearch();
- }
- ]]>
- </script>
- </input>
- <caption id="caption0" class="search_name" style="left:280px; top:32px; width:125px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; "/>
- <select1 id="rdoDate" ref="/root/main/srch/seldate" class="search_name" appearance="full" cols="2" overflow="visible" style="left:300px; top:32px; width:120px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>신청일</label>
- <value>R</value>
- </item>
- <item>
- <label>지급일</label>
- <value>S</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (rdoDate.value == "S")
- {
- input_reqdt1.attribute("visibility") = "hidden";
- input_reqdt2.attribute("visibility") = "hidden";
- input_supdt1.attribute("visibility") = "";
- input_supdt2.attribute("visibility") = "";
- }
- else if (rdoDate.value == "R")
- {
- input_reqdt1.attribute("visibility") = "";
- input_reqdt2.attribute("visibility") = "";
- input_supdt1.attribute("visibility") = "hidden";
- input_supdt2.attribute("visibility") = "hidden";
- }
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="search_name" style="left:645px; top:30px; width:101px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">지급여부 :</caption>
- <caption id="caption6" class="search_name" style="left:645px; top:60px; width:99px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">계약연구원 :</caption>
- <caption id="caption120" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">인건비 현황 조회</caption>
- <select1 id="combo1" ref="/root/main/srch/srchpayyn" class="combo_search" appearance="minimal" editmode="inputsearch" style="left:750px; top:30px; width:75px; height:19px; ">
- <choices>
- <item>
- <label>- 전 체 -</label>
- <value/>
- </item>
- <item>
- <label>지급</label>
- <value>Y</value>
- </item>
- <item>
- <label>미지급</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <select1 id="combo64" ref="/root/main/srch/srchinstcd" class="combo_search" appearance="minimal" editmode="inputsearch" style="left:98px; top:30px; width:163px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/instinfo">
- <label ref="hospnm"/>
- <value ref="instcd"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="combo2" ref="/root/main/srch/srchreser" class="input_search" appearance="minimal" style="left:750px; top:60px; width:75px; height:19px; ">
- <choices>
- <item>
- <label>- 전 체 -</label>
- <value/>
- </item>
- <item>
- <label>계약</label>
- <value>Y</value>
- </item>
- <item>
- <label>일반</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <button id="btn_excel" class="btn2_letter3" style="left:1112px; top:97px; width:53px; height:19px; ">
- <caption>Excel</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var getDate = new Date().getDateFormat();
- var fileName = window.fileDialog("save",",",false,"연구원인건비현황_" + getDate,"xls","All Files(*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if(fileName !=""){
- totalgrid.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|