SMCVQ00200_VOC부서장결재현황.xrw 16 KB

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