SMCVC00100_부서VOC처리현황.xrw 15 KB

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