SMCMS00200_고객목록조회.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCMS00200_VOC고객목록조회
  4. * Summary : 고객 목록조회
  5. * Programmer : 최정환
  6. * Date Written : 2007.03.29
  7. * History : 2007.05.23 김준규 수정
  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>고객 관리</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <list>
  19. <patlist>
  20. <hngnm/>
  21. <pid/>
  22. <sex/>
  23. <age/>
  24. <lastchosdt/>
  25. <fstchosdt/>
  26. <mpphontel/>
  27. <hometel/>
  28. <zipcd/>
  29. <address/>
  30. <email/>
  31. <btype/>
  32. <rh/>
  33. <vipyn/>
  34. <chchnm/>
  35. <recmerid/>
  36. <smsaprvyn/>
  37. <emailuseaprvyn/>
  38. <postdeliveuseyn/>
  39. <inhospyn/>
  40. <dethyn/>
  41. </patlist>
  42. </list>
  43. </main>
  44. <temp>
  45. <smsinfo>
  46. <recvrlist>
  47. <chk/>
  48. <recvrnm/>
  49. <recvrtelno/>
  50. </recvrlist>
  51. </smsinfo>
  52. <emailinfo>
  53. <recvremail/>
  54. </emailinfo>
  55. <patinfo/>
  56. </temp>
  57. <send>
  58. <data>
  59. <srchfstchosdd1/>
  60. <srchfstchosdd2/>
  61. <srchpid/>
  62. <srchhometel/>
  63. <srchlastchosdd1/>
  64. <srchlastchosdd2/>
  65. <srchhngnm/>
  66. <srchmpphontel/>
  67. <srchaddresult/>
  68. </data>
  69. <key>
  70. <sndpid/>
  71. <inputmode/>
  72. </key>
  73. <grupinfo>
  74. <lrgrupgcd/>
  75. <mdlgrupcd/>
  76. <smlgrupcd>0</smlgrupcd>
  77. </grupinfo>
  78. <sendlist/>
  79. </send>
  80. </root>
  81. </instance>
  82. <submission id="TRCMS00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
  83. <submission id="TRCMS00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/grupinfo" replace="instance" resultref="/root/main/list"/>
  84. <script type="javascript" ev:event="xforms-model-construct-done">
  85. <![CDATA[
  86. var reSmlGrupCD = model.getValue("/root/send/grupinfo/smlgrupcd")
  87. model.setValue("/root/hidden/grupinfo/smlgrupcd", reSmlGrupCD);
  88. ]]>
  89. </script>
  90. <script type="javascript" ev:event="xforms-ready">
  91. <![CDATA[
  92. var reSrchAddResult = model.getValue("/root/send/data/srchaddresult");
  93. var reSmlGrupCD = model.getValue("/root/send/grupinfo/smlgrupcd")
  94. var reSrchFstCHosDD1 = model.getValue("/root/send/data/srchfstchosdd1")
  95. var reSrchFstCHosDD2 = model.getValue("/root/send/data/srchfstchosdd2")
  96. var reSrchPID = model.getValue("/root/send/data/srchpid")
  97. var reSrchHomeTel = model.getValue("/root/send/data/srchhometel")
  98. var reSrchLastCHosDD1 = model.getValue("/root/send/data/srchlastchosdd1")
  99. var reSrchLastCHosDD2 = model.getValue("/root/send/data/srchlastchosdd2")
  100. var reSrchHngNm = model.getValue("/root/send/data/srchhngnm")
  101. var reSrchMPPhonTel = model.getValue("/root/send/data/srchmpphontel")
  102. if ( reSmlGrupCD == "0" ) {
  103. if ( (reSrchFstCHosDD1 == "" || reSrchFstCHosDD1 == null) && (reSrchFstCHosDD2 == "" || reSrchFstCHosDD2 == null) && (reSrchPID == "" || reSrchPID == null) && (reSrchHomeTel == "" || reSrchHomeTel == null) && (reSrchLastCHosDD1 == "" || reSrchLastCHosDD1 == null) && (reSrchLastCHosDD2 == "" || reSrchLastCHosDD2 == null) && (reSrchHngNm == "" || reSrchHngNm == null) && (reSrchMPPhonTel == "" || reSrchMPPhonTel == null ) ){
  104. if ( reSrchAddResult == "Y" ) {
  105. } else {
  106. model.removeNodeset("/root/main/list");
  107. }
  108. } else {
  109. model.makeNode("/root/main/list/patlist");
  110. copyNodeListType("/root/main/list", "/root/send/sendlist/patlist" );
  111. model.SetFocus("grd_patlist");
  112. }
  113. } else {
  114. submit("TRCMS00101");
  115. // model.setValue("/root/hidden/grupinfo/smlgrupcd", reSmlGrupCD);
  116. model.SetFocus("grd_patlist");
  117. }
  118. fCheckAuth();
  119. model.refresh();
  120. ]]>
  121. </script>
  122. <script type="javascript">
  123. <![CDATA[
  124. function fCheckAuth() {
  125. // 권한체크
  126. if (!checkAuth("r")) {
  127. btnicon_search3.disabled = true;
  128. btnicon_search4.disabled = true;
  129. btn_search.disabled = true;
  130. btn_list.disabled = true;
  131. }
  132. if (!checkAuth("x")) {
  133. btn_sms.disabled = true;
  134. btn_email.disabled = true;
  135. btn_dm.disabled = true;
  136. btn_cmpn.disabled = true;
  137. btn_addgrup.disabled = true;
  138. btn_rgst.disabled = true;
  139. }
  140. if (!checkAuth("p")) {
  141. btn_excsave.disabled = true;
  142. }
  143. }
  144. function fGroupOpen(grid) {
  145. var count = 0;
  146. for (i=1; i < grid.rows; i++) {
  147. if (grid.isselected(i) == true) {
  148. var recvrnm = grid.valuematrix(i,1)
  149. var recvrpid = grid.valuematrix(i,2)
  150. var recvrsex = grid.valuematrix(i,3)
  151. var recvrage = grid.valuematrix(i,4)
  152. var recvrtel = grid.valuematrix(i,7)
  153. if (recvrnm != "" && recvrpid != "") {
  154. count = count + 1
  155. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/hngnm", recvrnm);
  156. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/pid", recvrpid);
  157. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/sex", recvrsex);
  158. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/age", recvrage);
  159. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/mpphontel", recvrtel);
  160. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/lrggroupcd", "");
  161. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/mdlgroupcd", "");
  162. model.makeValue("/root/temp/patinfo/patlist[" + count + "]/smlgroupcd", "");
  163. }
  164. }
  165. }
  166. if (count == 0) {
  167. messageBox("고객그룹을 추가하시려면 먼저 고객을 ","C002");
  168. } else {
  169. modal("SPCMZ00200", "", "", "", "SPCMZ00200", "/root/temp/patinfo", "/root/main/list");
  170. model.removeNodeset("/root/temp/patinfo");
  171. }
  172. }
  173. ]]>
  174. </script>
  175. </model>
  176. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  177. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  178. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  179. <script type="javascript" src="../../../crm/crmweb/js/CCZ001.js"/>
  180. </xhtml:head>
  181. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  182. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  183. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:145px; height:14px; ">고객 관리</caption>
  184. </group>
  185. <caption id="caption9" class="tit_2" style="left:225px; top:22px; width:150px; height:14px; ">고객목록 조회</caption>
  186. <select id="chk_healexamyn" ref="/root/send/data/srchaddresult" overflow="hidden" appearance="full" style="left:1025px; top:18px; width:167px; height:16px; border-style:none; ">
  187. <choices>
  188. <item>
  189. <label>기존 결과에 추가해서 검색</label>
  190. <value>Y</value>
  191. </item>
  192. </choices>
  193. </select>
  194. <group id="grp_johe" style="left:225px; top:36px; width:970px; height:59px; vertical-align:top; ">
  195. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:970px; height:59px; "/>
  196. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:111px; height:17px; ">신환등록일 :</caption>
  197. <input id="ipt_fstchosdd1" ref="/root/send/data/srchfstchosdd1" class="input_search" navindex="1" inputtype="date" style="left:118px; top:8px; width:120px; height:19px; "/>
  198. <caption id="caption3" class="search_no_b" style="left:243px; top:9px; width:12px; height:17px; ">~</caption>
  199. <input id="ipt_fstchosdd2" ref="/root/send/data/srchfstchosdd2" class="input_search" navindex="2" inputtype="date" style="left:258px; top:8px; width:120px; height:19px; "/>
  200. <caption id="caption4" class="search_name" style="left:394px; top:9px; width:87px; height:17px; ">등록번호 :</caption>
  201. <input id="ipt_pid" ref="/root/send/data/srchpid" class="input_search" navindex="3" style="left:483px; top:9px; width:107px; height:19px; ">
  202. <script type="javascript" ev:event="onkeyup">
  203. <![CDATA[
  204. inputEnterKey("btn_search", "DOMActivate");
  205. ]]>
  206. </script>
  207. </input>
  208. <button id="btnicon_search3" class="icon_search" style="left:593px; top:10px; width:16px; height:16px; ">
  209. <caption/>
  210. <script type="javascript" ev:event="DOMActivate">
  211. <![CDATA[
  212. var search_condition = "pid";
  213. var search_term = model.getValue("/root/send/data/srchpid");
  214. var receive_pid_path = "/root/send/data/srchpid";
  215. var receive_patnm_path = "";
  216. setParameter("search_condition", search_condition);
  217. setParameter("search_term", search_term);
  218. setParameter("receive_pid_path", receive_pid_path);
  219. setParameter("receive_patnm_path", receive_patnm_path);
  220. modal("SPCCM00100");
  221. clearParameter("search_condition");
  222. clearParameter("search_term");
  223. clearParameter("receive_pid_path");
  224. clearParameter("receive_patnm_path");
  225. ]]>
  226. </script>
  227. </button>
  228. <caption id="caption5" class="search_name" style="left:640px; top:9px; width:100px; height:17px; ">집전화번호 :</caption>
  229. <input id="ipt_hometel" ref="/root/send/data/srchhometel" class="input_search" navindex="4" style="left:743px; top:9px; width:130px; height:17px; ">
  230. <script type="javascript" ev:event="onkeyup">
  231. <![CDATA[
  232. inputEnterKey("btn_search", "DOMActivate");
  233. ]]>
  234. </script>
  235. </input>
  236. <caption id="caption6" class="search_name" style="left:15px; top:33px; width:100px; height:17px; ">최종내원일 :</caption>
  237. <caption id="caption8" class="search_name" style="left:394px; top:33px; width:86px; height:17px; ">이 름 :</caption>
  238. <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:53px; "/>
  239. <button id="btn_search" class="btn1_letter2" style="left:898px; top:17px; width:56px; height:22px; ">
  240. <caption>조회</caption>
  241. <script type="javascript" ev:event="DOMActivate">
  242. <![CDATA[
  243. var reSrchFstCHosDD1 = model.getValue("/root/send/data/srchfstchosdd1");
  244. var reSrchFstCHosDD2 = model.getValue("/root/send/data/srchfstchosdd2");
  245. var reSrchPID = model.getValue("/root/send/data/srchpid");
  246. var reSrchHomeTel = model.getValue("/root/send/data/srchhometel");
  247. var reSrchLastCHosDD1 = model.getValue("/root/send/data/srchlastchosdd1");
  248. var reSrchLastCHosDD2 = model.getValue("/root/send/data/srchlastchosdd2");
  249. var reSrchHngNm = model.getValue("/root/send/data/srchhngnm");
  250. var reSrchMPPhonTel = model.getValue("/root/send/data/srchmpphontel");
  251. var reSrchMPPhonTel = model.getValue("/root/send/data/srchmpphontel");
  252. var reSrchAddResult = model.getValue("/root/send/data/srchaddresult");
  253. model.setValue("/root/hidden/grupinfo/smlgrupcd", "0");
  254. if ( (reSrchFstCHosDD1 == "" || reSrchFstCHosDD1 == null) && (reSrchFstCHosDD2 == "" || reSrchFstCHosDD2 == null) && (reSrchPID == "" || reSrchPID == null) && (reSrchHomeTel == "" || reSrchHomeTel == null) && (reSrchLastCHosDD1 == "" || reSrchLastCHosDD1 == null) && (reSrchLastCHosDD2 == "" || reSrchLastCHosDD2 == null) && (reSrchHngNm == "" || reSrchHngNm == null) && (reSrchMPPhonTel == "" || reSrchMPPhonTel == null ) ){
  255. messageBox("적어도 하나 이상의 조건을 ", "C002");
  256. } else if ( ( ipt_hngnm.value.length > 0 ) && (ipt_hngnm.value.length < 2) ){
  257. messageBox("고객 이름 검색은 최소 2글자 이상 ", "C001");
  258. model.setFocus("ipt_hngnm");
  259. } else {
  260. if ( reSrchAddResult == "Y" ) {
  261. TRCMS00201.attribute("add") = "bottom";
  262. } else {
  263. model.removeNodeset("/root/main/list/patlist");
  264. }
  265. submit("TRCMS00201");;
  266. model.SetFocus("grd_patlist");
  267. }
  268. model.refresh();
  269. ]]>
  270. </script>
  271. </button>
  272. <input id="ipt_lastchosdd1" ref="/root/send/data/srchlastchosdd1" class="input_search" inputtype="date" style="left:118px; top:33px; width:120px; height:19px; "/>
  273. <caption id="caption7" class="search_no_b" style="left:243px; top:34px; width:12px; height:17px; ">~</caption>
  274. <input id="ipt_lastchosdd2" ref="/root/send/data/srchlastchosdd2" class="input_search" inputtype="date" style="left:258px; top:33px; width:120px; height:19px; "/>
  275. <input id="ipt_hngnm" ref="/root/send/data/srchhngnm" class="input_search" style="left:483px; top:34px; width:130px; height:19px; ">
  276. <script type="javascript" ev:event="onkeyup">
  277. <![CDATA[
  278. inputEnterKey("btn_search", "DOMActivate");
  279. ]]>
  280. </script>
  281. </input>
  282. <caption id="caption10" class="search_name" style="left:640px; top:35px; width:100px; height:17px; ">휴 대 폰 :</caption>
  283. <input id="ipt_mpphontel" ref="/root/send/data/srchmpphontel" class="input_search" style="left:743px; top:33px; width:130px; height:19px; ">
  284. <script type="javascript" ev:event="onkeyup">
  285. <![CDATA[
  286. inputEnterKey("btn_search", "DOMActivate");
  287. ]]>
  288. </script>
  289. </input>
  290. </group>
  291. <group id="grp_body" style="left:225px; top:95px; width:970px; height:658px; ">
  292. <button id="btn_sms" class="btn3_letter5" style="left:5px; top:13px; width:92px; height:22px; ">
  293. <caption>SMS전송</caption>
  294. <script type="javascript" ev:event="DOMActivate">
  295. <![CDATA[
  296. cczfSMSTrsmOpen("grid", grd_patlist,1,7, "", "");
  297. ]]>
  298. </script>
  299. </button>
  300. <button id="btn_email" class="btn3_letter5" style="left:100px; top:13px; width:92px; height:22px; ">
  301. <caption>이메일발송</caption>
  302. <script type="javascript" ev:event="DOMActivate">
  303. <![CDATA[
  304. cczfEmailTrsmOpen("grid", grd_patlist,11, "");
  305. ]]>
  306. </script>
  307. </button>
  308. <button id="btn_dm" class="btn3_letter4" style="left:194px; top:13px; width:80px; height:22px; ">
  309. <caption>DM출력</caption>
  310. <script type="javascript" ev:event="DOMActivate">
  311. <![CDATA[
  312. cczfDMTrsmOpen(grd_patlist,1,9,10,2);
  313. ]]>
  314. </script>
  315. </button>
  316. <button id="btn_cmpn" class="btn3_letter5" style="left:276px; top:13px; width:92px; height:22px; ">
  317. <caption>캠페인등록</caption>
  318. <script type="javascript" ev:event="DOMActivate">
  319. <![CDATA[
  320. cczfOpenInsertCmpn(grd_patlist, "01");
  321. ]]>
  322. </script>
  323. </button>
  324. <button id="btn_addgrup" class="btn3_letter5" style="left:370px; top:13px; width:92px; height:22px; ">
  325. <caption>그룹 추가</caption>
  326. <script type="javascript" ev:event="DOMActivate">
  327. <![CDATA[
  328. fGroupOpen(grd_patlist);
  329. ]]>
  330. </script>
  331. </button>
  332. <button id="btn_rgst" class="btn3_letter5" style="left:464px; top:13px; width:92px; height:22px; ">
  333. <caption>고객 등록</caption>
  334. <script type="javascript" ev:event="DOMActivate">
  335. <![CDATA[
  336. navigate("SMCMS00100");
  337. ]]>
  338. </script>
  339. </button>
  340. <button id="btn_excsave" class="btn2_letter4" style="left:906px; top:13px; width:64px; height:19px; ">
  341. <caption>엑셀저장</caption>
  342. <script type="javascript" ev:event="DOMActivate">
  343. <![CDATA[
  344. var fileName = window.fileDialog("save", ",", false, "고객목록엑셀", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  345. if (fileName != "")
  346. {
  347. grd_patlist.saveExcel(fileName);
  348. }
  349. ]]>
  350. </script>
  351. </button>
  352. <line id="line2" class="line_1" style="x1:0px; y1:38px; x2:970px; y2:38px; "/>
  353. <datagrid id="grd_patlist" nodeset="/root/main/list/patlist" caption="이름^등록번호^성별^나이^신환등록일^최종내원일^휴대폰^집전화번호^우편번호^주소^이메일^혈액형^RH^VIP여부^성당명^추천인 ID^SMS 여부^이메일 여부^우편 여부^재원 여부^사망 여부" colsep="^" colwidth="80, 85, 40, 40, 80, 80, 85, 85, 70, 290, 150, 50, 50, 50, 100, 80, 70, 70, 70, 70, 70" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:43px; width:970px; height:613px; ">
  354. <col class="text_center" ref="hngnm"/>
  355. <col class="text_center" ref="pid"/>
  356. <col class="text_center" ref="sex"/>
  357. <col class="text_center" ref="age"/>
  358. <col class="text_center" ref="fstchosdt" format="yyyy-mm-dd"/>
  359. <col class="text_center" ref="lastchosdt" format="yyyy-mm-dd"/>
  360. <col class="text_center" ref="mpphontel"/>
  361. <col class="text_center" ref="hometel"/>
  362. <col class="text_center" ref="zipcd"/>
  363. <col ref="address"/>
  364. <col ref="email"/>
  365. <col class="text_center" ref="btype"/>
  366. <col class="text_center" ref="rh"/>
  367. <col class="text_center" ref="vipyn"/>
  368. <col class="text_center" ref="chchnm"/>
  369. <col class="text_center" ref="recmerid"/>
  370. <col class="text_center" ref="smsaprvyn"/>
  371. <col class="text_center" ref="emailuseaprvyn"/>
  372. <col class="text_center" ref="postdeliveuseyn"/>
  373. <col class="text_center" ref="inhospyn"/>
  374. <col class="text_center" ref="dethyn"/>
  375. <script type="javascript" ev:event="ondblclick">
  376. <![CDATA[
  377. var row = grd_patlist.row;
  378. var receive_pid = grd_patlist.valueMatrix(row, grd_patlist.colRef("pid"));
  379. if (grd_patlist.row > 0){
  380. model.setValue("/root/send/key/sndpid", receive_pid);
  381. model.setValue("/root/send/key/inputmode", "R");
  382. copyNodeListType("/root/send/sendlist", "/root/main/list/patlist" );
  383. navigate("SMCMS00400", "", "", "", "SMCMS00400", "/root/send", "/root/temp");
  384. } else {
  385. }
  386. ]]>
  387. </script>
  388. </datagrid>
  389. </group>
  390. <group id="grp_btn" style="left:225px; top:751px; width:970px; height:29px; vertical-align:top; ">
  391. <button id="btn_select" class="btn2_letter4" style="left:0px; top:3px; width:64px; height:19px; ">
  392. <caption>전체선택</caption>
  393. <script type="javascript" ev:event="DOMActivate">
  394. <![CDATA[
  395. var grid = grd_patlist;
  396. var grid_rows = grid.rows-1;
  397. grid.selectionmode = "byrow";
  398. grid.select(1, 1, grid_rows, 1) = true;
  399. ]]>
  400. </script>
  401. </button>
  402. <button id="btn_release" class="btn2_letter4" style="left:67px; top:3px; width:64px; height:19px; ">
  403. <caption>전체해제</caption>
  404. <script type="javascript" ev:event="DOMActivate">
  405. <![CDATA[
  406. var grid = grd_patlist;
  407. var grid_rows = grid.rows-1;
  408. grid.selectionmode = "byrow";
  409. grid.select(1, 1, grid_rows, 1) = false;
  410. ]]>
  411. </script>
  412. </button>
  413. <button id="btn_list" class="btn2_letter4" style="left:903px; top:3px; width:64px; height:19px; ">
  414. <caption>정보보기</caption>
  415. <script type="javascript" ev:event="DOMActivate">
  416. <![CDATA[
  417. var row = grd_patlist.row;
  418. var receive_pid = grd_patlist.valueMatrix(row, grd_patlist.colRef("pid"));
  419. if (grd_patlist.row > 0){
  420. if (grd_patlist.selectedRows < 1) {
  421. messageBox("선택된 목록이 ","I004");
  422. model.SetFocus("grd_patlist");
  423. } else if (grd_patlist.selectedRows > 1) {
  424. messageBox("상세 정보를 보시려면 1개만 ","C002");
  425. model.SetFocus("grd_patlist");
  426. } else {
  427. model.setValue("/root/send/key/sndpid", receive_pid);
  428. model.setValue("/root/send/key/inputmode", "R");
  429. copyNodeListType("/root/send/sendlist", "/root/main/list/patlist" );
  430. navigate("SMCMS00400", "", "", "", "SMCMS00400", "/root/send", "/root/temp");
  431. }
  432. } else {
  433. messageBox("조회하신 후 목록을 ","C002");
  434. model.SetFocus("grd_patlist");
  435. }
  436. ]]>
  437. </script>
  438. </button>
  439. </group>
  440. <group id="group12" style="left:0px; top:23px; width:215px; height:757px; ">
  441. <caption id="caption30" class="tit_2" style="left:0px; top:0px; width:215px; height:14px; ">고객 그룹</caption>
  442. <import id="import1" overflow="hidden" src="./SSCMS00101_LeftTree.xrw" instancetype="merge" style="left:0px; top:13px; width:215px; height:744px; "/>
  443. </group>
  444. </xhtml:body>
  445. </xhtml:html>