123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * Name : SMCVT00100_부서별담당자관리
- * Summary : VOC 부서별담당자관리
- * Programmer : 김준규
- * Date Written : 2007.11.29
- * History :
- * Remark : 황현석($4) 2010.12.22
- -->
- <?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>VOC 부서별 담당자관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <voclist>
- <instnm/>
- <deptnm/>
- <psnworksupdeptnm/>
- <empnm/>
- <emptelno/>
- <chfempnm/>
- <chfdeptnm/>
- <chfdeptcd/>
- <chfemptelno/>
- <psnworksupdeptcd/>
- <empid/>
- <empmobile/>
- <chfempid/>
- <groupdeptcd/>
- <fstrgstrnm/>
- <lastupdtrnm/>
- <deptcd/>
- <rgstseq/>
- </voclist>
- </list>
- <deptdata>
- <deptnm/>
- <deptcd/>
- <psnworksupdeptnm/>
- <psnworksupdeptcd/>
- <empnm/>
- <empid/>
- <emptelno/>
- <empmobile/>
- <chfempnm/>
- <chfempid/>
- <chfdeptnm/>
- <chfdeptcd/>
- <chfemptelno/>
- <groupdeptcd/>
- <fstrgstrnm/>
- <lastupdtrnm/>
- <rgstseq/>
- <savemode>I</savemode>
- </deptdata>
- </main>
- <temp/>
- <send>
- <data>
- <searchterm/>
- <searchempnm/>
- <searchchfempnm/>
- <instcd/>
- </data>
- </send>
- <init/>
- </root>
- </instance>
- <submission id="TRCVT00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
- <submission id="TXCVT00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //사용자 설정
- var usernm = getUserInfo("usernm");
- model.setValue("/root/main/deptdata/fstrgstrnm", usernm);
- model.setValue("/root/main/deptdata/lastupdtrnm", usernm);
-
- model.removeNodeset("/root/main/list");
- submit("TRCVT00101");
- model.SetFocus("grd_voclist");
-
- fButtonMode();
- fCheckAuth();
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- // 전역변수 설정
- var usernm = getUserInfo("usernm");
-
- function fCheckAuth() {
- // 권한체크
- if (!checkAuth("r")) {
- btnicon_search1.disabled = true;
- }
- if (!checkAuth("x")) {
- btn_save.disabled = true;
- }
- if (!checkAuth("p")) {
- btn_excsave.disabled = true;
- }
- }
- // 컨트롤을 초기화한다.
- function fInitControl(){
- // model.setValue("/root/main/deptdata/pid", "");
- // model.setValue("/root/main/deptdata/patnm", "");
- // model.setValue("/root/main/deptdata/mpphonno", "");
- // model.setValue("/root/main/deptdata/zipcd1", "");
- // model.setValue("/root/main/deptdata/zipcd2", "");
- // model.setValue("/root/main/deptdata/zipcdaddr", "");
- // model.setValue("/root/main/deptdata/detladdr", "");
- //
- // model.setValue("/root/main/deptdata/pid", "");
- // model.setValue("/root/main/deptdata/mngtmanflag", "");
- // model.setValue("/root/main/deptdata/clntvalu", "");
- //
- // btn_popVOC.disabled = "true";
- // btn_save.disabled = "true";
- model.refresh();
- }
-
- function fSetNewMsg() {
- model.setValue("/root/main/deptdata/deptcd", "");
- model.setValue("/root/main/deptdata/deptnm", "");
- model.setValue("/root/main/deptdata/empid", "");
- model.setValue("/root/main/deptdata/empnm", "");
- model.setValue("/root/main/deptdata/emptelno", "");
- model.setValue("/root/main/deptdata/empmobile", "");
- model.setValue("/root/main/deptdata/chfempid", "");
- model.setValue("/root/main/deptdata/chfempnm", "");
- model.setValue("/root/main/deptdata/chfdeptcd", "");
- model.setValue("/root/main/deptdata/chfdeptnm", "");
- model.setValue("/root/main/deptdata/chfemptelno", "");
- model.setValue("/root/main/deptdata/groupdeptcd", "");
- model.setValue("/root/main/deptdata/rgstseq", "");
- model.setValue("/root/main/deptdata/fstrgstrnm", usernm);
- model.setValue("/root/main/deptdata/lastupdtrnm", usernm);
-
- model.refresh();
- }
-
- function fButtonMode() {
- var savemode = model.getValue("/root/main/deptdata/savemode");
- if (savemode == "I") {
- btn_del.disabled = true;
- } else {
- btn_del.disabled = false;
- }
- }
- ]]>
- </script>
- <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/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:171px; height:13px; ">VOC 부서별 담당자 관리</caption>
- </group>
- <group id="grp_johe" style="left:225px; top:23px; width:970px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:970px; height:35px; "/>
- <caption id="caption8" class="search_name" style="left:15px; top:9px; width:76px; height:17px; ">부서명 :</caption>
- <input id="ipt_searchterm" ref="/root/send/data/searchterm" class="input_search" imemode="hangul" style="left:95px; top:8px; width:140px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption7" class="search_name" style="left:321px; top:9px; width:82px; height:17px; ">담당자 :</caption>
- <input id="ipt_searchempnm" ref="/root/send/data/searchempnm" class="input_search" imemode="hangul" style="left:405px; top:8px; width:140px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:28px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:898px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( ( ipt_searchterm.value.length > 0 ) && (ipt_searchterm.value.length < 2) ){
- messageBox("부서명 검색은 최소 2글자 이상 ", "C001");
- model.setFocus("ipt_searchempnm");
- } else if ( ( ipt_searchempnm.value.length > 0 ) && (ipt_searchempnm.value.length < 2) ){
- messageBox("담당자 이름 검색은 최소 2글자 이상 ", "C001");
- model.setFocus("ipt_searchempnm");
- } else if ( ( ipt_searchchfempnm.value.length > 0 ) && (ipt_searchchfempnm.value.length < 2) ){
- messageBox("부서장 이름 검색은 최소 2글자 이상 ", "C001");
- model.setFocus("ipt_searchchfempnm");
- } else {
- fSetNewMsg();
- model.removeNodeset("/root/main/list/voclist");
- submit("TRCVT00101");
- model.SetFocus("grd_voclist");
- }
- ]]>
- </script>
- </button>
- <caption id="caption4" class="search_name" style="left:611px; top:9px; width:82px; height:17px; ">부서장 :</caption>
- <input id="ipt_searchchfempnm" ref="/root/send/data/searchchfempnm" class="input_search" imemode="hangul" style="left:695px; top:8px; width:140px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <group id="grp_customer" style="left:225px; top:58px; width:970px; height:565px; ">
- <caption id="caption10" class="tit_2" style="left:5px; top:10px; width:134px; height:14px; ">부서별 담당자 목록</caption>
- <button id="btn_excsave" class="btn2_letter4" style="left:905px; top:5px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "부서별담당자엑셀", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_voclist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
- <datagrid id="grd_voclist" nodeset="/root/main/list/voclist" allowselection="false" caption="기관명^부서명^상위부서^담당자^담당자 연락처^부서장^부서장 부서^부서장 부서코드^부서장전화^인사상위부서코드^담당자ID^담당자핸드폰^부서장ID^그룹코드^등록자^수정자^부서코드^일련번호" colsep="^" colwidth="120, 150, 130, 130, 110, 130, 130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0" dataheight="23" defaultrows="0" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:970px; height:533px; ">
- <col class="text_center" ref="instnm"/>
- <col class="text_center" ref="deptnm"/>
- <col class="text_center" ref="psnworksupdeptnm"/>
- <col class="text_center" ref="empnm"/>
- <col class="text_center" ref="emptelno"/>
- <col class="text_center" ref="chfempnm"/>
- <col class="text_center" ref="chfdeptnm"/>
- <col class="text_center" ref="chfdeptcd" visibility="hidden"/>
- <col class="text_center" ref="chfemptelno" visibility="hidden"/>
- <col class="text_center" ref="psnworksupdeptcd" visibility="hidden"/>
- <col class="text_center" ref="empid" visibility="hidden"/>
- <col class="text_center" ref="empmobile" visibility="hidden"/>
- <col class="text_center" ref="chfempid" visibility="hidden"/>
- <col class="text_center" ref="groupdeptcd" visibility="hidden"/>
- <col class="text_center" ref="fstrgstrnm" visibility="hidden"/>
- <col class="text_center" ref="lastupdtrnm" visibility="hidden"/>
- <col class="text_center" ref="deptcd" visibility="hidden"/>
- <col class="text_center" ref="rgstseq" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var row = grd_voclist.row;
- var deptnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("deptnm"));
- var deptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("deptcd"));
- var empnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("empnm"));
- var empid = grd_voclist.valueMatrix(row, grd_voclist.colRef("empid"));
- var emptelno = grd_voclist.valueMatrix(row, grd_voclist.colRef("emptelno"));
- var empmobile = grd_voclist.valueMatrix(row, grd_voclist.colRef("empmobile"));
- var chfempnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfempnm"));
- var chfempid = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfempid"));
- var chfdeptnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfdeptnm"));
- var chfdeptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfdeptcd"));
- var chfemptelno = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfemptelno"));
- var psnworksupdeptnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("psnworksupdeptnm"));
- var psnworksupdeptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("psnworksupdeptcd"));
- var groupdeptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("groupdeptcd"));
- var fstrgstrnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("fstrgstrnm"));
- var lastupdtrnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("lastupdtrnm"));
- var rgstseq = grd_voclist.valueMatrix(row, grd_voclist.colRef("rgstseq"));
- if ((grd_voclist.row > 0) && grd_voclist.isCell(event.target)){
- model.setValue("/root/main/deptdata/deptnm", deptnm);
- model.setValue("/root/main/deptdata/deptcd", deptcd);
- model.setValue("/root/main/deptdata/psnworksupdeptnm", psnworksupdeptnm);
- model.setValue("/root/main/deptdata/psnworksupdeptcd", psnworksupdeptcd);
- model.setValue("/root/main/deptdata/empnm", empnm);
- model.setValue("/root/main/deptdata/empid", empid);
- model.setValue("/root/main/deptdata/emptelno", emptelno);
- model.setValue("/root/main/deptdata/empmobile", empmobile);
- model.setValue("/root/main/deptdata/chfempnm", chfempnm);
- model.setValue("/root/main/deptdata/chfempid", chfempid);
- model.setValue("/root/main/deptdata/chfdeptnm", chfdeptnm);
- model.setValue("/root/main/deptdata/chfdeptcd", chfdeptcd);
- model.setValue("/root/main/deptdata/chfemptelno", chfemptelno);
- model.setValue("/root/main/deptdata/groupdeptcd", groupdeptcd);
- model.setValue("/root/main/deptdata/fstrgstrnm", fstrgstrnm);
- model.setValue("/root/main/deptdata/lastupdtrnm", lastupdtrnm);
- model.setValue("/root/main/deptdata/rgstseq", rgstseq);
-
- // btn_popVOC.disabled = "false"; // 부서추가하기
- btn_save.disabled = "false";
-
- model.setValue("/root/main/deptdata/savemode", "U");
- model.refresh();
- } else {
- }
- fButtonMode();
- ]]>
- </script>
- </datagrid>
- <button id="btn_temp" class="btn5_letter3" visibility="hidden" style="left:849px; top:5px; width:53px; height:19px; ">
- <caption>조직도</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- open("SPCVT00300");
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_PID" style="left:225px; top:624px; width:970px; height:127px; ">
- <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:134px; height:14px; ">부서별 담당자 정보</caption>
- <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
- <caption id="caption21" class="cell_1" style="left:241px; top:30px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서코드</caption>
- <output id="ipt_PID" ref="/root/main/deptdata/deptcd" class="output_fix" appearance="input" style="left:344px; top:31px; width:132px; height:19px; "/>
- <caption id="caption22" class="cell_1" style="left:0px; top:30px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서명</caption>
- <input id="ipt_PatNm" ref="/root/main/deptdata/deptnm" class="input_essential" appearance="input" style="left:103; top:31; width:112px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_srch1", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line4" class="line_2" style="x1:0px; y1:52px; x2:970px; y2:52px; "/>
- <caption id="caption14" class="cell_1" style="left:0px; top:54px; width:100px; height:23px; text-align:center; vertical-align:middle; ">담당자명</caption>
- <input id="ipt_empnm" ref="/root/main/deptdata/empnm" class="input_essential" appearance="input" style="left:103px; top:55px; width:112px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_srch2", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption5" class="cell_1" style="left:241px; top:54px; width:100px; height:23px; text-align:center; vertical-align:middle; ">담당자 연락처</caption>
- <input id="input4" ref="/root/main/deptdata/emptelno" disabled="false" appearance="input" style="left:344px; top:55px; width:132px; height:19px; "/>
- <caption id="caption6" class="cell_1" style="left:483px; top:54px; width:100px; height:23px; text-align:center; vertical-align:middle; ">담당자 핸드폰</caption>
- <input id="input5" ref="/root/main/deptdata/empmobile" appearance="input" style="left:586px; top:55px; width:132px; height:19px; "/>
- <line id="line5" class="line_2" style="x1:0px; y1:76px; x2:970px; y2:76px; "/>
- <caption id="caption11" class="cell_1" style="left:241px; top:78px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서장 부서</caption>
- <caption id="caption12" class="cell_1" style="left:0px; top:78px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서장명</caption>
- <caption id="caption13" class="cell_1" style="left:483px; top:78px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서장 연락처</caption>
- <input id="ipt_chfempnm" ref="/root/main/deptdata/chfempnm" class="input_essential" appearance="input" style="left:103px; top:79px; width:112px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_srch3", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="input8" ref="/root/main/deptdata/chfdeptnm" disabled="true" appearance="input" style="left:344px; top:79px; width:132px; height:19px; "/>
- <input id="input9" ref="/root/main/deptdata/chfemptelno" appearance="input" style="left:586px; top:79px; width:132px; height:19px; "/>
- <line id="line6" class="line_2" style="x1:0px; y1:100px; x2:970px; y2:100px; "/>
- <caption id="caption3" class="cell_1" style="left:241px; top:102px; width:100px; height:23px; text-align:center; vertical-align:middle; ">그룹코드</caption>
- <caption id="caption9" class="cell_1" style="left:0px; top:102px; width:100px; height:23px; text-align:center; vertical-align:middle; ">인사상위부서</caption>
- <caption id="caption16" class="cell_1" style="left:483px; top:102px; width:100px; height:23px; text-align:center; vertical-align:middle; ">등록자</caption>
- <input id="input2" ref="/root/main/deptdata/psnworksupdeptnm" disabled="true" appearance="input" style="left:103px; top:103px; width:132px; height:19px; "/>
- <caption id="caption17" class="cell_1" style="left:723px; top:102px; width:105px; height:23px; text-align:center; vertical-align:middle; ">최종수정자</caption>
- <input id="input6" ref="/root/main/deptdata/groupdeptcd" disabled="true" appearance="input" style="left:344px; top:103px; width:132px; height:19px; "/>
- <input id="input11" ref="/root/main/deptdata/fstrgstrnm" disabled="true" appearance="input" style="left:586px; top:103px; width:132px; height:19px; "/>
- <input id="input12" ref="/root/main/deptdata/lastupdtrnm" disabled="true" appearance="input" style="left:832px; top:103px; width:112px; height:19px; "/>
- <line id="line16" class="line_3" style="x1:0px; y1:125px; x2:970px; y2:125px; "/>
- <button id="btn_popVOC" class="btn5_letter7" disabled="true" visibility="hidden" style="left:782px; top:4px; width:97px; height:19px; ">
- <caption>부서 추가하기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter2" style="left:927px; top:4px; width:42px; height:19px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // model.reset();
- fSetNewMsg();
- fButtonMode();
- ]]>
- </script>
- </button>
- <button id="btn_srch1" class="icon_search" style="left:218px; top:32px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var search_term = model.getValue("/root/main/deptdata/deptnm");
- var search_condition = "deptnm";
- var receive_deptcd_path = "/root/main/deptdata/deptcd";
- var receive_deptnm_path = "/root/main/deptdata/deptnm";
- var receive_psnworksupdeptnm_path = "/root/main/deptdata/psnworksupdeptnm";
- var receive_psnworksupdeptcd_path = "/root/main/deptdata/psnworksupdeptcd";
- var mode = "B"
-
- setParameter("search_term", search_term);
- setParameter("search_condition", search_condition);
- setParameter("receive_deptcd_path", receive_deptcd_path);
- setParameter("receive_deptnm_path", receive_deptnm_path);
- setParameter("receive_psnworksupdeptnm_path", receive_psnworksupdeptnm_path);
- setParameter("receive_psnworksupdeptcd_path", receive_psnworksupdeptcd_path);
- setParameter("mode", mode);
-
- modal("SPCVO00600")
-
- clearParameter("search_term");
- clearParameter("search_condition");
- clearParameter("receive_deptcd_path");
- clearParameter("receive_deptnm_path");
- clearParameter("receive_psnworksupdeptnm_path");
- clearParameter("receive_psnworksupdeptcd_path");
- clearParameter("mode");
- ]]>
- </script>
- </button>
- <button id="btn_srch2" class="icon_search" style="left:218px; top:56px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var search_term = model.getValue("/root/main/deptdata/empnm");
- var search_condition = "empnm";
- var receive_empid_path = "/root/main/deptdata/empid";
- var receive_empnm_path = "/root/main/deptdata/empnm";
- var receive_deptcd_path = "/root/main/deptdata/deptcd";
- var receive_deptnm_path = "/root/main/deptdata/deptnm";
- var receive_emptelno_path = "/root/main/deptdata/emptelno";
- var receive_empmobile_path = "/root/main/deptdata/empmobile";
- var receive_psnworksupdeptnm_path = "/root/main/deptdata/psnworksupdeptnm";
- var receive_psnworksupdeptcd_path = "/root/main/deptdata/psnworksupdeptcd";
- var mode = "B";
-
- setParameter("search_condition", search_condition);
- setParameter("search_term", search_term);
- setParameter("receive_empid_path", receive_empid_path);
- setParameter("receive_empnm_path", receive_empnm_path);
- setParameter("receive_deptcd_path", receive_deptcd_path);
- setParameter("receive_deptnm_path", receive_deptnm_path);
- setParameter("receive_emptelno_path", receive_emptelno_path);
- setParameter("receive_empmobile_path", receive_empmobile_path);
- setParameter("receive_psnworksupdeptcd_path", receive_psnworksupdeptcd_path);
- setParameter("receive_psnworksupdeptnm_path", receive_psnworksupdeptnm_path);
- setParameter("mode", mode);
-
- modal("SPCVO00700")
-
- clearParameter("search_condition");
- clearParameter("search_term");
- clearParameter("receive_empid_path");
- clearParameter("receive_empnm_path");
- clearParameter("receive_deptcd_path");
- clearParameter("receive_deptnm_path");
- clearParameter("receive_emptelno_path");
- clearParameter("receive_empmobile_path");
- clearParameter("receive_psnworksupdeptcd_path");
- clearParameter("receive_psnworksupdeptnm_path");
- clearParameter("mode");
- ]]>
- </script>
- </button>
- <button id="btn_srch3" class="icon_search" style="left:218px; top:80px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var search_term = model.getValue("/root/main/deptdata/chfempnm");
- var search_condition = "empnm";
- var receive_empid_path = "/root/main/deptdata/chfempid";
- var receive_empnm_path = "/root/main/deptdata/chfempnm";
- var receive_deptcd_path = "/root/main/deptdata/chfdeptcd";
- var receive_deptnm_path = "/root/main/deptdata/chfdeptnm";
- var receive_emptelno_path = "/root/main/deptdata/chfemptelno";
- var mode = "C";
-
- setParameter("search_condition", search_condition);
- setParameter("search_term", search_term);
- setParameter("receive_empid_path", receive_empid_path);
- setParameter("receive_empnm_path", receive_empnm_path);
- setParameter("receive_deptcd_path", receive_deptcd_path);
- setParameter("receive_deptnm_path", receive_deptnm_path);
- setParameter("receive_emptelno_path", receive_emptelno_path);
- setParameter("mode", mode);
-
- modal("SPCVO00700")
-
- clearParameter("search_condition");
- clearParameter("search_term");
- clearParameter("receive_empid_path");
- clearParameter("receive_empnm_path");
- clearParameter("receive_deptcd_path");
- clearParameter("receive_deptnm_path");
- clearParameter("receive_emptelno_path");
- clearParameter("mode");
- ]]>
- </script>
- </button>
- <button id="btn_del" class="btn5_letter2" style="left:882px; top:4px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/deptdata/savemode", "D");
- model.makeNode("/root/send/savedata");
- copyNodesetType("/root/send/savedata","/root/main/deptdata");
- if (submit("TXCVT00101")) {
- messageBox("담당자 삭제가 ", "I002");
- }
-
- fSetNewMsg();
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:225px; top:751px; width:970px; height:27px; ">
- <caption id="caption20" class="hand" style="left:100px; top:7px; width:505px; height:17px; ">부서별 담당자 관리에서는 각 부서의 담당자와 부서장을 지정하실 수 있습니다.</caption>
- <button id="btn_save" class="btn4_letter2" style="left:856px; top:5px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var deptcd = model.getValue("/root/main/deptdata/deptcd");
- var empid = model.getValue("/root/main/deptdata/empid");
- var chfempid = model.getValue("/root/main/deptdata/chfempid");
-
- if (deptcd == "") {
- messageBox("부서명을 ", "C001");
- model.setFocus("ipt_PatNm");
-
- } else if (empid == "") {
- messageBox("담당자명을 ", "C001");
- model.setFocus("ipt_empnm");
-
- } else if (chfempid == "") {
- messageBox("부서장명을 ", "C001");
- model.setFocus("ipt_chfempnm");
-
- } else {
- model.makeNode("/root/send/savedata");
- copyNodesetType("/root/send/savedata","/root/main/deptdata");
- if (submit("TXCVT00101")) {
- messageBox("담당자 입력이 ", "I002");
- }
-
- fSetNewMsg();
- }
-
- ]]>
- </script>
- </button>
- <button id="btn_clear" class="btn4_letter2" style="left:914px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitControl();
- ]]>
- </script>
- </button>
- </group>
- <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVO00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
- <shape id="rndrctlgnd" class="roundrect_legend" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:24px; top:485px; width:167px; height:244px; background-color:#f2f6ff; border-color:#c8c0fd; "/>
- <caption id="caption50" class="hand" style="left:35px; top:500px; width:144px; height:20px; ">VOC 진행 프로세스</caption>
- <caption id="caption51" style="left:60px; top:524px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(1) 접수]]>
- <hint>
- <![CDATA[
- 민원담당부서에서 여러 경로를 통해 접수된 VOC를 민원인
- 정보와 함께 접수 등록을 하게 되면【접수】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption52" style="left:60px; top:540px; width:115px; height:15px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(2) 회신요청]]>
- <hint>
- <![CDATA[
- 민원담당부서 담당자가 "접수"된 VOC를 선택하여 처리 요청을
- 하게 되면【회신요청】상태가 된다. 이 때 담당부서가 2개 이상인
- 경우에 미리 입력한 담당부서에 대하여 처리 요청을 할 수 있다.
- ]]>
- </hint>
- </caption>
- <caption id="caption53" style="left:60px; top:556px; width:115px; height:15px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(3) 부서처리중]]>
- <hint>
- <![CDATA[
- 각 부서 담당자가 "회신요청"된 VOC를 선택하여 그 내용을 읽고 『부서 접수 확인』
- 버튼을 눌러 해당 VOC 처리를 시작했음을 알리게 되면【부서처리중】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption54" style="left:60px; top:572px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(4) 담당자회신]]>
- <hint>
- <![CDATA[
- 각 부서 담당자가 "부서처리중"인 VOC에 대하여 실제 업무처리를 하고
- 부서장에게 결재 요청을 하고 난 뒤 부서장의 결재를 받아 부서 담당자가
- 민원담당부서 담당자에게 회신하게 되면【담당자회신】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption55" style="left:60px; top:588px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(5) 승인요청]]>
- <hint>
- <![CDATA[
- 민원담당부서 담당자가 "담당자회신"인 VOC에 대하여 민원담당부서장
- 에게 종결을 위한 부서장 승인 요청을 하면【승인요청】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption56" style="left:60px; top:604px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(6) 부서장승인]]>
- <hint>
- <![CDATA[
- 민원담당부서장은 "승인요청"인 VOC에 대하여 담당 부서별로
- 종결을 위한 부서장 승인을 하면【부서장승인】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption57" style="left:60px; top:620px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(7) 종결]]>
- <hint>
- <![CDATA[
- 민원담당부서 담당자가 "부서장승인"인 VOC에 대하여 종결 확인
- 버튼을 눌러 부서에 대하여 종결처리를 하면【종결】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption58" style="left:60px; top:636px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(8) 고객회신]]>
- <hint>
- <![CDATA[
- 민원담당부서 담당자가 모든 해당 부서가 종결 또는 임의종결된
- 상태에서 민원인에게 그 결과를 알려주고 경과 내용을 입력하고
- 고객회신 완료 버튼을 누르게 되면【고객회신】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption59" style="left:60px; top:652px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
- <![CDATA[(9) 처리완료]]>
- <hint>
- <![CDATA[
- 민원담당부서 담당자가 "고객회신"인 VOC에 대하여 처리 경과 등 처리내용을
- 적은 후 원인분석 및 개선활동을 적고 이후에도 지속적으로 관리하여야 하는지
- 여부를 체크하고 완료처리 버튼을 누르게 되면【처리완료】상태가 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption60" style="left:60px; top:672px; width:115px; height:15px; vertical-align:top; line-spacing:7; ">
- <![CDATA[ * 접수취소]]>
- <hint>
- <![CDATA[
- "접수"된 VOC는 "회신 요청"을 하기 전에 "접수 취소"를 할 수 있다. 하지만 이미
- 프로세스가 진행되어 담당부서로 요청한 경우에는 접수 취소를 할 수 없게 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption61" style="left:60px; top:688px; width:115px; height:15px; vertical-align:top; line-spacing:7; ">
- <![CDATA[ * 자체처리]]>
- <hint>
- <![CDATA[
- "접수"된 VOC는 "회신 요청"을 하기 전에 민원담당부서에서 자체적으로 완료처리를 할 수 있다.
- 하지만 이미 프로세스가 진행되어 담당부서로 요청한 경우에는 자체처리를 할 수 없게 된다.
- ]]>
- </hint>
- </caption>
- <caption id="caption62" style="left:60px; top:704px; width:115px; height:16px; vertical-align:top; line-spacing:7; ">
- <![CDATA[ * 임의종결]]>
- <hint>
- <![CDATA[
- 민원담당부서 담당자가 해당 부서에 "회신요청"을 했음에도 불구하고
- 그 부서에서 답변이 없을 때 업무 진행의 효율을 위해서 임의종결 처리를
- 하여 그 부서에 대해 종결 처리한 효과와 같은 효과를 줄 수 있다.
- ]]>
- </hint>
- </caption>
- </xhtml:body>
- </xhtml:html>
|