SMCVQ01000_부서VOC열람내용.xrw 15 KB

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