123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- <?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>
- <inot>
- <inotlist/>
- </inot>
- <iodt>
- <iodtlist/>
- </iodt>
- </list>
- </main>
- <send>
- <inot>
- <valuyy/>
- <instcd/>
- <valuclscd>01</valuclscd>
- <valumdlcd>001</valumdlcd>
- <valuclsdetlcd>001</valuclsdetlcd>
- <numberflag>04600</numberflag>
- </inot>
- <iodt>
- <valuyy/>
- <instcd/>
- <valuclscd/>
- <valumdlcd/>
- <valuclsdetlcd/>
- <deptcd/>
- </iodt>
- <dept>
- <refcond>deptcd</refcond>
- <deptcd/>
- <instcd/>
- </dept>
- <save>
- <inotlist/>
- <iodt/>
- </save>
- <workgbn/>
- <targdeptcd/>
- </send>
- <init>
- <inoutflag>
- <code>A</code>
- <cdnm>전체</cdnm>
- <code>I</code>
- <cdnm>내부</cdnm>
- <code>O</code>
- <cdnm>외부</cdnm>
- </inoutflag>
- <depttemp>
- <deptcd/>
- </depttemp>
- </init>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setFocus("btn_search");
- /* Grid 초기화 */
- misfGridInit(grd_inot);
- misfGridInit(grd_iodt);
-
- /* Submit의 ref에 참조 될 Node들은 꼭 Instance에 생성 해야 함.*/
- /* Grid의 Mater, Detail관계 설정
- misfMsterDetailSet(관계설정할 Grid, Mater가 될 Grid, submit ID, 저장여부) */
- misfMsterDetailSet(grd_inot,null, "TRRPV04601" ,"Y");
- misfMsterDetailSet(grd_iodt,grd_inot, "TRRPV04602" ,"Y");
- var curdate = getCurrentDate();
- model.setValue(ipt_valuyy.attribute("ref") , curdate.substr(0, 4));
-
- rpvfComboInstCdList("cmb_instcd");
- //misfComboCopyItemSet(cmb_instcd, "", grd_iodt, "valuinstcd");
-
- rpvfComboValuCdList(model.getValue(ipt_valuyy.attribute("ref")),"INOUTFLAG","grd_inot.inoutflag");
- model.setValue(cmb_instcd.attribute("ref") ,getUserInfo("dutplceinstcd"));
- rpvfComboInstCdList("grd_iodt.valuinstcd",getCurrentDate(),"","Y");
- rpvfComboDisableYn("cmb_instcd","");
- // model.setValue("/root/send/workgbn","SMRPV04600");
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPV04601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/inot" resultref="/root/main/list/inot"/>
- <submission id="TRRPV04602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/iodt" resultref="/root/main/list/iodt"/>
- <submission id="TRRPZ00212" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/dept" resultref="/root/main/list/dept"/>
- <submission id="TXRPV04600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
- <submission id="TXRPV09002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/inot" resultref="/root/temp"/>
- <script type="javascript" ev:event="xforms-model-destruct">
- <![CDATA[
- if (getGridUpdateData(grd_inot) != "" || getGridUpdateData(grd_iodt) != "" ) {
- var save_val = messageBox("변경된 자료가 존재 합니다. ", "Q002");
-
- if (save_val == "6") {
- btn_save.dispatch("DOMActivate");
- }
-
- }
- ]]>
- </script>
- </model>
- <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/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </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: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:12px; width:1195px; height:743px; ">
- <line id="line3" class="line_6" style="x1:0px; y1:25px; x2:1190px; y2:25px; "/>
- <button id="btn_init" class="btn4_letter3" style="left:1064px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.reload() ;
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1134px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!checkKeyColumn("grd_inot") || !checkKeyColumn("grd_iodt")) return;
- misfSave("TXRPV04600");
- ]]>
- </script>
- </button>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:28px; width:1190px; height:35px; "/>
- <line id="line13" class="line_4" style="x1:1118px; y1:35px; x2:1118px; y2:57px; "/>
- <select1 id="cmb_instcd" ref="/root/send/inot/instcd" appearance="minimal" style="left:293px; top:36px; width:180px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_valuyy" class="search_name" style="left:15px; top:37px; width:100px; height:17px; vertical-align:middle; ">기준년도 :</caption>
- <caption id="cap_valuclscd" class="search_name" style="left:233px; top:37px; width:100px; height:17px; vertical-align:middle; ">기관 :</caption>
- <input id="ipt_valuyy" ref="/root/send/inot/valuyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:103px; top:36px; width:125px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var instcd = cmb_instcd.value;
- if( getStringLength(ipt_valuyy.value) == "4" ) {
- rpvfComboInstCdList("cmb_instcd",ipt_valuyy.value);
- cmb_instcd.value = instcd;
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <button id="btn_search" class="btn1_letter2" style="left:1133px; top:35px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( !isRequiredControls("ipt_valuyy", "cmb_valuclscd") ) {
- return false;
- }
- model.setValue("/root/send/workgbn","SMRPV04600");
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- <datagrid id="grd_inot" nodeset="/root/main/list/inot/inotlist" caption="부서^구분" colsep="^" colwidth="320, 87, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:0px; top:92px; width:445px; height:650px; ">
- <col ref="deptnm" type="inputbutton" _key="true"/>
- <col class="gridcombo" ref="inoutflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/inoutflag">
- <label ref="cdnm"/>
- <value ref="code"/>
- </itemset>
- </choices>
- </col>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="orgdeptcd" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="valuyy" visibility="hidden"/>
- <col ref="valuclscd" visibility="hidden"/>
- <col ref="valumdlcd" visibility="hidden"/>
- <col ref="valuclsdetlcd" visibility="hidden"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if(grd_iodt.rows - grd_iodt.fixedRows> 0)
- {
- messageBox("세부내역이 존재 하므로 부서정보를 수정", "E001");
- return;
- }
- var instcd = model.getValue(cmb_instcd.attribute("ref"));
- if (grd_inot.colAttribute(grd_inot.col,"ref") == "deptnm" ) {
- var recv_list = "deptcd,deptnm";
-
- model.setValue("/root/send/workgbn","");
-
- rpvfOpenDeptCdHelp(grd_inot,recv_list, instcd, "instcd");
-
- model.setValue("/root/send/workgbn","SMRPV04600");
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- model.setValue(ipt_inputinstcd.attribute("ref"), grd_inot.valueMatrix(grd_inot.row, grd_inot.colRef("deptcd")));
- misfGridInit(grd_iodt);
- misfMsterDetailRetrieve();
-
- var inoutflag = grd_inot.valueMatrix(grd_inot.row, grd_inot.colRef("inoutflag"));
-
- if (inoutflag == "I" ) {
- btn_copy.disabled = false;
- btn_subinsert.disabled = false;
- btn_subdelete.disabled = false;
- }
- else {
- btn_copy.disabled = true;
- btn_subinsert.disabled = true;
- btn_subdelete.disabled = true;
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (grd_inot.col == grd_inot.colRef("inoutflag")) {
- var inoutflag = grd_inot.valueMatrix(grd_inot.row, grd_inot.colRef("inoutflag"));
-
- if (inoutflag == "I" ) {
- btn_copy.disabled = false;
- btn_subinsert.disabled = false;
- btn_subdelete.disabled = false;
- }
- else {
- btn_copy.disabled = true;
- btn_subinsert.disabled = true;
- btn_subdelete.disabled = true;
- }
- }
- ]]>
- </script>
- </datagrid>
- <button id="btn_insert" class="btn2_letter3" style="left:336px; top:65px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( !isRequiredControls("ipt_valuyy", "cmb_instcd") ) {
- return false;
- }
- misfGridInit(grd_iodt);
- misfGridIUD(grd_inot, "A");
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/valuyy", model.getValue(ipt_valuyy.attribute("ref")));
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/instcd", model.getValue(cmb_instcd.attribute("ref")));
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/valuclscd", model.getValue("/root/send/inot/valuclscd"));
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/valumdlcd", model.getValue("/root/send/inot/valumdlcd"));
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/valuclsdetlcd", model.getValue("/root/send/inot/valuclsdetlcd"));
- ]]>
- </script>
- </button>
- <button id="btn_delete" class="btn2_letter3" style="left:391px; top:65px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_inot, "D");
- ]]>
- </script>
- </button>
- <caption id="caption1" class="tit_2" style="left:449px; top:69px; width:230px; height:14px; vertical-align:middle; ">내부 고객 만족 체계도 List</caption>
- <caption id="caption4" class="tit_2" style="left:5px; top:69px; width:213px; height:13px; vertical-align:middle; ">피평가 부서 List</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:86px; x2:445px; y2:86px; "/>
- <line id="line2" class="line_1" style="x1:449px; y1:86px; x2:1194px; y2:86px; "/>
- <button id="btn_subinsert" class="btn2_letter3" style="left:1085px; top:65px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!checkKeyColumn("grd_inot")) return;
- misfGridIUD(grd_iodt, "A");
- ]]>
- </script>
- </button>
- <button id="btn_subdelete" class="btn2_letter3" style="left:1140px; top:65px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_iodt, "D");
- ]]>
- </script>
- </button>
- <datagrid id="grd_iodt" nodeset="/root/main/list/iodt/iodtlist" caption="기관^부서^직책^" colsep="^" colwidth="190, 348, 184, 157, 100, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:448px; top:92px; width:745px; height:650px; ">
- <col class="gridcombo" ref="valuinstcd" type="combo" _key="true">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col ref="valudeptnm" type="inputbutton" _key="true"/>
- <col ref="valujobrespnm" type="inputbutton" _key="true"/>
- <col ref="valudeptcd" visibility="hidden"/>
- <col ref="orgvaluinstcd" visibility="hidden"/>
- <col ref="orgvaludeptcd" visibility="hidden"/>
- <col ref="orgvalujobrespcd" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="valuyy" visibility="hidden"/>
- <col ref="valuclscd" visibility="hidden"/>
- <col ref="valumdlcd" visibility="hidden"/>
- <col ref="valuclsdetlcd" visibility="hidden"/>
- <col ref="deptcd"/>
- <col ref="valujobrespcd" visibility="hidden"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- var valuinstcd = grd_iodt.valueMatrix(grd_iodt.row, grd_iodt.colRef("valuinstcd"));
- var deptcd = grd_iodt.valueMatrix(grd_iodt.row, grd_iodt.colRef("deptcd"));
-
- if (grd_iodt.colAttribute(grd_iodt.col,"ref") == "valudeptnm" ) {
- if(valuinstcd==""){
- messageBox("기관은 ","I003");
- return;
- }
- model.setValue("/root/send/targdeptcd",deptcd);
- var recv_list = "valudeptcd,valudeptnm";
- rpvfOpenDeptCdHelp(grd_iodt,recv_list, valuinstcd, "instcd");
-
- model.refresh();
-
- var instcd = grd_inot.valueMatrix(grd_inot.row, grd_inot.colRef("instcd"));
- var deptcd = grd_inot.valueMatrix(grd_inot.row, grd_inot.colRef("deptcd"));
-
- var valudeptcd = grd_iodt.valueMatrix(grd_iodt.row, grd_iodt.colRef("valudeptcd"));
- var valuinstcd = grd_iodt.valueMatrix(grd_iodt.row, grd_iodt.colRef("valuinstcd"));
-
- if (instcd == valuinstcd && deptcd == valudeptcd) {
- messageBox("피평가부서와 같은부서는 추가할수","I004");
- grd_iodt.deleteRow(grd_iodt.row);
- }
- model.refresh();
- }
- else if(grd_iodt.colAttribute(grd_iodt.col,"ref") == "valujobrespnm" ) {
- var recv_list = "valujobrespcd,valujobrespnm";
- rpbfOpenPopUpList("SPRPZ00600", grd_iodt, recv_list,"","","","jobrespcd,jobrespnm") ;
- model.refresh();
- }
- ]]>
- </script>
- </datagrid>
- <button id="btn_outcustdept" class="btn2_letter8" style="left:227px; top:65px; width:108px; height:19px; ">
- <caption>평가부서 가져오기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/dept/instcd", model.getValue(cmb_instcd.attribute("ref")));
- submit("TRRPZ00212");
- var cur_row = grd_inot.row;
- var status = grd_inot.valueMatrix(cur_row, grd_inot.colRef("m"));
- var node = "/root/main/list/dept";
- var nodename = "deptcodelist";
- var codynode = instance1.selectNodes(node + "/*");
- var addRow = grd_inot.rows - grd_inot.fixedRows;
-
- if(model.getValue(grd_inot.nodeset + "[" + addRow + "]/deptcd").length > 0)addRow = addRow + 1;
- for (var j = 1; j <= codynode.length ; j++) {
- if(grd_inot.findrow(model.getValue(node +"/" + nodename + "[" + j + "]/deptcd"),grd_inot.fixedRows,grd_inot.colRef("deptcd"),false,false) == -1)
- {
- if(addRow == 0 || addRow >= grd_inot.rows - grd_inot.fixedRows)
- {
- misfGridIUD(grd_inot,"A","N");
- addRow = grd_inot.rows - grd_inot.fixedRows;
-
- model.setValue(grd_inot.attribute("nodeset")+"["+ addRow +"]/valuyy", model.getValue(ipt_valuyy.attribute("ref")));
- model.setValue(grd_inot.attribute("nodeset")+"["+ addRow +"]/instcd", model.getValue(cmb_instcd.attribute("ref")));
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/valuclscd", model.getValue("/root/send/inot/valuclscd"));
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/valumdlcd", model.getValue("/root/send/inot/valumdlcd"));
- model.setValue(grd_inot.attribute("nodeset")+"["+(grd_inot.row - grd_inot.fixedRows + 1)+"]/valuclsdetlcd", model.getValue("/root/send/inot/valuclsdetlcd"));
-
- }
-
- model.setValue(grd_inot.nodeset + "[" + addRow + "]/deptcd" , model.getValue(node +"/" + nodename + "[" + j + "]/deptcd"));
- model.setValue(grd_inot.nodeset + "[" + addRow + "]/deptnm" , model.getValue(node +"/" + nodename + "[" + j + "]/depthngnm"));
- addRow = addRow + 1;
- }
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_copy" class="btn2_letter11" style="left:942px; top:65px; width:141px; height:19px; ">
- <caption>기관/부서/직책 읽어오기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removenode("/root/copynode");
- model.removenode(gvParamPath +"/SMRPV99300_/SMRPV99300_value");
- model.makeNode("/root/copynode");
- rpvfOpenPopUpList("27",grd_iodt,"","valuinstcd","cmb_instcd,ipt_inputinstcd","");
- var cur_row = grd_iodt.row;
- var status = grd_iodt.valueMatrix(cur_row, grd_iodt.colRef("m"));
- var CSV = model.getValue(gvParamPath +"/SMRPV99300_/SMRPV99300_value");
- setCSVToNode("/root/copynode", CSV, "instdeptresplist");
- var node = "/root/copynode";
- var nodename = "instdeptresplist";
- var codynode = instance1.selectNodes(node + "/*");
- var addRow = grd_iodt.rows - grd_iodt.fixedRows;
- var chkdup = false;
-
- if(model.getValue(grd_iodt.nodeset + "[" + addRow + "]/instcd").length > 0)addRow = addRow + 1;
- for (var j = 1; j <= codynode.length ; j++) {
-
- chkdup = false;
- for(var row = grd_iodt.fixedRows; row < grd_iodt.rows ; row++)
- {
- if(grd_iodt.valueMatrix(row , grd_iodt.colRef("valuinstcd")) == model.getValue(node +"/" + nodename + "[" + j + "]/instcd") &&
- grd_iodt.valueMatrix(row , grd_iodt.colRef("valudeptcd")) == model.getValue(node +"/" + nodename + "[" + j + "]/deptcd") &&
- grd_iodt.valueMatrix(row , grd_iodt.colRef("valujobrespcd")) == model.getValue(node +"/" + nodename + "[" + j + "]/jobrespcd")){
- chkdup = true;
- break;
- }
- }
-
- if(!chkdup){
- if(addRow == 0 || addRow > grd_iodt.rows - grd_iodt.fixedRows)
- {
- misfGridIUD(grd_iodt,"A");
- addRow = grd_iodt.rows - grd_iodt.fixedRows;
- }
-
- model.setValue(grd_iodt.nodeset + "[" + addRow + "]/valuinstcd" , model.getValue(node +"/" + nodename + "[" + j + "]/instcd"));
- model.setValue(grd_iodt.nodeset + "[" + addRow + "]/valudeptnm" , model.getValue(node +"/" + nodename + "[" + j + "]/deptnm"));
- model.setValue(grd_iodt.nodeset + "[" + addRow + "]/valudeptcd" , model.getValue(node +"/" + nodename + "[" + j + "]/deptcd"));
- model.setValue(grd_iodt.nodeset + "[" + addRow + "]/valujobrespnm" , model.getValue(node +"/" + nodename + "[" + j + "]/jobrespnm"));
- model.setValue(grd_iodt.nodeset + "[" + addRow + "]/valujobrespcd" , model.getValue(node +"/" + nodename + "[" + j + "]/jobrespcd"));
- addRow = addRow + 1;
- }
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_inputinstcd" ref="/root/init/depttemp/deptcd" class="input_default" visibility="hidden" style="left:155px; top:65px; width:50px; height:19px; "/>
- <button id="button1" class="btn4_letter5" style="left:970px; top:3px; width:92px; height:22px; ">
- <caption>전년도복사</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("ipt_valuyy")) return;
-
- if( messageBox( ipt_valuyy.value +"년도의 Data가 모두 삭제되며\n" + (ipt_valuyy.value - 1) +"년도의 Data를 가져오게됩니다.\n","Q003") != 6 ) return;
-
- submit("TXRPV09002");
-
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <input id="ipt_workgbn" ref="/root/send/workgbn" visibility="hidden" style="left:640px; top:65px; width:75px; height:19px; "/>
- <input id="input1" ref="/root/send/targdeptcd" visibility="hidden" style="left:735px; top:65px; width:85px; height:20px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|