SMCVC00201_부서VOC열람내용.xrw 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCVC00201_부서 VOC 열람내용
  4. * Summary : 부서 VOC 열람내용
  5. * Programmer : 김준규
  6. * Date Written : 2007.06.18
  7. * History :
  8. * Remark :
  9. -->
  10. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <vocdata>
  19. <accept>
  20. <clntnm/>
  21. <acptseq/>
  22. <acptdd/>
  23. <genrdd/>
  24. <acpttype/>
  25. <prcsstat/>
  26. <acptkindlrg/>
  27. <acptkindmdl/>
  28. <acptkindsml/>
  29. <acpttitl/>
  30. <acptcnts/>
  31. <acpviewdd/>
  32. <openallyn/>
  33. </accept>
  34. <deptview>
  35. <deptnm/>
  36. <deptcd/>
  37. <empnm/>
  38. <empid/>
  39. </deptview>
  40. </vocdata>
  41. <temp>
  42. <data>
  43. <srchacptdd1/>
  44. <srchacptdd2/>
  45. <srchacpttypecd/>
  46. <srchprcsstatcd/>
  47. <srchdeptcd/>
  48. <srchdeptnm/>
  49. <srchcintnm/>
  50. <srchpatnm/>
  51. </data>
  52. <key>
  53. <sndacptdd/>
  54. <sndacptseq/>
  55. <sndrgstseq/>
  56. </key>
  57. </temp>
  58. </main>
  59. <send>
  60. <data/>
  61. </send>
  62. <hidden>
  63. <C0003list>
  64. <cdid/>
  65. <cdnm/>
  66. </C0003list>
  67. <C0004list>
  68. <cdid/>
  69. <cdnm/>
  70. </C0004list>
  71. <C0005list>
  72. <cdid/>
  73. <cdnm/>
  74. </C0005list>
  75. <C0006list>
  76. <cdid/>
  77. <cdnm/>
  78. </C0006list>
  79. <C0007list>
  80. <cdid/>
  81. <cdnm/>
  82. </C0007list>
  83. <C0008list>
  84. <cdid/>
  85. <cdnm/>
  86. </C0008list>
  87. <C0009list>
  88. <cdid/>
  89. <cdnm/>
  90. </C0009list>
  91. </hidden>
  92. </root>
  93. </instance>
  94. <submission id="TRCVB00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/temp/key" resultref="/root/main/vocdata"/>
  95. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="urlencoded-post" replace="instance"/>
  96. </model>
  97. <script type="javascript" ev:event="xforms-ready">
  98. <![CDATA[
  99. submit("TRCVB00201");
  100. if( model.getValue("/root/main/vocdata/accept/acptkindlrg") == "C" ) {
  101. switch (model.getValue("/root/main/vocdata/accept/acptkindmdl")) {
  102. case "ES" :
  103. cmb_AcptKindSml.choices.itemset.attribute("nodeset") = "/root/hidden/C0005list/C0005";
  104. zbcfGetCodeList( new Array("C0003", "C0004", "C0005"), new Array("/root/hidden/C0003list", "/root/hidden/C0004list", "/root/hidden/C0005list"), true );
  105. break;
  106. case "PS" :
  107. cmb_AcptKindSml.choices.itemset.attribute("nodeset") = "/root/hidden/C0006list/C0006";
  108. zbcfGetCodeList( new Array("C0003", "C0004", "C0006"), new Array("/root/hidden/C0003list", "/root/hidden/C0004list", "/root/hidden/C0006list"), true );
  109. break;
  110. case "OS" :
  111. cmb_AcptKindSml.choices.itemset.attribute("nodeset") = "/root/hidden/C0007list/C0007";
  112. zbcfGetCodeList( new Array("C0003", "C0004", "C0007"), new Array("/root/hidden/C0003list", "/root/hidden/C0004list", "/root/hidden/C0007list"), true );
  113. break;
  114. case "NS" :
  115. cmb_AcptKindSml.choices.itemset.attribute("nodeset") = "/root/hidden/C0008list/C0008";
  116. zbcfGetCodeList( new Array("C0003", "C0004", "C0008"), new Array("/root/hidden/C0003list", "/root/hidden/C0004list", "/root/hidden/C0008list"), true );
  117. break;
  118. case "TS" :
  119. cmb_AcptKindSml.choices.itemset.attribute("nodeset") = "/root/hidden/C0009list/C0009";
  120. zbcfGetCodeList( new Array("C0003", "C0004", "C0009"), new Array("/root/hidden/C0003list", "/root/hidden/C0004list", "/root/hidden/C0009list"), true );
  121. break;
  122. default :
  123. zbcfGetCodeList( new Array("C0003", "C0004"), new Array("/root/hidden/C0003list", "/root/hidden/C0004list"), true );
  124. break;
  125. }
  126. } else {
  127. zbcfGetCodeList( new Array("C0003"), new Array("/root/hidden/C0003list"), true );
  128. }
  129. model.refresh();
  130. ]]>
  131. </script>
  132. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  133. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  134. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  135. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  136. </xhtml:head>
  137. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  138. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  139. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:145px; height:13px; ">부서 VOC 처리내용</caption>
  140. </group>
  141. <group id="grp_Accept" style="left:225px; top:23px; width:970px; height:728px; ">
  142. <caption id="caption23" class="tit_2" style="left:5px; top:0px; width:119px; height:13px; ">등록된 접수내역</caption>
  143. <select id="chk_allopen" ref="/root/main/vocdata/accept/openallyn" disabled="true" overflow="visible" appearance="full" disable.background-color="transparent" style="left:814px; top:0px; width:156px; height:19px; font-weight:bold; border-style:none; ">
  144. <choices>
  145. <item>
  146. <label>모든 부서에 내용 공개</label>
  147. <value>Y</value>
  148. </item>
  149. </choices>
  150. </select>
  151. <line id="line8" class="line_1" style="x1:0px; y1:15px; x2:970px; y2:15px; "/>
  152. <line id="line9" class="line_2" style="x1:0px; y1:42px; x2:970px; y2:42px; "/>
  153. <caption id="caption24" class="cell_1" style="left:0px; top:20px; width:105px; height:23px; text-align:center; vertical-align:middle; ">접수일자</caption>
  154. <output id="ipt_AcptViewDD" ref="/root/main/vocdata/accept/acpviewdd" class="output_fix" inputtype="date" style="left:108px; top:21px; width:130px; height:19px; "/>
  155. <caption id="caption25" class="cell_1" style="left:241px; top:20px; width:105px; height:23px; text-align:center; vertical-align:middle; ">접수번호</caption>
  156. <output id="opt_AcptNo" ref="/root/main/vocdata/accept/acptseq" class="output_fix" inputtype="date" style="left:349px; top:21px; width:130px; height:19px; "/>
  157. <caption id="caption26" class="cell_1" style="left:483px; top:20px; width:105px; height:23px; text-align:center; vertical-align:middle; ">접수형태</caption>
  158. <output id="ipt_GenrDD" ref="/root/main/vocdata/accept/genrdd" class="output_fix" style="left:591px; top:21px; width:130px; height:19px; "/>
  159. <caption id="caption2" class="cell_1" style="left:723px; top:20px; width:105px; height:23px; text-align:center; vertical-align:middle; ">민원인</caption>
  160. <output id="ipt_CintNm" ref="/root/main/vocdata/accept/clntnm" class="output_fix" style="left:832px; top:21px; width:130px; height:19px; "/>
  161. <line id="line10" class="line_2" style="x1:0px; y1:66px; x2:970px; y2:66px; "/>
  162. <caption id="caption28" class="cell_1" style="left:0px; top:44px; width:105px; height:23px; text-align:center; vertical-align:middle; ">접수유형</caption>
  163. <select1 id="cmb_AcptKindLrg" ref="/root/main/vocdata/accept/acptkindlrg" class="combo_default" disabled="true" appearance="minimal" style="left:108px; top:45px; width:120px; height:19px; ">
  164. <choices>
  165. <itemset nodeset="/root/hidden/C0003list/C0003">
  166. <label ref="cdnm"/>
  167. <value ref="cdid"/>
  168. </itemset>
  169. </choices>
  170. </select1>
  171. <select1 id="cmb_AcptKindMdl" ref="/root/main/vocdata/accept/acptkindmdl" class="combo_default" disabled="true" appearance="minimal" style="left:230px; top:45px; width:120px; height:19px; ">
  172. <choices>
  173. <itemset nodeset="/root/hidden/C0004list/C0004">
  174. <label ref="cdnm"/>
  175. <value ref="cdid"/>
  176. </itemset>
  177. </choices>
  178. </select1>
  179. <select1 id="cmb_AcptKindSml" ref="/root/main/vocdata/accept/acptkindsml" class="combo_default" disabled="true" appearance="minimal" style="left:352px; top:45px; width:127px; height:19px; ">
  180. <choices>
  181. <itemset nodeset="/root/hidden/C0005list/C0005">
  182. <label ref="cdnm"/>
  183. <value ref="cdid"/>
  184. </itemset>
  185. </choices>
  186. </select1>
  187. <caption id="caption3" class="cell_1" style="left:723px; top:44px; width:105px; height:23px; text-align:center; vertical-align:middle; ">진행상태</caption>
  188. <output id="opt_PrcsStat" ref="/root/main/vocdata/accept/prcsstat" class="output_fix" style="left:832px; top:45px; width:130px; height:19px; "/>
  189. <line id="line12" class="line_2" style="x1:0px; y1:202px; x2:970px; y2:202px; "/>
  190. <caption id="caption29" class="cell_1" style="left:0px; top:68px; width:105px; height:135px; text-align:center; vertical-align:middle; ">
  191. <![CDATA[민원이 제기된
  192. 부서 및 직원]]>
  193. </caption>
  194. <datagrid id="grd_dept" nodeset="/root/main/vocdata/deptview" caption="해당부서^부서코드^해당직원^직원ID^등록순서" colwidth="150, 80, 100, 90, 0" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:108px; top:69px; width:450px; height:133px; ">
  195. <col ref="deptnm" style="text-align:center; "/>
  196. <col ref="deptcd" style="text-align:center; "/>
  197. <col ref="empnm" style="text-align:center; "/>
  198. <col ref="empid" style="text-align:center; "/>
  199. <col ref="rgstseq" visibility="hidden"/>
  200. </datagrid>
  201. <line id="line13" class="line_2" style="x1:0px; y1:226px; x2:970px; y2:226px; "/>
  202. <caption id="caption33" class="cell_1" style="left:0px; top:204px; width:105px; height:23px; text-align:center; vertical-align:middle; ">제 목</caption>
  203. <output id="ipt_AcptTitl" ref="/root/main/vocdata/accept/acpttitl" class="output_fix" style="left:108px; top:205px; width:850px; height:19px; "/>
  204. <line id="line14" class="line_3" style="x1:0px; y1:727px; x2:970px; y2:727px; "/>
  205. <caption id="caption34" class="cell_1" style="left:0px; top:228px; width:105px; height:500px; text-align:center; vertical-align:middle; ">민원 내용</caption>
  206. <textarea id="tar_AcptCnts" ref="/root/main/vocdata/accept/acptcnts" scroll="vertical" editable="false" style="left:108px; top:229px; width:850px; height:496px; "/>
  207. <caption id="caption4" class="cell_1" style="left:483px; top:20px; width:105px; height:23px; text-align:center; vertical-align:middle; ">발생일자</caption>
  208. <caption id="caption5" class="cell_1" style="left:483px; top:44px; width:105px; height:23px; text-align:center; vertical-align:middle; ">접수구분</caption>
  209. <output id="cmb_AcptType" ref="/root/main/vocdata/accept/acpttype" class="output_fix" style="left:591px; top:45px; width:130px; height:19px; "/>
  210. </group>
  211. <group id="grp_btn" scroll="auto" style="left:225px; top:751px; width:970px; height:27px; ">
  212. <button id="btn_list" class="btn6_letter2" style="left:0px; top:5px; width:56px; height:22px; ">
  213. <caption>목록</caption>
  214. <script type="javascript" ev:event="DOMActivate">
  215. <![CDATA[
  216. navigate("SMCVC00100", "", "", "", "SMCVC00100", "/root/main/temp", "/root/send");
  217. ]]>
  218. </script>
  219. </button>
  220. </group>
  221. <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVA00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
  222. <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; "/>
  223. <caption id="caption50" class="hand" style="left:35px; top:540px; width:144px; height:30px; ">부서 처리 프로세스</caption>
  224. <caption id="caption51" style="left:60px; top:574px; width:115px; height:20px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  225. <![CDATA[(1) 부서접수확인]]>
  226. <hint>
  227. <![CDATA[
  228. 부서 담당자가 "회신요청"된 VOC를 선택하여 그 내용을 읽고 『부서 접수 확인』
  229. 버튼을 눌러 해당 VOC 처리를 시작했음을 알리게 되면【부서처리중】상태가 된다.
  230. ]]>
  231. </hint>
  232. </caption>
  233. <caption id="caption52" style="left:60px; top:594px; width:115px; height:21px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  234. <![CDATA[(2) 처리진행]]>
  235. <hint>
  236. <![CDATA[
  237. 부서 담당자는 "부서처리중"인 VOC에 대해 민원이 제기된 내용 확인, 고객과의 연락, 민원 처리 등 실제
  238. 업무 처리를 진행하고 그 결과 내용을 저장한다. 진행상태는 여전히【부서처리중】상태가 되어 있다.
  239. ]]>
  240. </hint>
  241. </caption>
  242. <caption id="caption53" style="left:60px; top:614px; width:115px; height:20px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  243. <![CDATA[(3) 결재요청]]>
  244. <hint>
  245. <![CDATA[
  246. 부서 담당자는 업무 처리 결과 내용의 입력 완료 후 부서장 결재 요청 버튼을 눌러
  247. 부서장에게 결재를 요청한다. 진행상태는 여전히【부서처리중】상태가 되어 있다.
  248. ]]>
  249. </hint>
  250. </caption>
  251. <caption id="caption54" style="left:60px; top:634px; width:115px; height:20px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  252. <![CDATA[(4) 부서장결재]]>
  253. <hint>
  254. <![CDATA[
  255. 부서장은 부서 담당자가 결재 요청한 VOC에 대하여 그 내용을 확인, 판단하여 부서장 의견을 적어
  256. 결재처리를 하게 되면 진행상태는【부서장결재】상태가 되어 부서에서의 업무가 종료하게 된다.
  257. ]]>
  258. </hint>
  259. </caption>
  260. <caption id="caption55" style="left:60px; top:656px; width:115px; height:20px; vertical-align:top; line-spacing:7; ">
  261. <![CDATA[ * 열람내용 확인]]>
  262. <hint>
  263. <![CDATA[
  264. 부서 담당자 및 부서내 직원은 처리여부를 "열람"으로 검색하여
  265. 다른 부서의 공개된 VOC 접수 내용을 볼 수 있다.
  266. ]]>
  267. </hint>
  268. </caption>
  269. <caption id="caption56" style="left:60px; top:676px; width:115px; height:20px; vertical-align:top; line-spacing:7; ">
  270. <![CDATA[ * 부서통계]]>
  271. <hint>
  272. <![CDATA[
  273. 부서 담당자는 "부서 VOC 미회신현황" 메뉴에서 자신의 부서에 대하여
  274. 조회일자를 지정하여 미회신율, 미회신기간 등 그 현황을 확인할 수 있다.
  275. ]]>
  276. </hint>
  277. </caption>
  278. </xhtml:body>
  279. </xhtml:html>