SMPIC99903_직원가족할인정보조회.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <?xml-stylesheet type="text/css" href="C:/CMCProject/application/webapps/com/commonweb/css/common.css" ?>
  4. <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">
  5. <xhtml:head>
  6. <xhtml:title>직원가족할인정보</xhtml:title>
  7. <model id="model1">
  8. <instance id="instance1">
  9. <root xmlns="">
  10. <main>
  11. <famydiscinfo>
  12. <famydisclist/>
  13. <famyreqtlist>
  14. <confmflag/>
  15. <famyrelcd/>
  16. <empkindcd/>
  17. <disckindcd/>
  18. <name/>
  19. <rgstno1/>
  20. <rgstno2/>
  21. <fromdd/>
  22. <todd/>
  23. <reqdd/>
  24. <emplno/>
  25. <emplrgstno/>
  26. <emplnm/>
  27. <retiredd/>
  28. <entcodd/>
  29. <holyordflag/>
  30. <jobkindcd/>
  31. <retrduagelimyn/>
  32. <preststatcd/>
  33. <instcd/>
  34. <unitcd/>
  35. <pid/>
  36. <seqno/>
  37. </famyreqtlist>
  38. </famydiscinfo>
  39. <userinfo>
  40. <userdata/>
  41. </userinfo>
  42. </main>
  43. <send>
  44. <emplrgstno/>
  45. <name/>
  46. <chgflag/>
  47. <data>
  48. <datalist/>
  49. </data>
  50. <emplno/>
  51. <retiredd/>
  52. <entcodd/>
  53. <holyordflag/>
  54. <jobkindcd/>
  55. <retrduagelimyn/>
  56. <preststatcd/>
  57. <instcd/>
  58. <unitcd/>
  59. <dutplcedeptcd/>
  60. <reqdata>
  61. <reqlist/>
  62. </reqdata>
  63. <emplnm/>
  64. </send>
  65. <init>
  66. <P0438list>
  67. <P0438/>
  68. </P0438list>
  69. <P0439list>
  70. <P0439/>
  71. </P0439list>
  72. <P0454list>
  73. <P0454/>
  74. </P0454list>
  75. <R0066list>
  76. <R0066/>
  77. </R0066list>
  78. <R0146list>
  79. <R0146/>
  80. </R0146list>
  81. </init>
  82. <hidden/>
  83. </root>
  84. </instance>
  85. <script type="javascript" ev:event="xforms-ready">
  86. <![CDATA[
  87. var userid = getUserInfo("userid");
  88. model.makeValue("/root/send/emplno", userid);
  89. submit("TRPIC99907");
  90. model.setValue("/root/send/emplrgstno", model.getValue("/root/main/userinfo/userdata/emplrgstno") );
  91. model.setValue("/root/send/name", model.getValue("/root/main/userinfo/userdata/emplnm") );
  92. model.setValue("/root/send/emplno", model.getValue("/root/main/userinfo/userdata/emplno") );
  93. model.setValue("/root/send/emplnm", model.getValue("/root/main/userinfo/userdata/emplnm") );
  94. model.setValue("/root/send/retiredd", model.getValue("/root/main/userinfo/userdata/retiredd") );
  95. model.setValue("/root/send/entcodd", model.getValue("/root/main/userinfo/userdata/entcodd") );
  96. model.setValue("/root/send/holyordflag", model.getValue("/root/main/userinfo/userdata/holyordflag") );
  97. model.setValue("/root/send/jobkindcd", model.getValue("/root/main/userinfo/userdata/jobkindcd") );
  98. model.setValue("/root/send/retrduagelimyn", model.getValue("/root/main/userinfo/userdata/retrduagelimyn") );
  99. model.setValue("/root/send/preststatcd", model.getValue("/root/main/userinfo/userdata/preststatcd") );
  100. model.setValue("/root/send/instcd", model.getValue("/root/main/userinfo/userdata/instcd") );
  101. model.setValue("/root/send/unitcd", model.getValue("/root/main/userinfo/userdata/unitcd") );
  102. model.setValue("/root/send/dutplcedeptcd", model.getValue("/root/main/userinfo/userdata/dutplcedeptcd") );
  103. model.setValue("/root/send/chgflag", "N");
  104. button4.dispatch("DOMActivate");
  105. model.refresh();
  106. ]]>
  107. </script>
  108. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  109. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  110. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  111. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  112. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  113. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  114. <script type="javascript">
  115. <![CDATA[
  116. zbcfGetCodeList( new Array("P0438", "P0439","P0440","Z0007","P0325","P0015","P0157","P0454","R0066","R0061","R0146"), new Array("/root/init/P0438list", "/root/init/P0439list","/root/init/P0440list","/root/init/Z0007list","/root/init/P0325list","/root/init/P0015list","/root/init/P0157list","/root/init/P0454list","/root/init/R0066list","/root/init/R0061list","/root/init/R0146list") );
  117. ]]>
  118. </script>
  119. <submission id="TRPIC99906" mediatype="application/x-www-form-urlencoded" ref="/root/send" replace="replace" resultref="/root/main/famydiscinfo"/>
  120. <submission id="TRPIC99907" mediatype="application/x-www-form-urlencoded" ref="/root/send" replace="replace" resultref="/root/main/userinfo"/>
  121. <submission id="TXPIC99902" mediatype="application/x-www-form-urlencoded" ref="/root/send/data" replace="replace" resultref="/root/hidden"/>
  122. <submission id="TXPIC99903" mediatype="application/x-www-form-urlencoded" ref="/root/send/reqdata" resultref="/root/hidden"/>
  123. </model>
  124. </xhtml:head>
  125. <xhtml:body pagewidth="810" pageheight="530" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  126. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:140px; height:13px; ">직원가족할인정보</caption>
  127. <caption id="caption1" class="tit_2" style="left:5px; top:22px; width:170px; height:13px; ">직원가족할인정보</caption>
  128. <line id="line1" class="line_1" style="x1:1px; y1:37px; x2:785px; y2:37px; "/>
  129. <group id="group1" style="left:0px; top:45px; width:785px; height:40px; ">
  130. <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:5px; width:783px; height:30px; "/>
  131. <caption id="caption2" class="search_name" style="left:10px; top:10px; width:120px; height:17px; ">직원주민번호 :</caption>
  132. <input id="input1" ref="/root/send/emplrgstno" format="999999-9999999" style="left:130px; top:10px; width:100px; height:19px; "/>
  133. <caption id="caption3" class="search_name" style="left:260px; top:10px; width:65px; height:17px; ">성명 :</caption>
  134. <input id="input2" ref="/root/send/name" style="left:325px; top:10px; width:100px; height:19px; "/>
  135. <line id="line2" class="line_4" style="x1:705px; y1:8px; x2:705px; y2:33px; "/>
  136. <button id="button1" class="btn1_letter2" style="left:715px; top:10px; width:68px; height:22px; ">
  137. <caption>조회</caption>
  138. <script type="javascript" ev:event="DOMActivate">
  139. <![CDATA[
  140. if ( model.getValue("/root/send/emplrgstno") == "" || model.getValue("/root/send/name") == "" ) {
  141. messageBox("직원주민번호 또는 성명을 입력해주세요", "E");
  142. return;
  143. } else {
  144. submit("TRPIC99906");
  145. }
  146. if ( model.getValue("/root/send/chgflag") == "Y" ) {
  147. button9.disabled = true;
  148. } else {
  149. button9.disabled = false;
  150. }
  151. ]]>
  152. </script>
  153. </button>
  154. <select id="checkbox1" ref="/root/send/chgflag" overflow="visible" appearance="full" style="left:475px; top:10px; width:100px; height:20px; border-style:none; ">
  155. <choices>
  156. <item>
  157. <label>이력조회</label>
  158. <value>Y</value>
  159. </item>
  160. </choices>
  161. </select>
  162. </group>
  163. <group id="group2" style="left:0px; top:90px; width:787px; height:380px; ">
  164. <line id="line3" class="line_1" style="x1:0px; y1:85px; x2:780px; y2:85px; "/>
  165. <caption id="caption4" class="tit_2" style="left:5px; top:45px; width:135px; height:13px; ">본인 및 가족사항내역</caption>
  166. <button id="button4" class="btn_sw" group="tab" style="left:2px; top:63px; width:65px; height:22px; ">
  167. <caption>할인정보</caption>
  168. <script type="javascript" ev:event="DOMActivate">
  169. <![CDATA[
  170. model.toggle("case1");
  171. button2.visible = true;
  172. button8.visible = true;
  173. button9.visible = false;
  174. button6.visible = false;
  175. button7.visible = false;
  176. ]]>
  177. </script>
  178. </button>
  179. <button id="button5" class="btn_sw" group="tab" style="left:69px; top:64px; width:65px; height:22px; ">
  180. <caption>신청정보</caption>
  181. <script type="javascript" ev:event="DOMActivate">
  182. <![CDATA[
  183. model.toggle("case2");
  184. button2.visible = false;
  185. button8.visible = false;
  186. button9.visible = true;
  187. button6.visible = true;
  188. button7.visible = true;
  189. ]]>
  190. </script>
  191. </button>
  192. <switch id="switch1" style="left:0px; top:90px; width:782px; height:280px; ">
  193. <case id="case1">
  194. <datagrid id="datagrid1" nodeset="/root/main/famydiscinfo/famydisclist" caption="구분^가족관계^할인구분^할인종류^성명^환자번호^주민등록번호^주민등록번호^적용시작일자^적용종료일자^할인코드" colsep="^" colwidth="50, 90, 90, 90, 70, 70, 70, 80, 80, 80, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:1px; width:780px; height:275px; ">
  195. <col ref="confirm" type="combo">
  196. <choices>
  197. <item>
  198. <label>확인</label>
  199. <value>Y</value>
  200. </item>
  201. <item>
  202. <label>미확인</label>
  203. <value>N</value>
  204. </item>
  205. </choices>
  206. </col>
  207. <col ref="famyrelcd" type="combo" style="text-align:center; ">
  208. <choices>
  209. <itemset nodeset="/root/init/P0438list/P0438">
  210. <label ref="cdnm"/>
  211. <value ref="cdid"/>
  212. </itemset>
  213. </choices>
  214. </col>
  215. <col ref="empkindcd" type="combo" style="text-align:center; ">
  216. <choices>
  217. <itemset nodeset="/root/init/P0439list/P0439">
  218. <label ref="cdnm"/>
  219. <value ref="cdid"/>
  220. </itemset>
  221. </choices>
  222. </col>
  223. <col ref="disckindcd" type="combo" style="text-align:center; ">
  224. <choices>
  225. <itemset nodeset="/root/init/P0454list/P0454">
  226. <label ref="cdnm"/>
  227. <value ref="cdid"/>
  228. </itemset>
  229. </choices>
  230. </col>
  231. <col ref="name" style="text-align:left; "/>
  232. <col ref="pid" style="text-align:center; "/>
  233. <col ref="rgstno1" format="999999" style="text-align:center; "/>
  234. <col ref="rgstno2" format="9999999" style="text-align:center; "/>
  235. <col ref="fromdd"/>
  236. <col ref="todd"/>
  237. <col ref="discuncocd" visibility="hidden"/>
  238. </datagrid>
  239. </case>
  240. <case id="case2" selected="true">
  241. <datagrid id="datagrid2" nodeset="/root/main/famydiscinfo/famyreqtlist" caption="구분^가족관계^할인구분^할인종류^성명^주민등록번호^주민등록번호^적용시작일자^적용종료일자^신청일자^사번^할인주체자주민번호^할인주체자명^퇴직일자^직원구분^직종구분^정년퇴직구분^근무상태^소속기관^소속부서^근무부서^환자번호" colsep="^" colwidth="80, 100, 100, 100, 80, 60, 70, 90, 90, 90, 100, 100, 118, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:1px; width:780px; height:275px; ">
  242. <col ref="confmflag" type="combo">
  243. <choices>
  244. <item>
  245. <label>확인</label>
  246. <value>C</value>
  247. </item>
  248. <item>
  249. <label>수정요청</label>
  250. <value>R</value>
  251. </item>
  252. <item>
  253. <label>수정완료</label>
  254. <value>P</value>
  255. </item>
  256. <item>
  257. <label>신규등록</label>
  258. <value>N</value>
  259. </item>
  260. </choices>
  261. </col>
  262. <col ref="famyrelcd" type="combo" style="text-align:center; ">
  263. <choices>
  264. <itemset nodeset="/root/init/P0438list/P0438">
  265. <label ref="cdnm"/>
  266. <value ref="cdid"/>
  267. </itemset>
  268. </choices>
  269. </col>
  270. <col ref="empkindcd" type="combo" style="text-align:center; ">
  271. <choices>
  272. <itemset nodeset="/root/init/P0439list/P0439">
  273. <label ref="cdnm"/>
  274. <value ref="cdid"/>
  275. </itemset>
  276. </choices>
  277. </col>
  278. <col ref="disckindcd" type="combo" style="text-align:center; ">
  279. <choices>
  280. <itemset nodeset="/root/init/P0454list/P0454">
  281. <label ref="cdnm"/>
  282. <value ref="cdid"/>
  283. </itemset>
  284. </choices>
  285. </col>
  286. <col ref="name" type="input" style="text-align:left; "/>
  287. <col ref="rgstno1" type="input" format="999999" style="text-align:center; "/>
  288. <col ref="rgstno2" type="input" format="9999999" style="text-align:center; "/>
  289. <col ref="fromdd" type="input" format="yyyy-mm-dd" style="text-align:center; "/>
  290. <col ref="todd" type="input" format="yyyy-mm-dd" style="text-align:center; "/>
  291. <col ref="reqdd" format="yyyy-mm-dd" style="text-align:center; "/>
  292. <col ref="emplno" visibility="hidden"/>
  293. <col ref="emplrgstno" visibility="hidden" format="999999-9999999" style="text-align:center; "/>
  294. <col ref="emplnm" visibility="hidden"/>
  295. <col ref="retiredd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
  296. <col ref="entcodd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
  297. <col ref="holyordflag" visibility="hidden">
  298. <choices>
  299. <itemset nodeset="/root/init/R0066list/R0066">
  300. <label ref="cdnm"/>
  301. <value ref="cdid"/>
  302. </itemset>
  303. </choices>
  304. </col>
  305. <col ref="jobkindcd" visibility="hidden">
  306. <choices>
  307. <itemset nodeset="/root/init/R0061list/R0061">
  308. <label ref="cdnm"/>
  309. <value ref="cdid"/>
  310. </itemset>
  311. </choices>
  312. </col>
  313. <col ref="retrduagelimyn" visibility="hidden"/>
  314. <col ref="preststatcd" visibility="hidden">
  315. <choices>
  316. <itemset nodeset="/root/init/R0146list/R0146">
  317. <label ref="cdnm"/>
  318. <value ref="cdid"/>
  319. </itemset>
  320. </choices>
  321. </col>
  322. <col ref="instcd" visibility="hidden"/>
  323. <col ref="unitcd" visibility="hidden"/>
  324. <col ref="dutplcedeptcd" visibility="hidden"/>
  325. <col ref="pid" visibility="hidden" style="text-align:center; "/>
  326. <col ref="seqno" visibility="hidden"/>
  327. </datagrid>
  328. </case>
  329. </switch>
  330. <caption id="caption7" style="left:20px; top:10px; width:740px; height:20px; font-size:12pt; font-weight:bold; color:#0000ff; ">※ 할인정보 변경 및 신규신청시 신청정보 탭을 선택하십시오.</caption>
  331. <button id="button6" class="btn2_letter3" style="left:670px; top:65px; width:53px; height:19px; ">
  332. <caption>행추가</caption>
  333. <script type="javascript" ev:event="DOMActivate">
  334. <![CDATA[
  335. datagrid2.addRow();
  336. var cur_row = datagrid2.rows - datagrid2.fixedrows;
  337. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/emplno", model.getValue("/root/main/userinfo/userdata/emplno") );
  338. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/emplnm", model.getValue("/root/main/userinfo/userdata/emplnm") );
  339. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/emplrgstno", model.getValue("/root/main/userinfo/userdata/emplrgstno") );
  340. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/retiredd", model.getValue("/root/main/userinfo/userdata/retiredd") );
  341. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/entcodd", model.getValue("/root/main/userinfo/userdata/entcodd") );
  342. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/holyordflag", model.getValue("/root/main/userinfo/userdata/holyordflag") );
  343. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/jobkindcd", model.getValue("/root/main/userinfo/userdata/jobkindcd") );
  344. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/retrduagelimyn", model.getValue("/root/main/userinfo/userdata/retrduagelimyn") );
  345. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/preststatcd", model.getValue("/root/main/userinfo/userdata/preststatcd") );
  346. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/instcd", model.getValue("/root/main/userinfo/userdata/instcd") );
  347. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/unitcd", model.getValue("/root/main/userinfo/userdata/unitcd") );
  348. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/dutplcedeptcd", model.getValue("/root/main/userinfo/userdata/dutplcedeptcd") );
  349. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/disckindcd", "01" );
  350. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/confmflag", "N" );
  351. if ( model.getValue("/root/main/userinfo/userdata/holyordflag") == "2" && model.getValue("/root/main/userinfo/userdata/jobkindcd") == "9960" ) {
  352. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/empkindcd", "04" );
  353. } else {
  354. model.setValue("/root/main/famydiscinfo/famyreqtlist[" + cur_row + "]/empkindcd", "01" );
  355. }
  356. ]]>
  357. </script>
  358. </button>
  359. <button id="button7" class="btn2_letter3" style="left:725px; top:65px; width:53px; height:19px; ">
  360. <caption>행삭제</caption>
  361. <script type="javascript" ev:event="DOMActivate">
  362. <![CDATA[
  363. var i = datagrid2.row;
  364. //디비에 입력되지 않은 데이터는 그리드에서만 삭제한다.
  365. if (datagrid2.rowStatus(i) == "1" || datagrid2.rowStatus(i) == "3"){
  366. datagrid2.deleteItem( i );
  367. }else{
  368. datagrid2.addStatus( i, "delete");
  369. if(messageBox("선택된 행의 신청내역을", "Q001") != 6) return;
  370. }
  371. //삭제할 행의 정보를 send에 넣는다.
  372. model.resetInstanceNode("/root/send/updatedata");
  373. model.setValue("root/send/reqdata/reqlist", datagrid2.getUpdateData("delete"));
  374. if ( submit("TXPIC99903") ) {
  375. messageBox("삭제되었습니다", "I");
  376. submit("TRPIC99906");
  377. }
  378. model.removeNodeset("/root/send/reqdata/reqlist");
  379. model.makeNode("/root/send/reqdata/reqlist");
  380. model.refresh();
  381. ]]>
  382. </script>
  383. </button>
  384. <caption id="caption8" style="left:150px; top:45px; width:410px; height:35px; ">★ 신규 및 수정요청하신 내역은 수정완료되기전에는 이전 상태로 보입니다. 원무팀 수정 및 신규 생성 후 미확인상태로 변경됩니다. ★</caption>
  385. <button id="button8" class="btn2_letter4" style="left:604px; top:65px; width:64px; height:19px; ">
  386. <caption>엑셀출력</caption>
  387. <script type="javascript" ev:event="DOMActivate">
  388. <![CDATA[
  389. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  390. if (fileName != "")
  391. {
  392. datagrid1.saveExcel(fileName, "SheetName", true, true, "", "");
  393. }
  394. window.exec(fileName);
  395. ]]>
  396. </script>
  397. </button>
  398. </group>
  399. <group id="group3" style="left:0px; top:475px; width:785px; height:40px; ">
  400. <button id="button2" class="btn4_letter2" style="left:665px; top:10px; width:56px; height:22px; ">
  401. <caption>확인</caption>
  402. <script type="javascript" ev:event="DOMActivate">
  403. <![CDATA[
  404. var rtn = messageBox("본인 및 가족할인내역을 최종저장합니다. 변경이나 신규 신청 사항이 있으면 신청정보탭에서 신청하시기 바랍니다. 저장하시겠습니까?", "Q");
  405. if ( rtn == "6" ) {
  406. for ( i=datagrid1.fixedrows; i < datagrid1.rows; i++ ) {
  407. datagrid1.rowStatus(i) = 2;
  408. }
  409. model.setValue("/root/send/data/datalist",datagrid1.getUpdateData());
  410. if ( submit("TXPIC99902") ) {
  411. messageBox("저장되었습니다.", "I");
  412. button1.dispatch("DOMActivate");
  413. }
  414. }
  415. ]]>
  416. </script>
  417. </button>
  418. <button id="button3" class="btn4_letter2" style="left:725px; top:10px; width:100px; height:20px; ">
  419. <caption>닫기</caption>
  420. <script type="javascript" ev:event="DOMActivate">
  421. <![CDATA[
  422. window.close();
  423. ]]>
  424. </script>
  425. </button>
  426. <caption id="caption5" visibility="visible" style="left:15px; top:2px; width:635px; height:20px; font-size:12pt; font-weight:bold; color:#0000ff; ">※ 상기 할인정보에 이상이 없을시 필히 확인 버튼을 눌러주시기 바랍니다. ※</caption>
  427. <button id="button9" class="btn4_letter2" style="left:665px; top:10px; width:100px; height:20px; ">
  428. <caption>저장</caption>
  429. <script type="javascript" ev:event="DOMActivate">
  430. <![CDATA[
  431. var rtn = messageBox("본인 및 가족할인정보를 신규 및 수정요청하시겠습니까?", "Q");
  432. if ( rtn == "6" ) {
  433. model.setValue("/root/send/reqdata/reqlist", datagrid2.getUpdateData() );
  434. if ( submit("TXPIC99903") ) {
  435. messageBox("저장되었습니다.", "I");
  436. button1.dispatch("DOMActivate");
  437. }
  438. }
  439. ]]>
  440. </script>
  441. </button>
  442. </group>
  443. </xhtml:body>
  444. </xhtml:html>