123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet ype="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>
- <certdocument>
- <certdocumentlist/>
- <certbaselist/>
- </certdocument>
- <copycertdocument>
- <certdocumentlist/>
- </copycertdocument>
- <issflag>
- <issflaglist/>
- </issflag>
- </main>
- <send>
- <certdocument>
- <emplno/>
- <emplnm/>
- </certdocument>
- <save>
- <certdocumentlist/>
- </save>
- <issflag>
- <emplno/>
- <instcd/>
- <issflag/>
- </issflag>
- <print>
- <certdocumentlist/>
- </print>
- </send>
- <temp/>
- <init/>
- </root>
- </instance>
- <submission id="TRRPB60001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/certdocument" resultref="/root/main/certdocument"/>
- <submission id="TXRPB60001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/temp"/>
- <submission id="TRRPB60002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/issflag" resultref="/root/main/issflag"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- model.removenode(grd_certdocumentlist.nodeset);
- model.refresh();
- // misfComboComCdList("Z0007", cmb_instcd);
- // misfGridComboComCdList("Z0007", grd_emplauthlist, "dutplceinst");
- // makeReportPreview(0,1,1,1);
-
- model.refresh();
- misfMsterDetailSet(grd_certdocumentlist, null, "TRRPB60001", "Y");
- // model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
- // grd_emplauthlist.rowHeight(0) = 35;
-
- // if(getUserInfo("dutplceinstcd") != "001")
- // {
- // cmb_instcd.disabled= true;
- // }
-
- // btn_search.dispatch("DOMActivate");
-
- ipt_emplno.value = getUserInfo("userid");
- ipt_emplnm.value = getUserInfo("usernm");
-
- misfMsterDetailRetrieve();
- //model.refresh();
- }
-
- function fDisableSet(pBool) {
- ipt_name.disabled = pBool;
- ipt_emplengnm.disabled = pBool;
- ipt_rregno.disabled = pBool;
- ipt_mpphonno.disabled = pBool;
- ipt_email.disabled = pBool;
- ipt_telno.disabled = pBool;
- //cmb_appflag.disabled = pBool;
- cmb_reissresn.disabled = pBool;
- ipt_etcresn.disabled = pBool;
- //cmb_grdecd.disabled = pBool;
-
-
- if (grd_certdocumentlist.rowStatus(grd_certdocumentlist.row) == "1" && pBool == false) {
- cmb_issflag.disabled = false;
- }
- else {
- cmb_issflag.disabled = true;
- }
- //cmb_appflag.disabled = pBool;
-
- }
-
- function fSaveCheck() {
- if (ipt_name.value == "" ) {
- messageBox("성명(한글)을 입력 하세요.","");
- return false;
- }
- /*if (ipt_emplengnm.value == "") {
- messageBox("성명(영문)을 입력 하세요.","");
- return false;
- }*/
-
- if (ipt_rregno.value == "") {
- messageBox("주민 등록 번호를 입력 하세요.","");
- return false;
- }
- /*if (ipt_mpphonno.value == "") {
- messageBox("휴대폰 번호를 입력 하세요.","");
- return false;
- }*/
-
- /*if (ipt_email.value == "") {
- messageBox("이메일을 입력 하세요.","");
- return false;
- }*/
-
- /*if (ipt_telno.value == "") {
- messageBox("전화 번호를 입력 하세요.","");
- return false;
- }*/
-
- return true;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <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:36px; "/>
- <caption id="caption278" class="tit_2" style="left:5px; top:55px; width:162px; height:14px; ">인증서 신청 내용</caption>
- <line id="line207" class="line_1" style="x1:0px; y1:70px; x2:1193px; y2:69px; "/>
- <caption id="caption3" class="search_name" style="left:5px; top:20px; width:86px; height:17px; ">사원번호 :</caption>
- <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1125px; top:17px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/main/copycertdocument/certdocumentlist");
- fDisableSet(true);
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1110px; y1:14px; x2:1110px; y2:42px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_lbrunionjobrespnm" ref="/root/main/item/lbrunionjobrespnm" class="input_search" visibility="hidden"/>
- <input id="ipt_lbrunionjobresp" ref="/root/main/item/dutplceinst" visibility="hidden"/>
- <input id="ipt_emplno_m" ref="/root/main/imsiitem/emplno" visibility="hidden"/>
- <input id="ipt_lbrunionrgstyn_m" ref="/root/main/imsiitem/lbrunionrgstyn" visibility="hidden"/>
- <input id="ipt_lbrunionrgstdd_m" ref="/root/main/imsiitem/lbrunionrgstdd" visibility="hidden"/>
- <input id="ipt_lbrunionsecssdd_m" ref="/root/main/imsiitem/lbrunionsecssdd" visibility="hidden"/>
- <input id="ipt_lbrunionjobresp_m" ref="/root/main/imsiitem/lbrunionjobresp" visibility="hidden"/>
- <input id="ipt_lbrunionjobrespnm_m" ref="/root/main/imsiitem/lbrunionjobrespnm" visibility="hidden"/>
- <input id="ipt_asgnmpostndd_m" ref="/root/main/imsiitem/asgnmpostndd" visibility="hidden"/>
- <input id="ipt_todd_m" ref="/root/main/imsiitem/todd" visibility="hidden"/>
- <input id="ipt_cur_row" ref="/root/init/cur_row_m" class="input_search" visibility="hidden"/>
- <datagrid id="grd_certdocumentlist" nodeset="/root/main/certdocument/certdocumentlist" caption="인증서종류^신청구분^신청일^기관^부서^성명^영문성명^휴대폰^이메일^전화번호^신청여부^발급여부^주민등록번호^기관^재발급사유^기타사유^인증서등급^용도^사번^신청구분OLD^발급구분^기관명^근무부서코드|인증서종류^신청구분^신청일^기관^부서^성명^영문성명^휴대폰^이메일^전화번호^신청여부^발급여부^주민등록번호^기관^재발급사유^기타사유^인증서등급^용도^사번^신청구분OLD^발급구분^기관명^근무부서코드" colsep="^" colwidth="100, 106, 97, 121, 133, 91, 99, 109, 141, 89, 34, 32, 85, 32, 32, 40, 45, 31, 25, 100, 100, 100, 100, 100, 100, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:73px; width:1193px; height:522px; ">
- <col disabled="true" ref="issflag" type="combo">
- <choices>
- <item>
- <label>EMR</label>
- <value>01</value>
- </item>
- <item>
- <label>VPN</label>
- <value>02</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="appflag" type="combo">
- <choices>
- <item>
- <label>신규발급</label>
- <value>01</value>
- </item>
- <item>
- <label>재발급</label>
- <value>02</value>
- </item>
- </choices>
- </col>
- <col ref="appdd"/>
- <col ref="instnm"/>
- <col ref="deptnm"/>
- <col ref="emplnm"/>
- <col ref="emplengnm"/>
- <col ref="mpphonno"/>
- <col ref="emailaddr"/>
- <col ref="telno"/>
- <col ref="cnfmyn"/>
- <col ref="psnworkteamcnfmyn" style="left:458px; top:43px; width:99px; height:23px; "/>
- <col ref="rregno" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="reissresn" visibility="hidden"/>
- <col ref="etcresn" visibility="hidden"/>
- <col ref="grdecd" visibility="hidden"/>
- <col ref="usgecd" visibility="hidden"/>
- <col ref="oldappflag" visibility="hidden"/>
- <col ref="emplno" visibility="hidden"/>
- <col ref="oldissflag" visibility="hidden"/>
- <col ref="issflagnm" visibility="hidden"/>
- <col ref="appflagnm" visibility="hidden"/>
- <col ref="reissresnnm" visibility="hidden"/>
- <col ref="grdecdnm" visibility="hidden"/>
- <col ref="deptcd" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- model.copyNode("/root/main/copycertdocument/certdocumentlist",
- "/root/main/certdocument/certdocumentlist[" + (grd_certdocumentlist.row - grd_certdocumentlist.fixedRows + 1) + "]") ;
-
- if (grd_certdocumentlist.valueMatrix(grd_certdocumentlist.row, grd_certdocumentlist.colRef("psnworkteamcnfmyn")) == "Y") {
- fDisableSet(true);
- btn_cnfmyn.disabled = true;
- btn_cnfmyncan.disabled = true;
- }
- else {
- if (grd_certdocumentlist.valueMatrix(grd_certdocumentlist.row, grd_certdocumentlist.colRef("cnfmyn")) == "Y") {
- fDisableSet(true);
- btn_cnfmyn.disabled = true;
- btn_cnfmyncan.disabled = false;
- }
- else {
- fDisableSet(false);
- btn_cnfmyn.disabled = false;
- btn_cnfmyncan.disabled = true;
- }
- }
-
- model.refresh();
-
- cmb_appflag.dispatch("xforms-value-changed");
- ]]>
- </script>
- </datagrid>
- <input id="ipt_emplno" ref="/root/send/certdocument/emplno" class="input_search" disabled="true" style="left:93px; top:19px; width:65px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- if(ipt_emplno.value == ipt_emplno.currentText) return;
- ipt_emplno.value = ipt_emplno.currentText;
- rpbfValidationCheck("EMPLNO", "emplno,emplnm");
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNO", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_emplhelp" class="icon_search" disabled="false" style="left:162px; top:21px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, "emplno,emplnm", "", "N");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_emplnm" ref="/root/send/certdocument/emplnm" class="input_search" disabled="true" style="left:182px; top:19px; width:120px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- if(ipt_emplnm.value == ipt_emplnm.currentText) return;
- ipt_emplnm.value = ipt_emplnm.currentText;
- rpbfValidationCheck("EMPLNM", "emplno,emplnm");
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNM", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_addrow" class="btn2_letter3" style="left:1085px; top:605px; width:53px; height:19px; ">
- <caption>추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_certdocumentlist);
- if (updtdata != "" ) {
- messageBox("변경된 데이터가 존재 합니다. 저장후 확정 하세요.","");
- return;
- }
-
- misfGridIUD(grd_certdocumentlist, "A");
-
-
- model.copyNode("/root/main/certdocument/certdocumentlist[" + (grd_certdocumentlist.row - grd_certdocumentlist.fixedRows + 1) + "]",
- "/root/main/certdocument/certbaselist");
-
-
- fDisableSet(false);
-
- model.copyNode("/root/main/copycertdocument/certdocumentlist",
- "/root/main/certdocument/certbaselist");
-
- model.refresh();
-
- cmb_issflag.dispatch("xforms-value-changed");
- ]]>
- </script>
- </button>
- <button id="btn_delrow" class="btn2_letter3" style="left:1140px; top:605px; width:53px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if (grd_certdocumentlist.valueMatrix(grd_certdocumentlist.row,
- grd_certdocumentlist.colRef("cnfmyn") ) == "Y") {
- messageBox("확정이 되어서 삭제 할 수 없습니다.","");
- return;
- }
- misfGridIUD(grd_certdocumentlist, "D");
- ]]>
- </script>
- </button>
- <caption id="caption329" class="cell_1" style="left:308px; top:631px; width:90px; height:23px; ">성명(영문)</caption>
- <caption id="caption2" class="cell_1" style="left:3px; top:631px; width:90px; height:23px; ">성명(한글)</caption>
- <input id="ipt_name" ref="/root/main/copycertdocument/certdocumentlist/emplnm" class="input_essential" disabled="true" navindex="2" style="left:95px; top:633px; width:203px; height:19px; font-family:굴림체; font-size:12pt; font-weight:bold; color:#0000ff; "/>
- <input id="ipt_emplengnm" ref="/root/main/copycertdocument/certdocumentlist/emplengnm" class="input_essential" disabled="true" navindex="3" style="left:400px; top:633px; width:208px; height:19px; "/>
- <caption id="caption308" class="cell_1" style="left:615px; top:631px; width:90px; height:23px; vertical-align:middle; ">주민등록번호</caption>
- <input id="ipt_rregno" ref="/root/main/copycertdocument/certdocumentlist/rregno" class="input_essential" disabled="true" navindex="10" format="999999-9999999" style="left:707px; top:633px; width:203px; height:19px; "/>
- <caption id="caption1" class="cell_1" style="left:3px; top:656px; width:90px; height:23px; vertical-align:middle; ">Email</caption>
- <input id="ipt_email" ref="/root/main/copycertdocument/certdocumentlist/emailaddr" class="input_essential" disabled="true" navindex="10" style="left:95px; top:658px; width:203px; height:19px; "/>
- <caption id="caption333" class="cell_1" style="left:920px; top:631px; width:90px; height:23px; ">휴대폰</caption>
- <input id="ipt_mpphonno" ref="/root/main/copycertdocument/certdocumentlist/mpphonno" class="input_essential" disabled="true" navindex="9" style="left:1012px; top:633px; width:178px; height:19px; "/>
- <input id="ipt_telno" ref="/root/main/copycertdocument/certdocumentlist/telno" class="input_essential" disabled="true" navindex="8" style="left:400px; top:658px; width:208px; height:19px; "/>
- <caption id="caption331" class="cell_1" style="left:308px; top:656px; width:90px; height:23px; ">전화번호</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:628px; x2:1193px; y2:627px; "/>
- <caption id="caption4" class="tit_2" style="left:5px; top:611px; width:180px; height:14px; ">공인 인증서 신청</caption>
- <select1 id="cmb_appflag" ref="/root/main/copycertdocument/certdocumentlist/appflag" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:400px; top:693px; width:208px; height:19px; ">
- <choices>
- <item>
- <label>신규발급</label>
- <value>01</value>
- </item>
- <item>
- <label>재발급</label>
- <value>02</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (grd_certdocumentlist.valueMatrix(grd_certdocumentlist.row, grd_certdocumentlist.colRef("cnfmyn")) != "Y") {
- if (cmb_appflag.value == "01") {
- cmb_reissresn.value = "";
- ipt_etcresn.value = "";
- cmb_reissresn.disabled = true;
- ipt_etcresn.disabled = true;
- }
- else {
- cmb_reissresn.disabled = false;
- ipt_etcresn.disabled = false;
- }
- }
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="cell_1" style="left:308px; top:691px; width:90px; height:23px; ">신청구분</caption>
- <select1 id="cmb_reissresn" ref="/root/main/copycertdocument/certdocumentlist/reissresn" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:707px; top:693px; width:208px; height:19px; ">
- <choices>
- <item>
- <label>전자서명비밀번호분실</label>
- <value>01</value>
- </item>
- <item>
- <label>인증서 분실/삭제</label>
- <value>02</value>
- </item>
- <item>
- <label>저장매체 포맷폐지시 사유</label>
- <value>03</value>
- </item>
- <item>
- <label>전자서명생성키 신뢰 손상</label>
- <value>04</value>
- </item>
- <item>
- <label>가입자식별명(DN)의 변경</label>
- <value>05</value>
- </item>
- <item>
- <label>인증서를 더이상 사용하지 않음</label>
- <value>06</value>
- </item>
- </choices>
- </select1>
- <caption id="caption7" class="cell_1" style="left:615px; top:691px; width:90px; height:23px; ">재발급사유</caption>
- <caption id="caption8" class="cell_1" style="left:3px; top:716px; width:90px; height:23px; vertical-align:middle; ">기타사유</caption>
- <input id="ipt_etcresn" ref="/root/main/copycertdocument/certdocumentlist/etcresn" class="input_essential" disabled="true" navindex="10" style="left:95px; top:718px; width:513px; height:19px; "/>
- <select1 id="cmb_grdecd" ref="/root/main/copycertdocument/certdocumentlist/grdecd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:707px; top:718px; width:208px; height:19px; ">
- <choices>
- <item>
- <label>Platinum(플레티넘)</label>
- <value>01</value>
- </item>
- <item>
- <label>Gold(골드)</label>
- <value>02</value>
- </item>
- <item>
- <label>Silver(실버)</label>
- <value>03</value>
- </item>
- </choices>
- </select1>
- <caption id="caption9" class="cell_1" style="left:615px; top:716px; width:90px; height:23px; ">인증서 등급</caption>
- <line id="line2" class="line_3" style="x1:0px; y1:683px; x2:1193px; y2:683px; "/>
- <select1 id="cmb_issflag" ref="/root/main/copycertdocument/certdocumentlist/issflag" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:95px; top:693px; width:203px; height:19px; ">
- <choices>
- <item>
- <label>EMR</label>
- <value>01</value>
- </item>
- <item>
- <label>VPN</label>
- <value>02</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/issflag/emplno", grd_certdocumentlist.valueMatrix(grd_certdocumentlist.row, grd_certdocumentlist.colRef("emplno")));
- model.setValue("/root/send/issflag/instcd", grd_certdocumentlist.valueMatrix(grd_certdocumentlist.row, grd_certdocumentlist.colRef("instcd")));
- model.setValue("/root/send/issflag/issflag", cmb_issflag.value);
-
- submit("TRRPB60002");
-
- cmb_appflag.value = model.getValue("/root/main/issflag/issflaglist/appflag");
- cmb_appflag.dispatch("xforms-value-changed");
-
- model.refresh();
- ]]>
- </script>
- </select1>
- <caption id="caption10" class="cell_1" style="left:3px; top:691px; width:90px; height:23px; ">인증서종류</caption>
- </group>
- <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="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var bfstr = getNodeListCSV(instance1.selectNodes("/root/main/certdocument/certdocumentlist[" + (grd_certdocumentlist.row - grd_certdocumentlist.fixedRows + 1) + "]"));
- var afstr = getNodeListCSV(instance1.selectNodes("/root/main/copycertdocument/certdocumentlist"));
-
- if (bfstr != afstr) {
- model.removenode("/root/send/save");
- model.makeNode("/root/send/save/certdocumentlist");
- model.copyNode("/root/main/certdocument/certdocumentlist[" + (grd_certdocumentlist.row - grd_certdocumentlist.fixedRows + 1) + "]",
- "/root/main/copycertdocument/certdocumentlist");
-
- model.refresh();
- if (grd_certdocumentlist.rowstatus(grd_certdocumentlist.row) == 0 ||
- grd_certdocumentlist.rowstatus(grd_certdocumentlist.row) == 2) {
- grd_certdocumentlist.rowstatus(grd_certdocumentlist.row) = 2;
- }
- }
-
- if (fSaveCheck() == false) {
- return;
- }
-
- misfSave("TXRPB60001");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- <button id="btn_cnfmyn" class="btn4_letter2" style="left:1082px; top:3px; width:56px; height:22px; ">
- <caption>신청</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_certdocumentlist);
- if (updtdata != "" ) {
- messageBox("변경된 데이터가 존재 합니다. 저장후 확정 하세요.","");
- return;
- }
-
- model.setValue("/root/main/copycertdocument/certdocumentlist/cnfmyn","Y");
-
- model.removenode("/root/send/save");
- model.makeNode("/root/send/save/certdocumentlist");
- model.copyNode("/root/main/certdocument/certdocumentlist[" + (grd_certdocumentlist.row - grd_certdocumentlist.fixedRows + 1) + "]",
- "/root/main/copycertdocument/certdocumentlist");
-
- model.refresh();
- grd_certdocumentlist.rowstatus(grd_certdocumentlist.row) = 2;
-
-
- misfSave("TXRPB60001");
-
- if (model.getValue(gvErrorMsgPath + "/type") != "error") {
- btn_cnfmyn.disabled = true;
- btn_cnfmyncan.disabled = false;
- fDisableSet(true);
-
- model.copyNode("/root/send/print/certdocumentlist", "/root/main/certdocument/certdocumentlist[" + (grd_certdocumentlist.row - grd_certdocumentlist.fixedRows + 1) + "]");
- exeReportPreview("RPRPB60000", "XMLSTR" , "" , "" , "true" , "false", "", "", "", "true","","","","","","","","false");
- exeReportPreview("RPRPB60001", "XMLSTR" , "" , "" , "true" , "false", "", "", "", "true","","","","","","","","false");
-
- }
-
- ]]>
- </script>
- </button>
- <button id="btn_cnfmyncan" class="btn4_letter4" disabled="true" style="left:1001px; top:3px; width:80px; height:22px; ">
- <caption>신청취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_certdocumentlist);
- if (updtdata != "" ) {
- messageBox("변경된 데이터가 존재 합니다. 저장후 확정 하세요.","");
- return;
- }
-
- model.setValue("/root/main/copycertdocument/certdocumentlist/cnfmyn","N");
-
- model.removenode("/root/send/save");
- model.makeNode("/root/send/save/certdocumentlist");
- model.copyNode("/root/main/certdocument/certdocumentlist[" + (grd_certdocumentlist.row - grd_certdocumentlist.fixedRows + 1) + "]",
- "/root/main/copycertdocument/certdocumentlist");
-
- model.refresh();
- grd_certdocumentlist.rowstatus(grd_certdocumentlist.row) = 2;
-
- misfSave("TXRPB60001");
-
- btn_cnfmyn.disabled = false;
- btn_cnfmyncan.disabled = true;
- fDisableSet(false);
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|