SMCFA00100_진료예약현황.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCFA00100_진료예약현황
  4. * Summary : 진료예약현황
  5. * Programmer : 엄윤호
  6. * Date Written : 2007.06.26
  7. * History : 2007.06.26, 2008.06.16, 박원희(오류수정 및 기능 보완, OneStop여부 추가, Sort기능, 마우스 오른쪽버튼 팝업메뉴 추가 및 기타-전송제외의 경우 나중에 필요할지 몰라서 Visible-false로 함,하단의 버튼도 visible-false만 시킴 )
  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>진료 예약현황</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <list>
  19. <rsrvlist/>
  20. </list>
  21. <codedata>
  22. <popup>
  23. <popupnm>SMS예약전송</popupnm>
  24. <popupcd>0</popupcd>
  25. </popup>
  26. <popup>
  27. <popupnm>이메일전송</popupnm>
  28. <popupcd>1</popupcd>
  29. </popup>
  30. <popup>
  31. <popupnm>캠페인등록</popupnm>
  32. <popupcd>2</popupcd>
  33. </popup>
  34. </codedata>
  35. </main>
  36. <send>
  37. <srch>
  38. <ordfromdd/>
  39. <ordtodd/>
  40. <orddept/>
  41. <orddr/>
  42. <rsrvflag/>
  43. <pid/>
  44. <patnm/>
  45. <fsexamflag/>
  46. <trsmstat/>
  47. <onesvcyn/>
  48. <recvrtelno/>
  49. </srch>
  50. <rsrvlist/>
  51. <rsrvrule>
  52. <rsrvflag>1</rsrvflag>
  53. <itemflag>D</itemflag>
  54. </rsrvrule>
  55. </send>
  56. <init>
  57. <comncdlist>
  58. <P0021list/>
  59. <P0022list/>
  60. <P0341list/>
  61. <C0019list/>
  62. </comncdlist>
  63. <basecdlist>
  64. <orddeptlist>
  65. </orddeptlist>
  66. <orddrlist>
  67. <usercombo/>
  68. </orddrlist>
  69. </basecdlist>
  70. <rsrvrule>
  71. <delivedd/>
  72. <delivetm/>
  73. <msglrgcd/>
  74. <msgmdlcd/>
  75. <msgsmlcd/>
  76. <msgcnts/>
  77. </rsrvrule>
  78. </init>
  79. <temp>
  80. <result/>
  81. <trsmstat/>
  82. </temp>
  83. </root>
  84. </instance>
  85. <script type="javascript" ev:event="xforms-ready">
  86. <![CDATA[
  87. // P0021: 초재진구분, P0022: 기타예약구분, P0341: 예약구분, C0019: 전송상태
  88. zbcfGetCodeList(new Array("P0021","P0022","P0341","C0019"),
  89. new Array("/root/init/comncdlist/P0021list","/root/init/comncdlist/P0022list","/root/init/comncdlist/P0341list","/root/init/comncdlist/C0019list"));
  90. var instcd = getUserInfo("dutplceinstcd");
  91. var standard_yn = "orduseyn";
  92. var ord_deptflag = "D"; // 외래진료과
  93. var rslt_ref = "/root/init/basecdlist/orddeptlist";
  94. //zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref);
  95. submit("TRCRB00104");
  96. submit("TRCFA00102"); // 예약주기관리(발송일, 발송 메시지)
  97. var delive_dd = model.getValue("/root/init/rsrvrule/delivedd");
  98. var ord_dd = getCurrentDate().toDate().getAddDate(parseInt(delive_dd), "D").getDateFormat("YYYYMMDD");
  99. model.setValue("/root/send/srch/ordfromdd", ord_dd);
  100. model.setValue("/root/send/srch/ordtodd", ord_dd);
  101. addComboItemAll( "cmb_rsrvflag|cmb_trsmstat|cmb_orddept|cmb_orddr|cmb_fsexamflag");
  102. fCheckAuth();
  103. fInitRsrvList();
  104. model.refresh();
  105. ]]>
  106. </script>
  107. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  108. <submission id="TRZSU10105" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" add="top"/>
  109. <submission id="TRZSU10117" mediatype="application/x-www-form-urlencoded" method="post"/>
  110. <submission id="TRCFA00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srch" resultref="/root/main/list/rsrvlist"/>
  111. <submission id="TXCFA00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/rsrvlist" resultref="/root/temp/result"/>
  112. <submission id="TRCFA00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/rsrvrule" resultref="/root/init/rsrvrule"/>
  113. <submission id="TRCRB00104" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/basecdlist/orddeptlist"/>
  114. </model>
  115. <script type="javascript" src="../../../crm/crmweb/js/CCZ001.js"/>
  116. <script type="javascript" src="../../../crm/reserveweb/js/CFZ001.js"/>
  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/commonweb/js/stringHelper.js"/>
  121. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  122. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  123. <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
  124. <script type="javascript">
  125. <![CDATA[
  126. function fCheckAuth() {
  127. // 권한체크
  128. if (!checkAuth("r")) {
  129. btn_search.disabled=true;
  130. }
  131. if (!checkAuth("x")) {
  132. btn_save.disabled=true;
  133. btn_trsmstat.disabled=true;
  134. btn_sms.disabled=true;
  135. btn_email.disabled=true;
  136. btn_cmpn.disabled=true;
  137. }
  138. if (!checkAuth("p")) {
  139. btn_saveexcel.disabled = true;
  140. }
  141. }
  142. function fInitRsrvList() {
  143. // 그리드 초기화
  144. model.removeNodeset("/root/main/list/rsrvlist");
  145. //grd_rsrvlist.clearStatus();
  146. //grd_rsrvlist.colStyle(1, "data","background-image") = "../../../com/commonweb/images/icon_n.gif";
  147. //model.refresh();
  148. }
  149. function fSaveRsrvList() {
  150. // 예약메시지 전송에서 제외한 목록 저장
  151. var grid = grd_rsrvlist;
  152. var updt_list = getGridUpdateData(grid);
  153. if (updt_list != "") {
  154. model.setValue("/root/send/rsrvlist", grid.getUpdateData());
  155. }
  156. setAlertOn();
  157. if (submit("TXCFA00101")) {
  158. grid.clearStatus(); // submit() 성공하면 그리드의 i,u,d 상태 제거
  159. grid.colStyle(1, "data","background-image") = "../../../com/commonweb/images/icon_n.gif";
  160. model.setValue("/root/send/rsrvlist","");
  161. //submit("TRCFA00101");
  162. }
  163. }
  164. ]]>
  165. </script>
  166. </xhtml:head>
  167. <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  168. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  169. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">외래진료예약 전송관리</caption>
  170. </group>
  171. <group id="group2" style="left:0px; top:23px; width:1194px; height:60px; vertical-align:top; ">
  172. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:59px; "/>
  173. <caption id="caption3" class="search_name" style="left:1px; top:9px; width:86px; height:17px; ">예약일자 :</caption>
  174. <input id="ipt_ordfromdd" ref="/root/send/srch/ordfromdd" class="input_search" inputtype="date" style="left:93px; top:8px; width:90px; height:19px; "/>
  175. <caption id="caption4" class="search_no_b" style="left:188px; top:9px; width:12px; height:17px; ">~</caption>
  176. <input id="ipt_ordtodd" ref="/root/send/srch/ordtodd" class="input_search" inputtype="date" style="left:203px; top:8px; width:90px; height:19px; "/>
  177. <caption id="caption5" class="search_name" style="left:306px; top:9px; width:86px; height:17px; ">진료과 :</caption>
  178. <select1 id="cmb_orddept" ref="/root/send/srch/orddept" class="combo_search" appearance="minimal" style="left:385px; top:8px; width:110px; height:19px; ">
  179. <choices>
  180. <itemset nodeset="/root/init/basecdlist/orddeptlist">
  181. <label ref="depthngnm"/>
  182. <value ref="deptcd"/>
  183. </itemset>
  184. </choices>
  185. <script type="javascript" ev:event="xforms-value-changed">
  186. <![CDATA[
  187. model.resetInstanceNode("/root/hidden/zsu/userlist/user");
  188. var dutplceinstcd = getGlobalVariable("dutplceinstcd");
  189. var deptcd = model.getValue("/root/send/srch/orddept");
  190. var basedd = getCurrentDate();
  191. if (model.getValue("/root/send/srch/orddept") == "") {
  192. model.makeValue("/root/hidden/zsu/userlist", "");
  193. } else {
  194. zsufGetOutOrdDeptDoctorList(dutplceinstcd, deptcd, "/root/hidden/zsu/userlist", "usernm", "asc", basedd);
  195. }
  196. //zsufGetUserInfoCombo(deptcd, "/root/hidden/zsu/userlist","_D");
  197. addComboItem( "cmb_orddr");
  198. //model.setValue("/root/send/srch/orddr", "");
  199. model.refresh();
  200. ]]>
  201. </script>
  202. </select1>
  203. <caption id="caption6" class="search_name" style="left:506px; top:9px; width:88px; height:17px; ">진 료 의 :</caption>
  204. <select1 id="cmb_orddr" ref="/root/send/srch/orddr" class="combo_search" appearance="minimal" style="left:595px; top:8px; width:95px; height:19px; ">
  205. <choices>
  206. <itemset nodeset="/root/hidden/zsu/userlist/user">
  207. <label ref="usernm"/>
  208. <value ref="userid"/>
  209. </itemset>
  210. </choices>
  211. </select1>
  212. <caption id="caption7" class="search_name" style="left:703px; top:10px; width:106px; height:17px; ">예 약 구 분 :</caption>
  213. <select1 id="cmb_rsrvflag" ref="/root/send/srch/rsrvflag" class="combo_search" appearance="minimal" style="left:817px; top:8px; width:95px; height:19px; ">
  214. <choices>
  215. <itemset nodeset="/root/init/comncdlist/P0341list/P0341">
  216. <label ref="cdnm"/>
  217. <value ref="cdid"/>
  218. </itemset>
  219. </choices>
  220. </select1>
  221. <caption id="caption8" class="search_name" style="left:1px; top:33px; width:86px; height:17px; ">등록번호 :</caption>
  222. <input id="ipt_pid" ref="/root/send/srch/pid" class="input_search" style="left:93px; top:32px; width:85px; height:19px; ">
  223. <script type="javascript" ev:event="onkeyup">
  224. <![CDATA[
  225. inputEnterKey("btn_search", "DOMActivate");
  226. ]]>
  227. </script>
  228. </input>
  229. <button id="btn_pid_srch" class="icon_search" style="left:183px; top:33px; width:16px; height:16px; ">
  230. <caption/>
  231. <script type="javascript" ev:event="DOMActivate">
  232. <![CDATA[
  233. var search_condition = "pid";
  234. var search_term = model.getValue("/root/send/srch/pid");
  235. var receive_pid_path = "/root/send/srch/pid";
  236. var receive_patnm_path = "/root/send/srch/patnm";
  237. cczfOpenSelectClnt2(search_condition, search_term, receive_pid_path, receive_patnm_path);
  238. ]]>
  239. </script>
  240. </button>
  241. <caption id="caption9" class="search_name" style="left:306px; top:33px; width:86px; height:17px; ">환자명 :</caption>
  242. <input id="ipt_patnm" ref="/root/send/srch/patnm" class="input_search" style="left:385px; top:32px; width:85px; height:19px; ">
  243. <script type="javascript" ev:event="onkeyup">
  244. <![CDATA[
  245. inputEnterKey("btn_search", "DOMActivate");
  246. ]]>
  247. </script>
  248. </input>
  249. <button id="btn_patnm_srch" class="icon_search" style="left:480px; top:33px; width:16px; height:16px; ">
  250. <caption/>
  251. <script type="javascript" ev:event="DOMActivate">
  252. <![CDATA[
  253. var search_condition = "patnm";
  254. var search_term = model.getValue("/root/send/srch/patnm");
  255. var receive_pid_path = "/root/send/srch/pid";
  256. var receive_patnm_path = "/root/send/srch/patnm";
  257. cczfOpenSelectClnt2(search_condition, search_term, receive_pid_path, receive_patnm_path);
  258. ]]>
  259. </script>
  260. </button>
  261. <caption id="caption10" class="search_name" style="left:506px; top:33px; width:86px; height:17px; ">전송상태 :</caption>
  262. <select1 id="cmb_trsmstat" ref="/root/send/srch/trsmstat" class="combo_search" appearance="minimal" style="left:595px; top:32px; width:95px; height:19px; ">
  263. <choices>
  264. <itemset nodeset="/root/init/comncdlist/C0019list/C0019">
  265. <label ref="cdnm"/>
  266. <value ref="cdid"/>
  267. </itemset>
  268. </choices>
  269. </select1>
  270. <line id="line1" class="line_4" style="x1:1126px; y1:7px; x2:1126px; y2:53px; border-left-style:solid; "/>
  271. <button id="btn_search" class="btn1_letter2" style="left:1132px; top:19px; width:56px; height:22px; ">
  272. <caption>조회</caption>
  273. <script type="javascript" ev:event="DOMActivate">
  274. <![CDATA[
  275. submit("TRCFA00101");
  276. //initGridStyle("grd_rsrvlist");
  277. //setCellStyle("grd_rsrvlist" , "2" , "1" , "trsmstat");
  278. ]]>
  279. </script>
  280. </button>
  281. <select id="chkOnstopYn" ref="/root/send/srch/onesvcyn" overflow="visible" appearance="full" style="left:207px; top:34px; width:95px; height:20px; border-style:none; ">
  282. <choices>
  283. <item>
  284. <label>OneStop여부</label>
  285. <value>Y</value>
  286. </item>
  287. </choices>
  288. </select>
  289. <caption id="caption11" class="search_name" style="left:703px; top:33px; width:112px; height:17px; ">휴대전화번호 :</caption>
  290. <input id="ipt_recvrtelno" ref="/root/send/srch/recvrtelno" class="input_search" style="left:817px; top:32px; width:95px; height:19px; ">
  291. <script type="javascript" ev:event="onkeyup">
  292. <![CDATA[
  293. inputEnterKey("btn_search", "DOMActivate");
  294. ]]>
  295. </script>
  296. </input>
  297. <caption id="caption12" class="search_name" style="left:925px; top:10px; width:106px; height:17px; ">초재진구분:</caption>
  298. <select1 id="cmb_fsexamflag" ref="/root/send/srch/fsexamflag" appearance="minimal" style="left:1025px; top:8px; width:90px; height:19px; ">
  299. <choices>
  300. <itemset nodeset="/root/init/comncdlist/P0021list/P0021">
  301. <label ref="cdnm"/>
  302. <value ref="cdid"/>
  303. </itemset>
  304. </choices>
  305. </select1>
  306. </group>
  307. <group id="group3" scroll="auto" style="left:0px; top:83px; width:1195px; height:668px; ">
  308. <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:149px; height:14px; ">예약 전송 목록</caption>
  309. <button id="btn_trsmstat" class="btn2_letter4" style="left:1063px; top:5px; width:64px; height:19px; ">
  310. <caption>전송제외</caption>
  311. <script type="javascript" ev:event="DOMActivate">
  312. <![CDATA[
  313. // 전송상태(trsmstat)를 '전송대기(0)'인 데이터만 '전송제외(2)'로 변경
  314. var grid = grd_rsrvlist;
  315. var trsmstat_col = 2;
  316. cfzfChangeTrsmStat(grid, trsmstat_col);
  317. ]]>
  318. </script>
  319. </button>
  320. <button id="btn_saveexcel" class="btn2_letter4" style="left:1130px; top:5px; width:64px; height:19px; ">
  321. <caption>엑셀저장</caption>
  322. <script type="javascript" ev:event="DOMActivate">
  323. <![CDATA[
  324. var file_nm = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  325. if (file_nm != "") {
  326. grd_rsrvlist.saveExcel(file_nm, "SheetName", true, true, "", "", false);
  327. }
  328. ]]>
  329. </script>
  330. </button>
  331. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  332. <datagrid id="grd_rsrvlist" nodeset="/root/main/list/rsrvlist" class="text_center" caption="^전송상태^예약일자^시간^등록번호^환자명^진료과^진료의^초재진^예약구분^휴대전화번호^OneStop여부^예약 Remark^예약 메시지" colwidth="25, 90, 100, 55, 100, 140, 100, 65, 70, 130, 119, 100, 100, 450, 0, 0, 0, 0" ellipsis="true" explorerbar="sortshowmove" frozencols="6" mergecellsfixedrows="bycolrec" rowheader="seq" tooltip="true" style="left:0px; top:30px; width:1194px; height:630px; ">
  333. <col class="update_n" ref="update"/>
  334. <col disabled="true" ref="trsmstat" type="combo">
  335. <choices>
  336. <itemset nodeset="/root/init/comncdlist/C0019list/C0019">
  337. <label ref="cdnm"/>
  338. <value ref="cdid"/>
  339. </itemset>
  340. </choices>
  341. </col>
  342. <col ref="orddd" format="yyyy-mm-dd"/>
  343. <col ref="ordtm" format="hh:nn"/>
  344. <col ref="pid"/>
  345. <col ref="hngnm"/>
  346. <col ref="orddeptnm"/>
  347. <col ref="orddrnm"/>
  348. <col disabled="true" ref="fsexamflag" type="combo">
  349. <choices>
  350. <itemset nodeset="/root/init/comncdlist/P0021list/P0021">
  351. <label ref="cdnm"/>
  352. <value ref="cdid"/>
  353. </itemset>
  354. </choices>
  355. </col>
  356. <col disabled="true" ref="rsrvflag" type="combo">
  357. <choices>
  358. <itemset nodeset="/root/init/comncdlist/P0341list/P0341">
  359. <label ref="cdnm"/>
  360. <value ref="cdid"/>
  361. </itemset>
  362. </choices>
  363. </col>
  364. <col ref="mpphontel"/>
  365. <col ref="onesvcyn"/>
  366. <col ref="remcnts" style="left:835px; top:23px; width:150px; height:23px; text-align:left; "/>
  367. <col ref="smsmsg" style="text-align:left; "/>
  368. <col ref="cretno" visibility="hidden"/>
  369. <col ref="acptseqno" visibility="hidden"/>
  370. <col ref="email" visibility="hidden"/>
  371. <col ref="lastchosdt" visibility="hidden"/>
  372. <script type="javascript" ev:event="xforms-value-changed">
  373. <![CDATA[
  374. // 그리드의 변경 상태값을 변경
  375. // var grid = grd_rsrvlist;
  376. // var trsmstat_col = 2;
  377. // cfzfChangeRowStatus(grid, trsmstat_col);
  378. ]]>
  379. </script>
  380. <script type="javascript" ev:event="onclick">
  381. <![CDATA[
  382. // 그리드의 변경 상태 가능여부를 체크하고, 변경 이전 값을 저장
  383. // var grid = grd_rsrvlist;
  384. // var trsmstat_col = 2;
  385. // cfzfCheckSaveBfTrsm(grid, trsmstat_col);
  386. ]]>
  387. </script>
  388. <script type="javascript" ev:event="onmousedown">
  389. <![CDATA[
  390. if (event.button == 3 ){
  391. window.setPopupMenu( true, "/root/main/codedata/popup", "popupnm", "popupcd", true);
  392. }
  393. ]]>
  394. </script>
  395. </datagrid>
  396. </group>
  397. <group id="group4" style="left:0px; top:751px; width:1195px; height:29px; vertical-align:top; ">
  398. <button id="btn_sms" class="btn3_letter5" style="left:0px; top:0px; width:92px; height:22px; ">
  399. <caption>SMS전송</caption>
  400. <script type="javascript" ev:event="DOMActivate">
  401. <![CDATA[
  402. cczfSMSTrsmOpen("grid",grd_rsrvlist,6,11,"","");
  403. ]]>
  404. </script>
  405. </button>
  406. <button id="btn_email" class="btn3_letter5" style="left:94px; top:0px; width:92px; height:22px; ">
  407. <caption>이메일발송</caption>
  408. <script type="javascript" ev:event="DOMActivate">
  409. <![CDATA[
  410. cczfEmailTrsmOpen("grid",grd_rsrvlist,17,"");
  411. ]]>
  412. </script>
  413. </button>
  414. <!--<button id="btn_cmpn" class="btn3_letter5" style="left:188px; top:0px; width:92px; height:22px; ">
  415. <caption>캠페인등록</caption>
  416. <script type="javascript" ev:event="DOMActivate">
  417. <![CDATA[
  418. cczfOpenInsertCmpn(grd_rsrvlist, "00");
  419. ]]>
  420. </script>
  421. </button>-->
  422. <button id="btn_save" class="btn4_letter2" _auth="X" style="left:1068px; top:0px; width:56px; height:22px; ">
  423. <caption>저장</caption>
  424. <script type="javascript" ev:event="DOMActivate">
  425. <![CDATA[
  426. fSaveRsrvList();
  427. ]]>
  428. </script>
  429. </button>
  430. <button id="btn_init" class="btn4_letter3" style="left:1127px; top:0px; width:68px; height:22px; ">
  431. <caption>초기화</caption>
  432. <script type="javascript" ev:event="DOMActivate">
  433. <![CDATA[
  434. fInitRsrvList();
  435. model.refresh();
  436. ]]>
  437. </script>
  438. </button>
  439. </group>
  440. <script type="javascript" ev:event="onmenu">
  441. <![CDATA[
  442. // 2008/06/18,mouse 오른쪽버튼 popup js에 fShowPopup 만들어 놓았으나 간단히 아래와 같이 변경함..
  443. // fShowPopup(event.description);
  444. var idx = event.description;
  445. if (idx == 0) { // SMS전송
  446. //open("SPCCN00100", "", "100", "100", "SPCCN00100", "", "");
  447. cczfSMSTrsmOpen("grid",grd_rsrvlist,6,11,"","");
  448. } else if (idx == 1) { // 이메일전송
  449. //open("SPCCN00200", "", "100", "100", "SPCCN00200", "", "");
  450. cczfEmailTrsmOpen("grid",grd_rsrvlist,17,"");
  451. } else if (idx == 2) { // 캠페인등록
  452. //open("SPCCP00100", "", "100", "100", "SPCCP00100", "", "");
  453. cczfOpenInsertCmpn(grd_rsrvlist, "00");
  454. }
  455. ]]>
  456. </script>
  457. </xhtml:body>
  458. </xhtml:html>