SMMQO00300_교직원제안목록.xrw 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>교직원 제안목록</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <propos>
  12. <acptno/>
  13. <acptdd/>
  14. <suggkindcd/>
  15. <subj/>
  16. <prcsstatnm/>
  17. <prcststatcd/>
  18. <refcnt/>
  19. <instcd/>
  20. <suggempdeptnm/>
  21. <suggemphngnm/>
  22. <replcnt/>
  23. </propos>
  24. </list>
  25. </main>
  26. <init>
  27. <suggkind>
  28. <row>
  29. <cdid>all</cdid>
  30. <cdnm>전체</cdnm>
  31. </row>
  32. <row>
  33. <cdid>01</cdid>
  34. <cdnm>고객서비스</cdnm>
  35. </row>
  36. <row>
  37. <cdid>02</cdid>
  38. <cdnm>기획 및 홍보</cdnm>
  39. </row>
  40. <row>
  41. <cdid>03</cdid>
  42. <cdnm>시설 및 환경</cdnm>
  43. </row>
  44. <row>
  45. <cdid>04</cdid>
  46. <cdnm>전산프로그램</cdnm>
  47. </row>
  48. <row>
  49. <cdid>05</cdid>
  50. <cdnm>프로세스 및 비용절감</cdnm>
  51. </row>
  52. <row>
  53. <cdid>06</cdid>
  54. <cdnm>기타</cdnm>
  55. </row>
  56. </suggkind>
  57. <dept>
  58. <row>
  59. <deptcd/>
  60. <deptnm/>
  61. </row>
  62. </dept>
  63. </init>
  64. <send>
  65. <fromdd/>
  66. <todd/>
  67. <suggempdeptcd>T</suggempdeptcd>
  68. <trgtorddept/>
  69. <suggkindcd>T</suggkindcd>
  70. <srchflag>2</srchflag>
  71. <reqdata/>
  72. <acptno/>
  73. <instcd/>
  74. </send>
  75. <hidden/>
  76. <temp>
  77. <hardcdno/>
  78. </temp>
  79. </root>
  80. </instance>
  81. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  82. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  83. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  84. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  85. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  86. <script type="javascript" ev:event="xforms-ready">
  87. <![CDATA[
  88. //2009-11-30 강지훈 수정 : 기관별 메인화면 변경
  89. sw_text.attribute("border-style") = "hidden";
  90. mmbfGetHardCodeInfo("/root/send/reqdata", "/root/temp/hardcdno", 9913);
  91. var hardcdno = model.getValue("/root/temp/hardcdno/hardcd/hardcd");
  92. if(hardcdno != ""){
  93. model.toggle(hardcdno);
  94. sw_text.visible = true;
  95. }
  96. else{
  97. sw_text.visible = false;
  98. grp_main.attribute("top") = 0;
  99. grp_main.attribute("height") = 750;
  100. btn_acpt.attribute("top") = 725;
  101. datagrid1.attribute("height") = 631;
  102. btn_extn.visible = false;
  103. }
  104. ipt_fromdd.value = getCurrentDate().substring(0,6).concat("01");
  105. ipt_todd.value = getCurrentDate();
  106. submit("TRMQK00301");
  107. addComboInstance("/root/init/dept", "deptcd^deptnm", "all^전체", "row"); //대분류콤보 전체항목 추가
  108. searchreptdept.select(0);
  109. searchendyn.select(0);
  110. // 진료과
  111. var ref = "/root/send/reqdata";
  112. var rsltref = "/root/init/orddept";
  113. var mmb_rsltref = "/root/hidden/mmb/orddept";
  114. model.removeNode(mmb_rsltref);
  115. model.makeNode(mmb_rsltref);
  116. model.removeNode(ref);
  117. model.makeValue(ref + "/orddeptflag", "D");
  118. btn_excel.visible = false;
  119. //for(var i=grd_safelist.fixedRows; i<grd_safelist.rows; i++)
  120. //{
  121. //grd_safelist.tooltipText(i, grd_safelist.colRef("serdiaggrde")) = grd_safelist.valueMatrix(i, grd_safelist.colRef("serdiaggrdenm"));
  122. //}
  123. model.refresh();
  124. submit("TRMQO00301");
  125. ]]>
  126. </script>
  127. <submission id="TRMQR01000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
  128. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="urlencoded-post"/>
  129. <submission id="TRMQO00301" mediatype="application/x-www-form-urlencoded" method="urlencoded-post" ref="/root/send" resultref="/root/main/list"/>
  130. <submission id="TRMQK00301" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/dept/row"/>
  131. <submission id="TXMQO00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  132. <submission id="TRMMB04103" mediatype="application/x-www-form-urlencoded" method="post"/>
  133. </model>
  134. </xhtml:head>
  135. <xhtml:body guideline="2,-2;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  136. <group id="grp_main" scroll="auto" style="left:0px; top:235px; width:1195px; height:537px; ">
  137. <line id="line1" class="line_1" style="x1:0px; y1:84px; x2:1191px; y2:84px; "/>
  138. <group id="grp_sea" style="left:0px; top:20px; width:1194px; height:40px; vertical-align:top; ">
  139. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1192px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
  140. <caption id="caption8" class="search_name" style="left:12px; top:7px; width:91px; height:17px; ">접수일자</caption>
  141. <caption id="caption7" class="search_no_b" style="left:188px; top:8px; width:12px; height:17px; ">~</caption>
  142. <caption id="caption2" class="search_name" style="left:291px; top:7px; width:89px; height:17px; ">담당부서 :</caption>
  143. <caption id="caption3" class="search_name" style="left:556px; top:7px; width:91px; height:17px; ">제안유형 :</caption>
  144. <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" inputtype="date" style="left:101px; top:7px; width:85px; height:19px; "/>
  145. <input id="ipt_todd" ref="/root/send/todd" class="input_search" inputtype="date" style="left:201px; top:7px; width:85px; height:19px; "/>
  146. <line id="line2" style="x1:1122px; y1:5px; x2:1122px; y2:26px; border-color:#ffcc99; "/>
  147. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:5px; width:56px; height:22px; ">
  148. <caption>조회</caption>
  149. <script type="javascript" ev:event="DOMActivate">
  150. <![CDATA[
  151. submit("TRMQO00301");
  152. ]]>
  153. </script>
  154. </button>
  155. <select1 id="searchreptdept" ref="/root/send/suggempdeptcd" class="combo_search" appearance="minimal" style="left:381px; top:7px; width:159px; height:19px; ">
  156. <choices>
  157. <itemset nodeset="/root/init/dept/row">
  158. <label ref="deptnm"/>
  159. <value ref="deptcd"/>
  160. </itemset>
  161. </choices>
  162. </select1>
  163. <select1 id="searchendyn" ref="/root/send/suggkindcd" class="combo_search" appearance="minimal" style="left:646px; top:7px; width:284px; height:19px; ">
  164. <choices>
  165. <itemset nodeset="/root/init/suggkind/row">
  166. <label ref="/cdnm"/>
  167. <value ref="/cdid"/>
  168. </itemset>
  169. </choices>
  170. </select1>
  171. </group>
  172. <caption id="caption4" class="tit_2" style="left:5px; top:68px; width:113px; height:13px; ">제안목록 조회</caption>
  173. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:180px; height:13px; ">교직원제안목록</caption>
  174. <button id="btn_excel" class="btn2_letter4" style="left:1127px; top:63px; width:64px; height:19px; ">
  175. <caption>엑셀저장</caption>
  176. <script type="javascript" ev:event="DOMActivate">
  177. <![CDATA[
  178. var fileName = window.fileDialog("save", ",", false, "제안목록조회_" + getCurrentDate(), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  179. if (fileName != "")
  180. {
  181. datagrid1.saveExcel(fileName, "SheetName", true, true, "", "", "false");
  182. }
  183. ]]>
  184. </script>
  185. </button>
  186. <button id="btn_acpt" class="btn4_letter4" disable.background-image="../../../com/commonweb/images/dis_btn4_letter5.gif" style="left:1110px; top:510px; width:80px; height:22px; background-image:../../../com/commonweb/images/btn4_letter5.gif; ">
  187. <caption>제안접수</caption>
  188. <script type="javascript" ev:event="DOMActivate">
  189. <![CDATA[
  190. setParameter("prcsstatcd", "0");
  191. modal("SMMQO00100", "1", "", "");
  192. model.refresh();
  193. ]]>
  194. </script>
  195. </button>
  196. <button id="btn_extn" class="btn2_letter4" style="left:1127px; top:0px; width:64px; height:19px; ">
  197. <caption>목록확대</caption>
  198. <script type="javascript" ev:event="DOMActivate">
  199. <![CDATA[
  200. sw_text.visible = false;
  201. grp_main.attribute("top") = 0;
  202. grp_main.attribute("height") = 750;
  203. btn_acpt.attribute("top") = 725;
  204. datagrid1.attribute("height") = 631;
  205. btn_extn.visible = false;
  206. ]]>
  207. </script>
  208. </button>
  209. <datagrid id="datagrid1" nodeset="/root/main/list/propos" caption="접수번호^접수일자^제안유형^제목^진행상태^제안부서^제안자^prcsstatcd^조회수^댓글수^기관코드" colsep="^" colwidth="74, 83, 130, 533, 138, 100, 60, 0, 46, 45, 0" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:89px; width:1191px; height:416px; ">
  210. <col ref="acptno"/>
  211. <col ref="acptdd" format="yyyy-mm-dd"/>
  212. <col ref="suggkindcd" style="left:253px; top:23px; width:145px; height:23px; "/>
  213. <col ref="subj"/>
  214. <col ref="prcsstatnm"/>
  215. <col ref="suggempdeptnm"/>
  216. <col ref="suggemphngnm" visibility="hidden"/>
  217. <col ref="prcststatcd" visible="hidden"/>
  218. <col ref="refcnt"/>
  219. <col ref="replcnt"/>
  220. <col ref="instcd" visible="hidden"/>
  221. <script type="javascript" ev:event="ondblclick">
  222. <![CDATA[
  223. var cur_row = datagrid1.row;
  224. var acptno = model.getValue("/root/main/list/propos[" + cur_row + "]/acptno");
  225. var instcd = model.getValue("/root/main/list/propos[" + cur_row + "]/instcd");
  226. var prcsstatcd = model.getValue("/root/main/list/propos[" + cur_row + "]/prcsstatcd");
  227. model.setValue("/root/send/acptno", acptno);
  228. model.setValue("/root/send/instcd", instcd);
  229. setParameter("ano", model.getValue("/root/main/list/propos[" + cur_row + "]/acptno"));
  230. setParameter("prcsstatcd", prcsstatcd);
  231. setParameter("suggempid", model.getValue("/root/main/list/propos[" + cur_row + "]/suggempid"));
  232. if(cur_row > 0){
  233. if(!(checkUserGroup("UGE_QIP") || getUserId() == "DEVB07")){
  234. submit("TXMQO00301");
  235. }
  236. modal("SMMQO00100", "1", "", "");
  237. clearParameter("suggempid");
  238. submit("TRMQO00301");
  239. model.refresh();
  240. }
  241. ]]>
  242. </script>
  243. <script type="javascript" ev:event="onaftersort">
  244. <![CDATA[
  245. datagrid1.gridToInstance();
  246. ]]>
  247. </script>
  248. </datagrid>
  249. </group>
  250. <switch id="sw_text" visibility="hidden" style="left:0; top:0; width:1192px; height:233px; ">
  251. <case id="01">
  252. <group id="grp_text_01" visibility="visible" style="left:0; top:0; width:1190px; height:230px; ">
  253. <caption id="cap_text" class="tit_1" style="left:100px; top:90px; width:1186px; height:13px; ">
  254. <![CDATA[제안제도란?
  255. ]]>
  256. </caption>
  257. <caption id="caption1" class="search_name" style="left:20px; top:20px; width:1000px; height:17px; ">안녕하십니까? CS팀입니다. 제안제도 프로그램을 이용해 주셔서 감사합니다.</caption>
  258. <caption id="caption9" style="left:38px; top:211px; width:560px; height:16px; ">마일리지 형식으로 추후 포상 예정</caption>
  259. <caption id="caption10" class="tit_2" style="left:20px; top:156px; width:120px; height:13px; ">운영 방법</caption>
  260. <caption id="caption11" class="tit_2" style="left:20px; top:196px; width:120px; height:13px; ">포상</caption>
  261. <caption id="caption12" style="left:38px; top:171px; width:890px; height:21px; ">제안 등록 → 1차 심사(관련 부서장 검토) → 2차 심사(제안심의회 검토) → 채택, 기각, 보류 (시행자 또는 제안자에게 통보) → 채택제안 시행(추후 제안담당자 확인)</caption>
  262. <caption id="caption13" style="left:38px; top:61px; width:1000px; height:84px; ">
  263. <![CDATA[ 제안제도는 병원 교직원이 현재 업무를 하면서 현장에서 부딪치는 여러가지 다양한 상황 속에서 개선이 필요하다고 느껴지는 문제점과
  264. 병원 전반적인 검토가 필요한 의견, 그리고 창의적인 의견을 이 프로그램을 통해 작성, 관련 부서와 제안심의회의 검토를 거쳐,
  265. 병원 프로세스 개선, 업무의 편의성 향상, 그리고 고객 중심 서비스 제공으로 비용 절감 효과 및 내/외부 고객서비스를 제고하는 시스템입니다.
  266. 따라서 여러분의 날카로운 지적과 참신한 아이디어가 필요하며, 여러분의 제안이 우리병원의 새로운 문화를 만들어 갑니다.
  267. 단, 단순 불만/불평, 긴급 수리/보수 건은 관련 부서(원무팀, 시설팀, 정보지원팀 장애접수시스템 등)에 직접 연락하여 해결하셔야 합니다.
  268. 따라서, 제안의 성격과 맞지 않는 건은 임의로 삭제될 수 있음을 알려 드리오니, 이점 유념하시어 제안 작성하여 주시기 바랍니다.]]>
  269. </caption>
  270. <caption id="caption5" class="tit_2" style="left:20px; top:44px; width:120px; height:13px; ">제안제도 소개</caption>
  271. </group>
  272. </case>
  273. <case id="02" selected="true">
  274. <group id="grp_text_02" style="left:0; top:0; width:1190px; height:230px; ">
  275. <caption id="caption14" class="tit_1" style="left:100px; top:90px; width:1186px; height:13px; ">
  276. <![CDATA[제안제도란?
  277. ]]>
  278. </caption>
  279. <caption id="caption16" style="left:38px; top:194px; width:560px; height:16px; ">기획팀(8009)</caption>
  280. <caption id="caption17" class="tit_2" style="left:20px; top:71px; width:120px; height:13px; ">제안 대상</caption>
  281. <caption id="caption18" class="tit_2" style="left:20px; top:174px; width:131px; height:13px; ">담당부서 및 연락처</caption>
  282. <caption id="caption19" style="left:38px; top:91px; width:978px; height:28px; ">
  283. <![CDATA[병원차원의 검토가 필요한 사항이나 참신한 아이디어 등을 제안하여 주시기 바랍니다.
  284. 단순 불만/불평, 긴급수리/보수 등에 대한 내용은 관련 부서에 직접 연락하셔야 하며, 제안의 성격과 맞지 않는 경우에는 제안자와 협의하여 삭제될 수 있사오니 유념하시기 바랍니다.]]>
  285. </caption>
  286. <caption id="caption20" style="left:38px; top:46px; width:1000px; height:24px; ">본 프로그램은 병원 교직원이 현장에서 발생하는 여러 상황 중에서 개선이 필요한 사항을 쉽게 제안할 수 있도록 마련한 프로그램입니다.</caption>
  287. <caption id="caption21" class="tit_2" style="left:20px; top:29px; width:120px; height:13px; ">프로그램 소개</caption>
  288. <caption id="caption22" class="tit_2" style="left:20px; top:130px; width:120px; height:13px; ">제안제도 운영</caption>
  289. <caption id="caption23" style="left:38px; top:145px; width:978px; height:28px; ">여러분께서 제안하신 내용은 소정의 절차에 따라 검토되어 현장에 반영될 것입니다.</caption>
  290. </group>
  291. </case>
  292. </switch>
  293. </xhtml:body>
  294. </xhtml:html>