SMCVT00100_부서별담당자관리.xrw 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCVT00100_부서별담당자관리
  4. * Summary : VOC 부서별담당자관리
  5. * Programmer : 김준규
  6. * Date Written : 2007.11.29
  7. * History :
  8. * Remark : 황현석($4) 2010.12.22
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>VOC 부서별 담당자관리</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <list>
  19. <voclist>
  20. <instnm/>
  21. <deptnm/>
  22. <psnworksupdeptnm/>
  23. <empnm/>
  24. <emptelno/>
  25. <chfempnm/>
  26. <chfdeptnm/>
  27. <chfdeptcd/>
  28. <chfemptelno/>
  29. <psnworksupdeptcd/>
  30. <empid/>
  31. <empmobile/>
  32. <chfempid/>
  33. <groupdeptcd/>
  34. <fstrgstrnm/>
  35. <lastupdtrnm/>
  36. <deptcd/>
  37. <rgstseq/>
  38. </voclist>
  39. </list>
  40. <deptdata>
  41. <deptnm/>
  42. <deptcd/>
  43. <psnworksupdeptnm/>
  44. <psnworksupdeptcd/>
  45. <empnm/>
  46. <empid/>
  47. <emptelno/>
  48. <empmobile/>
  49. <chfempnm/>
  50. <chfempid/>
  51. <chfdeptnm/>
  52. <chfdeptcd/>
  53. <chfemptelno/>
  54. <groupdeptcd/>
  55. <fstrgstrnm/>
  56. <lastupdtrnm/>
  57. <rgstseq/>
  58. <savemode>I</savemode>
  59. </deptdata>
  60. </main>
  61. <temp/>
  62. <send>
  63. <data>
  64. <searchterm/>
  65. <searchempnm/>
  66. <searchchfempnm/>
  67. <instcd/>
  68. </data>
  69. </send>
  70. <init/>
  71. </root>
  72. </instance>
  73. <submission id="TRCVT00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
  74. <submission id="TXCVT00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata"/>
  75. </model>
  76. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  77. <script type="javascript" ev:event="xforms-ready">
  78. <![CDATA[
  79. //사용자 설정
  80. var usernm = getUserInfo("usernm");
  81. model.setValue("/root/main/deptdata/fstrgstrnm", usernm);
  82. model.setValue("/root/main/deptdata/lastupdtrnm", usernm);
  83. model.removeNodeset("/root/main/list");
  84. submit("TRCVT00101");
  85. model.SetFocus("grd_voclist");
  86. fButtonMode();
  87. fCheckAuth();
  88. model.refresh();
  89. ]]>
  90. </script>
  91. <script type="javascript">
  92. <![CDATA[
  93. // 전역변수 설정
  94. var usernm = getUserInfo("usernm");
  95. function fCheckAuth() {
  96. // 권한체크
  97. if (!checkAuth("r")) {
  98. btnicon_search1.disabled = true;
  99. }
  100. if (!checkAuth("x")) {
  101. btn_save.disabled = true;
  102. }
  103. if (!checkAuth("p")) {
  104. btn_excsave.disabled = true;
  105. }
  106. }
  107. // 컨트롤을 초기화한다.
  108. function fInitControl(){
  109. // model.setValue("/root/main/deptdata/pid", "");
  110. // model.setValue("/root/main/deptdata/patnm", "");
  111. // model.setValue("/root/main/deptdata/mpphonno", "");
  112. // model.setValue("/root/main/deptdata/zipcd1", "");
  113. // model.setValue("/root/main/deptdata/zipcd2", "");
  114. // model.setValue("/root/main/deptdata/zipcdaddr", "");
  115. // model.setValue("/root/main/deptdata/detladdr", "");
  116. //
  117. // model.setValue("/root/main/deptdata/pid", "");
  118. // model.setValue("/root/main/deptdata/mngtmanflag", "");
  119. // model.setValue("/root/main/deptdata/clntvalu", "");
  120. //
  121. // btn_popVOC.disabled = "true";
  122. // btn_save.disabled = "true";
  123. model.refresh();
  124. }
  125. function fSetNewMsg() {
  126. model.setValue("/root/main/deptdata/deptcd", "");
  127. model.setValue("/root/main/deptdata/deptnm", "");
  128. model.setValue("/root/main/deptdata/empid", "");
  129. model.setValue("/root/main/deptdata/empnm", "");
  130. model.setValue("/root/main/deptdata/emptelno", "");
  131. model.setValue("/root/main/deptdata/empmobile", "");
  132. model.setValue("/root/main/deptdata/chfempid", "");
  133. model.setValue("/root/main/deptdata/chfempnm", "");
  134. model.setValue("/root/main/deptdata/chfdeptcd", "");
  135. model.setValue("/root/main/deptdata/chfdeptnm", "");
  136. model.setValue("/root/main/deptdata/chfemptelno", "");
  137. model.setValue("/root/main/deptdata/groupdeptcd", "");
  138. model.setValue("/root/main/deptdata/rgstseq", "");
  139. model.setValue("/root/main/deptdata/fstrgstrnm", usernm);
  140. model.setValue("/root/main/deptdata/lastupdtrnm", usernm);
  141. model.refresh();
  142. }
  143. function fButtonMode() {
  144. var savemode = model.getValue("/root/main/deptdata/savemode");
  145. if (savemode == "I") {
  146. btn_del.disabled = true;
  147. } else {
  148. btn_del.disabled = false;
  149. }
  150. }
  151. ]]>
  152. </script>
  153. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  154. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  155. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  156. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  157. </xhtml:head>
  158. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  159. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  160. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:171px; height:13px; ">VOC 부서별 담당자 관리</caption>
  161. </group>
  162. <group id="grp_johe" style="left:225px; top:23px; width:970px; height:35px; vertical-align:top; ">
  163. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:970px; height:35px; "/>
  164. <caption id="caption8" class="search_name" style="left:15px; top:9px; width:76px; height:17px; ">부서명 :</caption>
  165. <input id="ipt_searchterm" ref="/root/send/data/searchterm" class="input_search" imemode="hangul" style="left:95px; top:8px; width:140px; height:19px; ">
  166. <script type="javascript" ev:event="onkeyup">
  167. <![CDATA[
  168. inputEnterKey("btn_search", "DOMActivate");
  169. ]]>
  170. </script>
  171. </input>
  172. <caption id="caption7" class="search_name" style="left:321px; top:9px; width:82px; height:17px; ">담당자 :</caption>
  173. <input id="ipt_searchempnm" ref="/root/send/data/searchempnm" class="input_search" imemode="hangul" style="left:405px; top:8px; width:140px; height:19px; ">
  174. <script type="javascript" ev:event="onkeyup">
  175. <![CDATA[
  176. inputEnterKey("btn_search", "DOMActivate");
  177. ]]>
  178. </script>
  179. </input>
  180. <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:28px; "/>
  181. <button id="btn_search" class="btn1_letter2" style="left:898px; top:7px; width:56px; height:22px; ">
  182. <caption>조회</caption>
  183. <script type="javascript" ev:event="DOMActivate">
  184. <![CDATA[
  185. if ( ( ipt_searchterm.value.length > 0 ) && (ipt_searchterm.value.length < 2) ){
  186. messageBox("부서명 검색은 최소 2글자 이상 ", "C001");
  187. model.setFocus("ipt_searchempnm");
  188. } else if ( ( ipt_searchempnm.value.length > 0 ) && (ipt_searchempnm.value.length < 2) ){
  189. messageBox("담당자 이름 검색은 최소 2글자 이상 ", "C001");
  190. model.setFocus("ipt_searchempnm");
  191. } else if ( ( ipt_searchchfempnm.value.length > 0 ) && (ipt_searchchfempnm.value.length < 2) ){
  192. messageBox("부서장 이름 검색은 최소 2글자 이상 ", "C001");
  193. model.setFocus("ipt_searchchfempnm");
  194. } else {
  195. fSetNewMsg();
  196. model.removeNodeset("/root/main/list/voclist");
  197. submit("TRCVT00101");
  198. model.SetFocus("grd_voclist");
  199. }
  200. ]]>
  201. </script>
  202. </button>
  203. <caption id="caption4" class="search_name" style="left:611px; top:9px; width:82px; height:17px; ">부서장 :</caption>
  204. <input id="ipt_searchchfempnm" ref="/root/send/data/searchchfempnm" class="input_search" imemode="hangul" style="left:695px; top:8px; width:140px; height:19px; ">
  205. <script type="javascript" ev:event="onkeyup">
  206. <![CDATA[
  207. inputEnterKey("btn_search", "DOMActivate");
  208. ]]>
  209. </script>
  210. </input>
  211. </group>
  212. <group id="grp_customer" style="left:225px; top:58px; width:970px; height:565px; ">
  213. <caption id="caption10" class="tit_2" style="left:5px; top:10px; width:134px; height:14px; ">부서별 담당자 목록</caption>
  214. <button id="btn_excsave" class="btn2_letter4" style="left:905px; top:5px; width:64px; height:19px; ">
  215. <caption>엑셀저장</caption>
  216. <script type="javascript" ev:event="DOMActivate">
  217. <![CDATA[
  218. var fileName = window.fileDialog("save", ",", false, "부서별담당자엑셀", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  219. if (fileName != "")
  220. {
  221. grd_voclist.saveExcel(fileName);
  222. }
  223. ]]>
  224. </script>
  225. </button>
  226. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
  227. <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; ">
  228. <col class="text_center" ref="instnm"/>
  229. <col class="text_center" ref="deptnm"/>
  230. <col class="text_center" ref="psnworksupdeptnm"/>
  231. <col class="text_center" ref="empnm"/>
  232. <col class="text_center" ref="emptelno"/>
  233. <col class="text_center" ref="chfempnm"/>
  234. <col class="text_center" ref="chfdeptnm"/>
  235. <col class="text_center" ref="chfdeptcd" visibility="hidden"/>
  236. <col class="text_center" ref="chfemptelno" visibility="hidden"/>
  237. <col class="text_center" ref="psnworksupdeptcd" visibility="hidden"/>
  238. <col class="text_center" ref="empid" visibility="hidden"/>
  239. <col class="text_center" ref="empmobile" visibility="hidden"/>
  240. <col class="text_center" ref="chfempid" visibility="hidden"/>
  241. <col class="text_center" ref="groupdeptcd" visibility="hidden"/>
  242. <col class="text_center" ref="fstrgstrnm" visibility="hidden"/>
  243. <col class="text_center" ref="lastupdtrnm" visibility="hidden"/>
  244. <col class="text_center" ref="deptcd" visibility="hidden"/>
  245. <col class="text_center" ref="rgstseq" visibility="hidden"/>
  246. <script type="javascript" ev:event="ondblclick">
  247. <![CDATA[
  248. var row = grd_voclist.row;
  249. var deptnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("deptnm"));
  250. var deptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("deptcd"));
  251. var empnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("empnm"));
  252. var empid = grd_voclist.valueMatrix(row, grd_voclist.colRef("empid"));
  253. var emptelno = grd_voclist.valueMatrix(row, grd_voclist.colRef("emptelno"));
  254. var empmobile = grd_voclist.valueMatrix(row, grd_voclist.colRef("empmobile"));
  255. var chfempnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfempnm"));
  256. var chfempid = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfempid"));
  257. var chfdeptnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfdeptnm"));
  258. var chfdeptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfdeptcd"));
  259. var chfemptelno = grd_voclist.valueMatrix(row, grd_voclist.colRef("chfemptelno"));
  260. var psnworksupdeptnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("psnworksupdeptnm"));
  261. var psnworksupdeptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("psnworksupdeptcd"));
  262. var groupdeptcd = grd_voclist.valueMatrix(row, grd_voclist.colRef("groupdeptcd"));
  263. var fstrgstrnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("fstrgstrnm"));
  264. var lastupdtrnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("lastupdtrnm"));
  265. var rgstseq = grd_voclist.valueMatrix(row, grd_voclist.colRef("rgstseq"));
  266. if ((grd_voclist.row > 0) && grd_voclist.isCell(event.target)){
  267. model.setValue("/root/main/deptdata/deptnm", deptnm);
  268. model.setValue("/root/main/deptdata/deptcd", deptcd);
  269. model.setValue("/root/main/deptdata/psnworksupdeptnm", psnworksupdeptnm);
  270. model.setValue("/root/main/deptdata/psnworksupdeptcd", psnworksupdeptcd);
  271. model.setValue("/root/main/deptdata/empnm", empnm);
  272. model.setValue("/root/main/deptdata/empid", empid);
  273. model.setValue("/root/main/deptdata/emptelno", emptelno);
  274. model.setValue("/root/main/deptdata/empmobile", empmobile);
  275. model.setValue("/root/main/deptdata/chfempnm", chfempnm);
  276. model.setValue("/root/main/deptdata/chfempid", chfempid);
  277. model.setValue("/root/main/deptdata/chfdeptnm", chfdeptnm);
  278. model.setValue("/root/main/deptdata/chfdeptcd", chfdeptcd);
  279. model.setValue("/root/main/deptdata/chfemptelno", chfemptelno);
  280. model.setValue("/root/main/deptdata/groupdeptcd", groupdeptcd);
  281. model.setValue("/root/main/deptdata/fstrgstrnm", fstrgstrnm);
  282. model.setValue("/root/main/deptdata/lastupdtrnm", lastupdtrnm);
  283. model.setValue("/root/main/deptdata/rgstseq", rgstseq);
  284. // btn_popVOC.disabled = "false"; // 부서추가하기
  285. btn_save.disabled = "false";
  286. model.setValue("/root/main/deptdata/savemode", "U");
  287. model.refresh();
  288. } else {
  289. }
  290. fButtonMode();
  291. ]]>
  292. </script>
  293. </datagrid>
  294. <button id="btn_temp" class="btn5_letter3" visibility="hidden" style="left:849px; top:5px; width:53px; height:19px; ">
  295. <caption>조직도</caption>
  296. <script type="javascript" ev:event="DOMActivate">
  297. <![CDATA[
  298. open("SPCVT00300");
  299. ]]>
  300. </script>
  301. </button>
  302. </group>
  303. <group id="grp_PID" style="left:225px; top:624px; width:970px; height:127px; ">
  304. <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:134px; height:14px; ">부서별 담당자 정보</caption>
  305. <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
  306. <caption id="caption21" class="cell_1" style="left:241px; top:30px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서코드</caption>
  307. <output id="ipt_PID" ref="/root/main/deptdata/deptcd" class="output_fix" appearance="input" style="left:344px; top:31px; width:132px; height:19px; "/>
  308. <caption id="caption22" class="cell_1" style="left:0px; top:30px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서명</caption>
  309. <input id="ipt_PatNm" ref="/root/main/deptdata/deptnm" class="input_essential" appearance="input" style="left:103; top:31; width:112px; height:19px; ">
  310. <script type="javascript" ev:event="onkeyup">
  311. <![CDATA[
  312. inputEnterKey("btn_srch1", "DOMActivate");
  313. ]]>
  314. </script>
  315. </input>
  316. <line id="line4" class="line_2" style="x1:0px; y1:52px; x2:970px; y2:52px; "/>
  317. <caption id="caption14" class="cell_1" style="left:0px; top:54px; width:100px; height:23px; text-align:center; vertical-align:middle; ">담당자명</caption>
  318. <input id="ipt_empnm" ref="/root/main/deptdata/empnm" class="input_essential" appearance="input" style="left:103px; top:55px; width:112px; height:19px; ">
  319. <script type="javascript" ev:event="onkeyup">
  320. <![CDATA[
  321. inputEnterKey("btn_srch2", "DOMActivate");
  322. ]]>
  323. </script>
  324. </input>
  325. <caption id="caption5" class="cell_1" style="left:241px; top:54px; width:100px; height:23px; text-align:center; vertical-align:middle; ">담당자 연락처</caption>
  326. <input id="input4" ref="/root/main/deptdata/emptelno" disabled="false" appearance="input" style="left:344px; top:55px; width:132px; height:19px; "/>
  327. <caption id="caption6" class="cell_1" style="left:483px; top:54px; width:100px; height:23px; text-align:center; vertical-align:middle; ">담당자 핸드폰</caption>
  328. <input id="input5" ref="/root/main/deptdata/empmobile" appearance="input" style="left:586px; top:55px; width:132px; height:19px; "/>
  329. <line id="line5" class="line_2" style="x1:0px; y1:76px; x2:970px; y2:76px; "/>
  330. <caption id="caption11" class="cell_1" style="left:241px; top:78px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서장 부서</caption>
  331. <caption id="caption12" class="cell_1" style="left:0px; top:78px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서장명</caption>
  332. <caption id="caption13" class="cell_1" style="left:483px; top:78px; width:100px; height:23px; text-align:center; vertical-align:middle; ">부서장 연락처</caption>
  333. <input id="ipt_chfempnm" ref="/root/main/deptdata/chfempnm" class="input_essential" appearance="input" style="left:103px; top:79px; width:112px; height:19px; ">
  334. <script type="javascript" ev:event="onkeyup">
  335. <![CDATA[
  336. inputEnterKey("btn_srch3", "DOMActivate");
  337. ]]>
  338. </script>
  339. </input>
  340. <input id="input8" ref="/root/main/deptdata/chfdeptnm" disabled="true" appearance="input" style="left:344px; top:79px; width:132px; height:19px; "/>
  341. <input id="input9" ref="/root/main/deptdata/chfemptelno" appearance="input" style="left:586px; top:79px; width:132px; height:19px; "/>
  342. <line id="line6" class="line_2" style="x1:0px; y1:100px; x2:970px; y2:100px; "/>
  343. <caption id="caption3" class="cell_1" style="left:241px; top:102px; width:100px; height:23px; text-align:center; vertical-align:middle; ">그룹코드</caption>
  344. <caption id="caption9" class="cell_1" style="left:0px; top:102px; width:100px; height:23px; text-align:center; vertical-align:middle; ">인사상위부서</caption>
  345. <caption id="caption16" class="cell_1" style="left:483px; top:102px; width:100px; height:23px; text-align:center; vertical-align:middle; ">등록자</caption>
  346. <input id="input2" ref="/root/main/deptdata/psnworksupdeptnm" disabled="true" appearance="input" style="left:103px; top:103px; width:132px; height:19px; "/>
  347. <caption id="caption17" class="cell_1" style="left:723px; top:102px; width:105px; height:23px; text-align:center; vertical-align:middle; ">최종수정자</caption>
  348. <input id="input6" ref="/root/main/deptdata/groupdeptcd" disabled="true" appearance="input" style="left:344px; top:103px; width:132px; height:19px; "/>
  349. <input id="input11" ref="/root/main/deptdata/fstrgstrnm" disabled="true" appearance="input" style="left:586px; top:103px; width:132px; height:19px; "/>
  350. <input id="input12" ref="/root/main/deptdata/lastupdtrnm" disabled="true" appearance="input" style="left:832px; top:103px; width:112px; height:19px; "/>
  351. <line id="line16" class="line_3" style="x1:0px; y1:125px; x2:970px; y2:125px; "/>
  352. <button id="btn_popVOC" class="btn5_letter7" disabled="true" visibility="hidden" style="left:782px; top:4px; width:97px; height:19px; ">
  353. <caption>부서 추가하기</caption>
  354. <script type="javascript" ev:event="DOMActivate">
  355. <![CDATA[
  356. ]]>
  357. </script>
  358. </button>
  359. <button id="button1" class="btn2_letter2" style="left:927px; top:4px; width:42px; height:19px; ">
  360. <caption>신규</caption>
  361. <script type="javascript" ev:event="DOMActivate">
  362. <![CDATA[
  363. // model.reset();
  364. fSetNewMsg();
  365. fButtonMode();
  366. ]]>
  367. </script>
  368. </button>
  369. <button id="btn_srch1" class="icon_search" style="left:218px; top:32px; width:16px; height:16px; ">
  370. <caption/>
  371. <script type="javascript" ev:event="DOMActivate">
  372. <![CDATA[
  373. var search_term = model.getValue("/root/main/deptdata/deptnm");
  374. var search_condition = "deptnm";
  375. var receive_deptcd_path = "/root/main/deptdata/deptcd";
  376. var receive_deptnm_path = "/root/main/deptdata/deptnm";
  377. var receive_psnworksupdeptnm_path = "/root/main/deptdata/psnworksupdeptnm";
  378. var receive_psnworksupdeptcd_path = "/root/main/deptdata/psnworksupdeptcd";
  379. var mode = "B"
  380. setParameter("search_term", search_term);
  381. setParameter("search_condition", search_condition);
  382. setParameter("receive_deptcd_path", receive_deptcd_path);
  383. setParameter("receive_deptnm_path", receive_deptnm_path);
  384. setParameter("receive_psnworksupdeptnm_path", receive_psnworksupdeptnm_path);
  385. setParameter("receive_psnworksupdeptcd_path", receive_psnworksupdeptcd_path);
  386. setParameter("mode", mode);
  387. modal("SPCVO00600")
  388. clearParameter("search_term");
  389. clearParameter("search_condition");
  390. clearParameter("receive_deptcd_path");
  391. clearParameter("receive_deptnm_path");
  392. clearParameter("receive_psnworksupdeptnm_path");
  393. clearParameter("receive_psnworksupdeptcd_path");
  394. clearParameter("mode");
  395. ]]>
  396. </script>
  397. </button>
  398. <button id="btn_srch2" class="icon_search" style="left:218px; top:56px; width:16px; height:16px; ">
  399. <caption/>
  400. <script type="javascript" ev:event="DOMActivate">
  401. <![CDATA[
  402. var search_term = model.getValue("/root/main/deptdata/empnm");
  403. var search_condition = "empnm";
  404. var receive_empid_path = "/root/main/deptdata/empid";
  405. var receive_empnm_path = "/root/main/deptdata/empnm";
  406. var receive_deptcd_path = "/root/main/deptdata/deptcd";
  407. var receive_deptnm_path = "/root/main/deptdata/deptnm";
  408. var receive_emptelno_path = "/root/main/deptdata/emptelno";
  409. var receive_empmobile_path = "/root/main/deptdata/empmobile";
  410. var receive_psnworksupdeptnm_path = "/root/main/deptdata/psnworksupdeptnm";
  411. var receive_psnworksupdeptcd_path = "/root/main/deptdata/psnworksupdeptcd";
  412. var mode = "B";
  413. setParameter("search_condition", search_condition);
  414. setParameter("search_term", search_term);
  415. setParameter("receive_empid_path", receive_empid_path);
  416. setParameter("receive_empnm_path", receive_empnm_path);
  417. setParameter("receive_deptcd_path", receive_deptcd_path);
  418. setParameter("receive_deptnm_path", receive_deptnm_path);
  419. setParameter("receive_emptelno_path", receive_emptelno_path);
  420. setParameter("receive_empmobile_path", receive_empmobile_path);
  421. setParameter("receive_psnworksupdeptcd_path", receive_psnworksupdeptcd_path);
  422. setParameter("receive_psnworksupdeptnm_path", receive_psnworksupdeptnm_path);
  423. setParameter("mode", mode);
  424. modal("SPCVO00700")
  425. clearParameter("search_condition");
  426. clearParameter("search_term");
  427. clearParameter("receive_empid_path");
  428. clearParameter("receive_empnm_path");
  429. clearParameter("receive_deptcd_path");
  430. clearParameter("receive_deptnm_path");
  431. clearParameter("receive_emptelno_path");
  432. clearParameter("receive_empmobile_path");
  433. clearParameter("receive_psnworksupdeptcd_path");
  434. clearParameter("receive_psnworksupdeptnm_path");
  435. clearParameter("mode");
  436. ]]>
  437. </script>
  438. </button>
  439. <button id="btn_srch3" class="icon_search" style="left:218px; top:80px; width:16px; height:16px; ">
  440. <caption/>
  441. <script type="javascript" ev:event="DOMActivate">
  442. <![CDATA[
  443. var search_term = model.getValue("/root/main/deptdata/chfempnm");
  444. var search_condition = "empnm";
  445. var receive_empid_path = "/root/main/deptdata/chfempid";
  446. var receive_empnm_path = "/root/main/deptdata/chfempnm";
  447. var receive_deptcd_path = "/root/main/deptdata/chfdeptcd";
  448. var receive_deptnm_path = "/root/main/deptdata/chfdeptnm";
  449. var receive_emptelno_path = "/root/main/deptdata/chfemptelno";
  450. var mode = "C";
  451. setParameter("search_condition", search_condition);
  452. setParameter("search_term", search_term);
  453. setParameter("receive_empid_path", receive_empid_path);
  454. setParameter("receive_empnm_path", receive_empnm_path);
  455. setParameter("receive_deptcd_path", receive_deptcd_path);
  456. setParameter("receive_deptnm_path", receive_deptnm_path);
  457. setParameter("receive_emptelno_path", receive_emptelno_path);
  458. setParameter("mode", mode);
  459. modal("SPCVO00700")
  460. clearParameter("search_condition");
  461. clearParameter("search_term");
  462. clearParameter("receive_empid_path");
  463. clearParameter("receive_empnm_path");
  464. clearParameter("receive_deptcd_path");
  465. clearParameter("receive_deptnm_path");
  466. clearParameter("receive_emptelno_path");
  467. clearParameter("mode");
  468. ]]>
  469. </script>
  470. </button>
  471. <button id="btn_del" class="btn5_letter2" style="left:882px; top:4px; width:42px; height:19px; ">
  472. <caption>삭제</caption>
  473. <script type="javascript" ev:event="DOMActivate">
  474. <![CDATA[
  475. model.setValue("/root/main/deptdata/savemode", "D");
  476. model.makeNode("/root/send/savedata");
  477. copyNodesetType("/root/send/savedata","/root/main/deptdata");
  478. if (submit("TXCVT00101")) {
  479. messageBox("담당자 삭제가 ", "I002");
  480. }
  481. fSetNewMsg();
  482. ]]>
  483. </script>
  484. </button>
  485. </group>
  486. <group id="grp_btn" scroll="auto" style="left:225px; top:751px; width:970px; height:27px; ">
  487. <caption id="caption20" class="hand" style="left:100px; top:7px; width:505px; height:17px; ">부서별 담당자 관리에서는 각 부서의 담당자와 부서장을 지정하실 수 있습니다.</caption>
  488. <button id="btn_save" class="btn4_letter2" style="left:856px; top:5px; width:56px; height:22px; ">
  489. <caption>저장</caption>
  490. <script type="javascript" ev:event="DOMActivate">
  491. <![CDATA[
  492. var deptcd = model.getValue("/root/main/deptdata/deptcd");
  493. var empid = model.getValue("/root/main/deptdata/empid");
  494. var chfempid = model.getValue("/root/main/deptdata/chfempid");
  495. if (deptcd == "") {
  496. messageBox("부서명을 ", "C001");
  497. model.setFocus("ipt_PatNm");
  498. } else if (empid == "") {
  499. messageBox("담당자명을 ", "C001");
  500. model.setFocus("ipt_empnm");
  501. } else if (chfempid == "") {
  502. messageBox("부서장명을 ", "C001");
  503. model.setFocus("ipt_chfempnm");
  504. } else {
  505. model.makeNode("/root/send/savedata");
  506. copyNodesetType("/root/send/savedata","/root/main/deptdata");
  507. if (submit("TXCVT00101")) {
  508. messageBox("담당자 입력이 ", "I002");
  509. }
  510. fSetNewMsg();
  511. }
  512. ]]>
  513. </script>
  514. </button>
  515. <button id="btn_clear" class="btn4_letter2" style="left:914px; top:5px; width:56px; height:22px; ">
  516. <caption>취소</caption>
  517. <script type="javascript" ev:event="DOMActivate">
  518. <![CDATA[
  519. fInitControl();
  520. ]]>
  521. </script>
  522. </button>
  523. </group>
  524. <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVO00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
  525. <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; "/>
  526. <caption id="caption50" class="hand" style="left:35px; top:500px; width:144px; height:20px; ">VOC 진행 프로세스</caption>
  527. <caption id="caption51" style="left:60px; top:524px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  528. <![CDATA[(1) 접수]]>
  529. <hint>
  530. <![CDATA[
  531. 민원담당부서에서 여러 경로를 통해 접수된 VOC를 민원인
  532. 정보와 함께 접수 등록을 하게 되면【접수】상태가 된다.
  533. ]]>
  534. </hint>
  535. </caption>
  536. <caption id="caption52" style="left:60px; top:540px; width:115px; height:15px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  537. <![CDATA[(2) 회신요청]]>
  538. <hint>
  539. <![CDATA[
  540. 민원담당부서 담당자가 "접수"된 VOC를 선택하여 처리 요청을
  541. 하게 되면【회신요청】상태가 된다. 이 때 담당부서가 2개 이상인
  542. 경우에 미리 입력한 담당부서에 대하여 처리 요청을 할 수 있다.
  543. ]]>
  544. </hint>
  545. </caption>
  546. <caption id="caption53" style="left:60px; top:556px; width:115px; height:15px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  547. <![CDATA[(3) 부서처리중]]>
  548. <hint>
  549. <![CDATA[
  550. 각 부서 담당자가 "회신요청"된 VOC를 선택하여 그 내용을 읽고 『부서 접수 확인』
  551. 버튼을 눌러 해당 VOC 처리를 시작했음을 알리게 되면【부서처리중】상태가 된다.
  552. ]]>
  553. </hint>
  554. </caption>
  555. <caption id="caption54" style="left:60px; top:572px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  556. <![CDATA[(4) 담당자회신]]>
  557. <hint>
  558. <![CDATA[
  559. 각 부서 담당자가 "부서처리중"인 VOC에 대하여 실제 업무처리를 하고
  560. 부서장에게 결재 요청을 하고 난 뒤 부서장의 결재를 받아 부서 담당자가
  561. 민원담당부서 담당자에게 회신하게 되면【담당자회신】상태가 된다.
  562. ]]>
  563. </hint>
  564. </caption>
  565. <caption id="caption55" style="left:60px; top:588px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  566. <![CDATA[(5) 승인요청]]>
  567. <hint>
  568. <![CDATA[
  569. 민원담당부서 담당자가 "담당자회신"인 VOC에 대하여 민원담당부서장
  570. 에게 종결을 위한 부서장 승인 요청을 하면【승인요청】상태가 된다.
  571. ]]>
  572. </hint>
  573. </caption>
  574. <caption id="caption56" style="left:60px; top:604px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  575. <![CDATA[(6) 부서장승인]]>
  576. <hint>
  577. <![CDATA[
  578. 민원담당부서장은 "승인요청"인 VOC에 대하여 담당 부서별로
  579. 종결을 위한 부서장 승인을 하면【부서장승인】상태가 된다.
  580. ]]>
  581. </hint>
  582. </caption>
  583. <caption id="caption57" style="left:60px; top:620px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  584. <![CDATA[(7) 종결]]>
  585. <hint>
  586. <![CDATA[
  587. 민원담당부서 담당자가 "부서장승인"인 VOC에 대하여 종결 확인
  588. 버튼을 눌러 부서에 대하여 종결처리를 하면【종결】상태가 된다.
  589. ]]>
  590. </hint>
  591. </caption>
  592. <caption id="caption58" style="left:60px; top:636px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  593. <![CDATA[(8) 고객회신]]>
  594. <hint>
  595. <![CDATA[
  596. 민원담당부서 담당자가 모든 해당 부서가 종결 또는 임의종결된
  597. 상태에서 민원인에게 그 결과를 알려주고 경과 내용을 입력하고
  598. 고객회신 완료 버튼을 누르게 되면【고객회신】상태가 된다.
  599. ]]>
  600. </hint>
  601. </caption>
  602. <caption id="caption59" style="left:60px; top:652px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  603. <![CDATA[(9) 처리완료]]>
  604. <hint>
  605. <![CDATA[
  606. 민원담당부서 담당자가 "고객회신"인 VOC에 대하여 처리 경과 등 처리내용을
  607. 적은 후 원인분석 및 개선활동을 적고 이후에도 지속적으로 관리하여야 하는지
  608. 여부를 체크하고 완료처리 버튼을 누르게 되면【처리완료】상태가 된다.
  609. ]]>
  610. </hint>
  611. </caption>
  612. <caption id="caption60" style="left:60px; top:672px; width:115px; height:15px; vertical-align:top; line-spacing:7; ">
  613. <![CDATA[ * 접수취소]]>
  614. <hint>
  615. <![CDATA[
  616. "접수"된 VOC는 "회신 요청"을 하기 전에 "접수 취소"를 할 수 있다. 하지만 이미
  617. 프로세스가 진행되어 담당부서로 요청한 경우에는 접수 취소를 할 수 없게 된다.
  618. ]]>
  619. </hint>
  620. </caption>
  621. <caption id="caption61" style="left:60px; top:688px; width:115px; height:15px; vertical-align:top; line-spacing:7; ">
  622. <![CDATA[ * 자체처리]]>
  623. <hint>
  624. <![CDATA[
  625. "접수"된 VOC는 "회신 요청"을 하기 전에 민원담당부서에서 자체적으로 완료처리를 할 수 있다.
  626. 하지만 이미 프로세스가 진행되어 담당부서로 요청한 경우에는 자체처리를 할 수 없게 된다.
  627. ]]>
  628. </hint>
  629. </caption>
  630. <caption id="caption62" style="left:60px; top:704px; width:115px; height:16px; vertical-align:top; line-spacing:7; ">
  631. <![CDATA[ * 임의종결]]>
  632. <hint>
  633. <![CDATA[
  634. 민원담당부서 담당자가 해당 부서에 "회신요청"을 했음에도 불구하고
  635. 그 부서에서 답변이 없을 때 업무 진행의 효율을 위해서 임의종결 처리를
  636. 하여 그 부서에 대해 종결 처리한 효과와 같은 효과를 줄 수 있다.
  637. ]]>
  638. </hint>
  639. </caption>
  640. </xhtml:body>
  641. </xhtml:html>