SMCVB00100_VOC처리요청현황.xrw 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCVB00100_VOC 처리요청현황
  4. * Summary : VOC 처리요청현황
  5. * Programmer : 김준규
  6. * Date Written : 2007.01.22
  7. * History : 2007.03.19
  8. * Remark :
  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. <vocreqlist>
  20. <acptdd/>
  21. <acptseq/>
  22. <acpttype/>
  23. <prcsstat/>
  24. <acpttitl/>
  25. <acptkindlrg/>
  26. <clntnm/>
  27. <deptnm/>
  28. <empnm/>
  29. <fstrgstrnm/>
  30. </vocreqlist>
  31. </list>
  32. </main>
  33. <send>
  34. <data>
  35. <srchacptdd1/>
  36. <srchacptdd2/>
  37. <srchacpttypecd/>
  38. <srchprcsstatcd>E</srchprcsstatcd>
  39. <srchdeptcd/>
  40. <srchdeptnm/>
  41. <srchcintnm/>
  42. <srchpatnm/>
  43. </data>
  44. <key>
  45. <sndacptdd/>
  46. <sndacptseq/>
  47. </key>
  48. </send>
  49. <init>
  50. <C0001list>
  51. <C0001>
  52. <cdid/>
  53. <cdnm>전체</cdnm>
  54. </C0001>
  55. </C0001list>
  56. </init>
  57. </root>
  58. </instance>
  59. <submission id="TRCVB00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
  60. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="urlencoded-post" replace="instance"/>
  61. </model>
  62. <script type="javascript" ev:event="xforms-ready">
  63. <![CDATA[
  64. model.removeNodeset("/root/main/list");
  65. var reSrchAcptDD1 = model.getValue("/root/send/data/srchacptdd1")
  66. // 처음 검색 팝업을 띄울 때에는 기본 정보를 안 보여주고, 한번 검색 한 이후에는 최종선택한 정보를 기본적으로 가져옴..
  67. if ( reSrchAcptDD1 == "" || reSrchAcptDD1 == null ){
  68. model.setValue("/root/send/data/srchacptdd1",getCurrentDate().toDate().getAddDate(-31,"D").getDateFormat());
  69. model.setValue("/root/send/data/srchacptdd2",getCurrentDate());
  70. } else {
  71. submit("TRCVB00101");
  72. model.SetFocus("grd_vocreqlist");
  73. }
  74. zbcfGetCodeList( new Array("C0001"), new Array("/root/init/C0001list"), true );
  75. fCheckAuth();
  76. model.refresh();
  77. ]]>
  78. </script>
  79. <script type="javascript" ev:event="xforms-model-construct-done">
  80. <![CDATA[
  81. grd_vocreqlist.mergeCol(0) = false;
  82. grd_vocreqlist.mergeCol(3) = false;
  83. grd_vocreqlist.mergeCol(4) = false;
  84. grd_vocreqlist.mergeCol(5) = false;
  85. grd_vocreqlist.mergeCol(6) = false;
  86. grd_vocreqlist.mergeCol(7) = false;
  87. grd_vocreqlist.mergeCol(8) = false;
  88. grd_vocreqlist.mergeCol(9) = false;
  89. grd_vocreqlist.mergeCol(10) = false;
  90. grd_vocreqlist.mergeCol(11) = false;
  91. ]]>
  92. </script>
  93. <script type="javascript">
  94. <![CDATA[
  95. function fCheckAuth() {
  96. // 권한체크
  97. if (!checkAuth("r")) {
  98. btnicon_search1.disabled = true;
  99. btn_search.disabled = true;
  100. btn_list.disabled = true;
  101. }
  102. if (!checkAuth("x")) {
  103. btn_insert.disabled = true;
  104. }
  105. if (!checkAuth("p")) {
  106. btn_excsave.disabled = true;
  107. }
  108. }
  109. ]]>
  110. </script>
  111. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  112. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  113. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  114. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  115. </xhtml:head>
  116. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  117. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  118. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:146px; height:14px; ">VOC 진행사항 조회</caption>
  119. </group>
  120. <group id="grp_johe" style="left:225px; top:23px; width:970px; height:59px; vertical-align:top; ">
  121. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:970px; height:59px; "/>
  122. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:87px; height:17px; ">접수일자 :</caption>
  123. <input id="ipt_SrchAcptDD1" ref="/root/send/data/srchacptdd1" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:120px; height:19px; "/>
  124. <caption id="caption3" class="search_no_b" style="left:230px; top:9px; width:12px; height:17px; ">~</caption>
  125. <input id="ipt_SrchAcptDD2" ref="/root/send/data/srchacptdd2" class="input_s_essential" inputtype="date" style="left:245px; top:8px; width:120px; height:19px; "/>
  126. <caption id="caption4" class="search_name" style="left:394px; top:9px; width:87px; height:17px; ">접수구분 :</caption>
  127. <select1 id="cmb_SrchAcptTypeCd" ref="/root/send/data/srchacpttypecd" class="combo_search" appearance="minimal" style="left:483px; top:8px; width:130px; height:19px; ">
  128. <choices>
  129. <itemset nodeset="/root/init/C0001list/C0001">
  130. <label ref="cdnm"/>
  131. <value ref="cdid"/>
  132. </itemset>
  133. </choices>
  134. </select1>
  135. <caption id="caption5" class="search_name" style="left:640px; top:9px; width:87px; height:17px; ">요청여부 :</caption>
  136. <select1 id="cmb_SrchPrcsStatCd" ref="/root/send/data/srchprcsstatcd" class="combo_s_essential" appearance="minimal" style="left:730px; top:8px; width:130px; height:19px; ">
  137. <choices>
  138. <item>
  139. <label>미요청</label>
  140. <value>E</value>
  141. </item>
  142. <item>
  143. <label>기요청</label>
  144. <value>Q</value>
  145. </item>
  146. </choices>
  147. </select1>
  148. <caption id="caption6" class="search_name" style="left:15px; top:33px; width:87px; height:17px; ">담당부서 :</caption>
  149. <output id="ipt_SrchDeptCd" ref="/root/send/data/srchdeptcd" class="output_fix" style="left:105px; top:32px; width:80px; height:19px; "/>
  150. <button id="btnicon_search1" class="icon_search" style="left:190px; top:32px; width:16px; height:16px; ">
  151. <caption/>
  152. <script type="javascript" ev:event="DOMActivate">
  153. <![CDATA[
  154. var search_term = model.getValue("/root/send/data/srchdeptcd");
  155. if ( search_term != "") {
  156. var search_condition = "deptcd";
  157. } else {
  158. var search_condition = "deptnm";
  159. }
  160. var receive_deptcd_path = "/root/send/data/srchdeptcd";
  161. var receive_deptnm_path = "/root/send/data/srchdeptnm";
  162. setParameter("search_condition", search_condition);
  163. setParameter("search_term", search_term);
  164. setParameter("receive_deptcd_path", receive_deptcd_path);
  165. setParameter("receive_deptnm_path", receive_deptnm_path);
  166. modal("SPCCM00300")
  167. clearParameter("search_condition");
  168. clearParameter("search_term");
  169. clearParameter("receive_deptcd_path");
  170. clearParameter("receive_deptnm_path");
  171. ]]>
  172. </script>
  173. </button>
  174. <input id="ipt_SrchDeptNm" ref="/root/send/data/srchdeptnm" class="input_search" style="left:210px; top:32px; width:130px; height:19px; "/>
  175. <caption id="caption8" class="search_name" style="left:394px; top:33px; width:87px; height:17px; ">환 자 명 :</caption>
  176. <input id="ipt_SrchPatNm" ref="/root/send/data/srchpatnm" class="input_search" style="left:483px; top:32px; width:130px; height:19px; ">
  177. <script type="javascript" ev:event="onkeyup">
  178. <![CDATA[
  179. inputEnterKey("btn_search", "DOMActivate");
  180. ]]>
  181. </script>
  182. </input>
  183. <caption id="caption7" class="search_name" style="left:640px; top:33px; width:87px; height:17px; ">민 원 인 :</caption>
  184. <input id="ipt_SrchCintNm" ref="/root/send/data/srchcintnm" class="input_search" style="left:730px; top:32px; width:130px; height:19px; ">
  185. <script type="javascript" ev:event="onkeyup">
  186. <![CDATA[
  187. inputEnterKey("btn_search", "DOMActivate");
  188. ]]>
  189. </script>
  190. </input>
  191. <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:53px; "/>
  192. <button id="btn_search" class="btn1_letter2" style="left:898px; top:17px; width:56px; height:22px; ">
  193. <caption>조회</caption>
  194. <script type="javascript" ev:event="DOMActivate">
  195. <![CDATA[
  196. if (isRequiredControls("ipt_SrchAcptDD1", "ipt_SrchAcptDD2", "cmb_SrchPrcsStatCd") ){
  197. model.removeNodeset("/root/main/list/vocreqlist");
  198. submit("TRCVB00101");
  199. model.SetFocus("grd_vocreqlist");
  200. }
  201. ]]>
  202. </script>
  203. </button>
  204. </group>
  205. <group id="grp_customer" style="left:225px; top:82px; width:970px; height:669px; ">
  206. <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:111px; height:14px; ">처리요청 목록</caption>
  207. <button id="btn_excsave" class="btn2_letter4" style="left:903px; top:5px; width:64px; height:19px; ">
  208. <caption>엑셀저장</caption>
  209. <script type="javascript" ev:event="DOMActivate">
  210. <![CDATA[
  211. var fileName = window.fileDialog("save", ",", false, "VOC처리요청목록엑셀", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  212. if (fileName != "")
  213. {
  214. grd_voclist.saveExcel(fileName);
  215. }
  216. ]]>
  217. </script>
  218. </button>
  219. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
  220. <datagrid id="grd_vocreqlist" nodeset="/root/main/list/vocreqlist" allowselection="false" caption="접수번호^접수일자^접수구분^진행상태^제목^접수유형^민원인^담당부서^등록자" colsep="^" colwidth="70, 80, 80, 70, 320, 75, 75, 95, 75" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="reverseseq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:970px; height:639px; ">
  221. <col class="text_center" ref="acptseq"/>
  222. <col class="text_center" ref="acptdd" format="yyyy-mm-dd"/>
  223. <col class="text_center" ref="acpttype"/>
  224. <col class="text_center" ref="prcsstat"/>
  225. <col ref="acpttitl"/>
  226. <col class="text_center" ref="acptkindlrg"/>
  227. <col class="text_center" ref="clntnm"/>
  228. <col class="text_center" ref="deptnm"/>
  229. <col class="text_center" ref="fstrgstrnm"/>
  230. <script type="javascript" ev:event="ondblclick">
  231. <![CDATA[
  232. var row = grd_vocreqlist.row;
  233. var receive_acptdd = grd_vocreqlist.valueMatrix(row, grd_vocreqlist.colRef("acptdd"));
  234. var receive_acptseq = grd_vocreqlist.valueMatrix(row, grd_vocreqlist.colRef("acptseq"));
  235. if ((grd_vocreqlist.row > 0) && grd_vocreqlist.isCell(event.target)){
  236. model.setValue("/root/send/key/sndacptdd", receive_acptdd);
  237. model.setValue("/root/send/key/sndacptseq", receive_acptseq);
  238. navigate("SMCVB00200", "", "", "", "SMCVB00200", "/root/send", "/root/main/temp");
  239. } else {
  240. }
  241. ]]>
  242. </script>
  243. </datagrid>
  244. </group>
  245. <group id="grp_btn" scroll="auto" style="left:225px; top:751px; width:970px; height:27px; ">
  246. <caption id="caption20" class="hand" style="left:100px; top:7px; width:625px; height:17px; ">VOC 처리 요청현황에서는 접수 취소, 자체 처리 목록을 제외한 내역을 보실 수 있습니다.</caption>
  247. <button id="btn_list" class="btn4_letter5" style="left:878px; top:5px; width:92px; height:22px; ">
  248. <caption>정보 보기</caption>
  249. <script type="javascript" ev:event="DOMActivate">
  250. <![CDATA[
  251. var row = grd_vocreqlist.row;
  252. var receive_acptdd = grd_vocreqlist.valueMatrix(row, grd_vocreqlist.colRef("acptdd"));
  253. var receive_acptseq = grd_vocreqlist.valueMatrix(row, grd_vocreqlist.colRef("acptseq"));
  254. if ((grd_vocreqlist.row > 0) && (grd_vocreqlist.col > 1)){
  255. model.setValue("/root/send/key/sndacptdd", receive_acptdd);
  256. model.setValue("/root/send/key/sndacptseq", receive_acptseq);
  257. navigate("SMCVB00200", "", "", "", "SMCVB00200", "/root/send", "/root/main/temp");
  258. } else {
  259. messageBox("조회하신 후 목록을 ","C002");
  260. model.SetFocus("grd_vocreqlist");
  261. }
  262. ]]>
  263. </script>
  264. </button>
  265. </group>
  266. <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVA00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
  267. <shape id="rndrctlgnd" class="roundrect_legend" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:24px; top:529px; width:167px; height:200px; background-color:#f2f6ff; border-color:#c8c0fd; "/>
  268. <caption id="caption50" class="hand" style="left:35px; top:540px; width:144px; height:30px; ">VOC 진행 프로세스</caption>
  269. <caption id="caption51" style="left:60px; top:574px; width:115px; height:20px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  270. <![CDATA[(1) 접수완료]]>
  271. <hint>
  272. <![CDATA[
  273. 민원담당부서에서 여러 경로를 통해 접수된 VOC를 민원인
  274. 정보와 함께 등록을 하게 되면【접수완료】상태가 된다.
  275. ]]>
  276. </hint>
  277. </caption>
  278. <caption id="caption52" style="left:60px; top:594px; width:115px; height:20px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  279. <![CDATA[(2) 회신요청]]>
  280. <hint>
  281. <![CDATA[
  282. 민원담당부서 담당자가 "접수완료"된 VOC를 선택하여 담당부서를 정해
  283. 처리 요청을 하게 되면【회신요청】상태가 된다. 이 때 담당부서가 2개
  284. 이상인 경우에 담당부서를 계속해서 지정하여 처리 요청을 할 수 있다.
  285. ]]>
  286. </hint>
  287. </caption>
  288. <caption id="caption53" style="left:60px; top:614px; width:115px; height:20px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  289. <![CDATA[(3) 부서처리중]]>
  290. <hint>
  291. <![CDATA[
  292. 각 부서 담당자가 "회신요청"된 VOC를 선택하여 그 내용을 읽고 『부서 접수 확인』
  293. 버튼을 눌러 해당 VOC 처리를 시작했음을 알리게 되면【부서처리중】상태가 된다.
  294. ]]>
  295. </hint>
  296. </caption>
  297. <caption id="caption54" style="left:60px; top:634px; width:115px; height:21px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  298. <![CDATA[(4) 부서장결재]]>
  299. <hint>
  300. <![CDATA[
  301. 각 부서 담당자가 "부서처리중"인 VOC에 대하여 실제 업무처리를 하고
  302. 부서장에게 결재 요청을 하고 난 뒤 부서장이 의견을 적고 결재 버튼을
  303. 눌러 민원담당부서 담당자에게 회신하게 되면【부서장결재】상태가 된다.
  304. ]]>
  305. </hint>
  306. </caption>
  307. <caption id="caption55" style="left:60px; top:654px; width:115px; height:20px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  308. <![CDATA[(5) 처리완료]]>
  309. <hint>
  310. <![CDATA[
  311. 민원담당부서 담당자가 "부서장결재"인 VOC에 대하여 부서의 처리결과를 판단하여
  312. 그 결과가 미진하거나 또 다른 부서와 관련된다고 판단되면 "재요청 처리"를 할 수 있고,
  313. 제대로 처리되었다고 판단되면 원인분석 및 개선활동을 적고 이후에도 지속적으로 관리
  314. 하여야 하는지 여부를 체크하고 완료처리 버튼을 누르게 되면【처리완료】상태가 된다.
  315. ]]>
  316. </hint>
  317. </caption>
  318. <caption id="caption56" style="left:60px; top:676px; width:115px; height:20px; vertical-align:top; line-spacing:7; ">
  319. <![CDATA[ * 접수취소]]>
  320. <hint>
  321. <![CDATA[
  322. "접수완료"된 VOC는 "회신 요청"을 하기 전에 "접수 취소"를 할 수 있다. 하지만 이미
  323. 프로세스가 진행되어 담당부서로 요청이 들어간 경우에는 접수 취소를 할 수 없게 된다.
  324. ]]>
  325. </hint>
  326. </caption>
  327. <caption id="caption57" style="left:60px; top:696px; width:115px; height:20px; vertical-align:top; line-spacing:7; ">
  328. <![CDATA[ * 자체처리]]>
  329. <hint>
  330. <![CDATA[
  331. "접수완료"된 VOC는 "회신 요청"을 하기 전에 민원담당부서에서 자체적으로 완료처리를 할 수 있다.
  332. 하지만 이미 프로세스가 진행되어 담당부서로 요청이 들어간 경우에는 자체처리를 할 수 없게 된다.
  333. ]]>
  334. </hint>
  335. </caption>
  336. </xhtml:body>
  337. </xhtml:html>