SPARH00300_병의원전화상담등록.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <send>
  10. <search>
  11. <fromdd/>
  12. <todd/>
  13. <cntcflag/>
  14. <cnstflag/>
  15. <cntcpsnnm/>
  16. </search>
  17. <savedata/>
  18. </send>
  19. <main>
  20. <list>
  21. <cnstlist>
  22. <cnstdd/>
  23. <cnstfromtm/>
  24. <cnsttotm/>
  25. <cntcflag/>
  26. <cntcpsnnm/>
  27. <sex/>
  28. <age/>
  29. <cnstflag/>
  30. <cnstgrde/>
  31. <coophospnm/>
  32. <cnstcnts/>
  33. <answcnts/>
  34. <cnstpsnid/>
  35. <cnstpsnnm/>
  36. <seqno/>
  37. <status/>
  38. </cnstlist>
  39. </list>
  40. <cnstinfo>
  41. <cnstdd/>
  42. <cnstfromtm/>
  43. <cnsttotm/>
  44. <coophospnm/>
  45. <cntcflag/>
  46. <cntcpsnnm/>
  47. <sex/>
  48. <age/>
  49. <cnstflag/>
  50. <cnstcnts/>
  51. <answcnts/>
  52. <cnstgrde/>
  53. <cnstpsnid/>
  54. <cnstpsnnm/>
  55. <seqno/>
  56. <status/>
  57. </cnstinfo>
  58. </main>
  59. <hidden>
  60. <statFlag/>
  61. </hidden>
  62. <init/>
  63. </root>
  64. </instance>
  65. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  66. <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  67. <script type="javascript" ev:event="xforms-ready">
  68. <![CDATA[
  69. fInit();
  70. ]]>
  71. </script>
  72. <submission id="TRARH00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list"/>
  73. <submission id="TXARH00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root"/>
  74. </model>
  75. </xhtml:head>
  76. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  77. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  78. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  79. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  80. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  81. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  82. <script type="javascript">
  83. <![CDATA[
  84. // 초기값 셋팅
  85. function fInit()
  86. {
  87. // 오늘 날짜로 세팅
  88. var CurrentDate = getCurrentDate();
  89. model.setValue("/root/send/search/fromdd", CurrentDate);
  90. model.setValue("/root/send/search/todd", CurrentDate);
  91. //alert(getUserInfo("posdeptnm")); // 사용자부서
  92. fDisabled(true);
  93. model.removeNodeset("/root/main/list/cnstlist");
  94. model.resetInstanceNode("/root/main/cnstinfo");
  95. model.setValue("/root/main/cnstinfo/cnstpsnid", getUserInfo("userid"));
  96. model.setValue("/root/main/cnstinfo/cnstpsnnm", getUserInfo("usernm"));
  97. model.refresh();
  98. }
  99. // 조회
  100. function fSearch()
  101. {
  102. model.resetInstanceNode("/root/main/cnstinfo");
  103. model.setValue("/root/main/cnstinfo/cnstpsnid", getUserInfo("userid"));
  104. model.setValue("/root/main/cnstinfo/cnstpsnnm", getUserInfo("usernm"));
  105. fDisabled(true);
  106. // reqGetCnstList
  107. // getCnstList
  108. if (submit("TRARH00301", false) == true)
  109. {
  110. }
  111. else
  112. {
  113. messageBox("조회를", "E009");
  114. }
  115. }
  116. // 저장
  117. function fSave()
  118. {
  119. model.resetInstanceNode("/root/send/savedata");
  120. model.copyNode("/root/send/savedata","/root/main/cnstinfo")
  121. if (submit("TXARH00301", false) == true)
  122. {
  123. fSearch();
  124. }
  125. else
  126. {
  127. messageBox("저장에", "E009");
  128. }
  129. model.refresh();
  130. }
  131. // 신규
  132. function fNewData()
  133. {
  134. fDisabled(false);
  135. model.resetInstanceNode("/root/main/cnstinfo");
  136. // 오늘 날짜로 세팅
  137. var CurrentDate = getCurrentDate();
  138. model.setValue("/root/main/cnstinfo/cnstdd", CurrentDate);
  139. model.setValue("/root/main/cnstinfo/cnstpsnid", getUserInfo("userid"));
  140. model.setValue("/root/main/cnstinfo/cnstpsnnm", getUserInfo("usernm"));
  141. model.setValue("/root/main/cnstinfo/status", "i");
  142. model.refresh();
  143. }
  144. // disable 여부
  145. function fDisabled(flag)
  146. {
  147. ipt_cnstdd.disabled = flag;
  148. ipt_cnstfromtm.disabled = flag;
  149. ipt_cnsttotm.disabled = flag;
  150. ipt_coophospnm.disabled = flag;
  151. cmb_cntcflag.disabled = flag;
  152. ipt_cntcpsnnm.disabled = flag;
  153. cmb_sex.disabled = flag;
  154. ipt_age.disabled = flag;
  155. cmb_cnstflag.disabled = flag;
  156. tar_cnstcnts.disabled = flag;
  157. tar_answcnts.disabled = flag;
  158. rdo_cnstgrde.disabled = flag;
  159. }
  160. // 병의원 내용 선택
  161. function fGridClick()
  162. {
  163. if (grd_list.rows<= 1) return;
  164. if (grd_list.row < 1) return;
  165. fDisabled(false);
  166. ipt_cnstdd.disabled = true;
  167. model.copyNode("/root/main/cnstinfo", "/root/main/list/cnstlist[" + grd_list.row + "]");
  168. model.refresh();
  169. }
  170. // 초기화
  171. function fAllClear()
  172. {
  173. model.resetInstanceNode("/root/send/search");
  174. // 오늘 날짜로 세팅
  175. var CurrentDate = getCurrentDate();
  176. model.setValue("/root/send/search/fromdd", CurrentDate);
  177. model.setValue("/root/send/search/todd", CurrentDate);
  178. fDisabled(true);
  179. model.removeNodeset("/root/main/list/cnstlist");
  180. model.resetInstanceNode("/root/main/cnstinfo");
  181. model.setValue("/root/main/cnstinfo/cnstpsnid", getUserInfo("userid"));
  182. model.setValue("/root/main/cnstinfo/cnstpsnnm", getUserInfo("usernm"));
  183. model.refresh();
  184. }
  185. // 엑셀로 저장
  186. function fExcel()
  187. {
  188. if (grd_list.rows <= 1) return;
  189. var fileName = window.fileDialog("save", ",", false, "병의원 전화상담 리스트", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  190. if (fileName != ""){
  191. grd_list.saveExcel(fileName, "SheetName", false, false, "", "", false);
  192. }
  193. }
  194. // Default 체크
  195. function fDefaultCheck()
  196. {
  197. if (isNull(ipt_cnstdd.value) == true)
  198. {
  199. messageBox("상담일자를", "C001");
  200. model.setFocus("ipt_cnstdd");
  201. return false;
  202. }
  203. if (isNull(cmb_cntcflag.value) == true)
  204. {
  205. messageBox("통화자구분을", "C001");
  206. model.setFocus("cmb_cntcflag");
  207. return false;
  208. }
  209. if (isNull(cmb_cnstflag.value) == true)
  210. {
  211. messageBox("상담구분을", "C001");
  212. model.setFocus("cmb_cnstflag");
  213. return false;
  214. }
  215. return true;
  216. }
  217. ]]>
  218. </script>
  219. <xhtml:body pagewidth="1000" pageheight="757" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  220. <group id="group1" style="left:0px; top:0px; width:983; height:13px; ">
  221. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:165px; height:14px; ">상담관리</caption>
  222. </group>
  223. <group id="group3" scroll="auto" style="left:0px; top:13px; width:983; height:717px; ">
  224. <group id="group4" style="left:0px; top:10px; width:980px; height:40px; vertical-align:top; ">
  225. <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:980px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  226. <line id="line10" style="x1:904px; y1:9px; x2:904px; y2:31px; border-color:#ffe4bb; border-left-style:solid; "/>
  227. <caption id="caption14" class="search_name" style="left:10px; top:10px; width:75px; height:17px; ">상담일 :</caption>
  228. <caption id="caption1" class="search_name" style="left:300px; top:10px; width:99px; height:17px; ">통화자구분 :</caption>
  229. <caption id="caption2" class="search_name" style="left:510px; top:10px; width:99px; height:17px; ">상담구분 :</caption>
  230. <caption id="caption3" class="search_name" style="left:721px; top:10px; width:89px; height:17px; ">통화자명 :</caption>
  231. <button id="btn_search" class="btn1_letter2" style="left:915px; top:10px; width:56px; height:22px; ">
  232. <caption>조회</caption>
  233. <script type="javascript" ev:event="DOMActivate">
  234. <![CDATA[
  235. fSearch();
  236. model.refresh();
  237. ]]>
  238. </script>
  239. </button>
  240. <select1 id="cmb_s_cntcflag" ref="/root/send/search/cntcflag" class="combo_search" appearance="minimal" style="left:405px; top:8px; width:90px; height:19px; ">
  241. <choices>
  242. <item>
  243. <label>- 전 체 -</label>
  244. <value></value>
  245. </item>
  246. <item>
  247. <label>환자</label>
  248. <value>1</value>
  249. </item>
  250. <item>
  251. <label>보호자</label>
  252. <value>2</value>
  253. </item>
  254. <item>
  255. <label>의뢰의사</label>
  256. <value>3</value>
  257. </item>
  258. <item>
  259. <label>병원관계자</label>
  260. <value>4</value>
  261. </item>
  262. <item>
  263. <label>기타</label>
  264. <value>9</value>
  265. </item>
  266. </choices>
  267. </select1>
  268. <select1 id="cmb_s_cnstflag" ref="/root/send/search/cnstflag" class="combo_search" appearance="minimal" style="left:603px; top:10px; width:100px; height:19px; ">
  269. <choices>
  270. <item>
  271. <label>- 전 체 -</label>
  272. <value></value>
  273. </item>
  274. <item>
  275. <label>병의원건의사항</label>
  276. <value>01</value>
  277. </item>
  278. <item>
  279. <label>환자상태문의</label>
  280. <value>02</value>
  281. </item>
  282. <item>
  283. <label>진료상담</label>
  284. <value>03</value>
  285. </item>
  286. <item>
  287. <label>결과지발송</label>
  288. <value>04</value>
  289. </item>
  290. <item>
  291. <label>전원의뢰중재</label>
  292. <value>05</value>
  293. </item>
  294. <item>
  295. <label>기타</label>
  296. <value>99</value>
  297. </item>
  298. </choices>
  299. </select1>
  300. <input id="ipt_s_cntcpsnnm" ref="/root/send/search/cntcpsnnm" class="input_search" style="left:815px; top:10px; width:70px; height:19px; "/>
  301. <caption id="caption10" class="search_no_b" style="left:181px; top:10px; width:12px; height:17px; ">~</caption>
  302. <input id="ipt_fromdd" ref="/root/send/search/fromdd" class="input_search" inputtype="date" style="left:90px; top:10px; width:90px; height:19px; "/>
  303. <input id="ipt_todd" ref="/root/send/search/todd" class="input_search" inputtype="date" style="left:195px; top:10px; width:90px; height:19px; "/>
  304. </group>
  305. <line id="line11" class="line_1" style="x1:0px; y1:77px; x2:655px; y2:76px; "/>
  306. <caption id="caption18" class="tit_2" style="left:5px; top:60px; width:157px; height:13px; ">병의원 전화상담 리스트</caption>
  307. <caption id="caption4" class="tit_2" style="left:666px; top:60px; width:170px; height:13px; ">병의원 전화상담 상세내역</caption>
  308. <line id="line1" class="line_1" style="x1:665px; y1:76px; x2:983px; y2:76px; "/>
  309. <caption id="caption26" class="cell_1" style="left:665px; top:82px; width:85px; height:23px; vertical-align:middle; ">상담일자</caption>
  310. <line id="line2" class="line_2" style="x1:665px; y1:104px; x2:983px; y2:104px; "/>
  311. <line id="line3" class="line_2" style="x1:665px; y1:128px; x2:983px; y2:128px; "/>
  312. <caption id="caption5" class="cell_1" style="left:665px; top:106px; width:85px; height:23px; vertical-align:middle; ">상담시작시간</caption>
  313. <caption id="caption7" class="cell_1" style="left:665px; top:130px; width:85px; height:23px; vertical-align:middle; ">상담종료시간</caption>
  314. <line id="line4" class="line_2" style="x1:665px; y1:152px; x2:983px; y2:152px; "/>
  315. <caption id="caption8" class="cell_1" style="left:665px; top:154px; width:85px; height:23px; vertical-align:middle; ">협력병의원명</caption>
  316. <line id="line5" class="line_2" style="x1:665px; y1:176px; x2:983px; y2:176px; "/>
  317. <caption id="caption9" class="cell_1" style="left:665px; top:178px; width:85px; height:23px; vertical-align:middle; ">통화자구분</caption>
  318. <line id="line6" class="line_2" style="x1:665px; y1:200px; x2:983px; y2:200px; "/>
  319. <line id="line7" class="line_2" style="x1:665px; y1:224px; x2:983px; y2:224px; "/>
  320. <caption id="caption11" class="cell_1" style="left:665px; top:250px; width:85px; height:204px; vertical-align:middle; ">상담내용</caption>
  321. <line id="line8" class="line_2" style="x1:665px; y1:642px; x2:983px; y2:642px; "/>
  322. <line id="line12" class="line_2" style="x1:665px; y1:690px; x2:983px; y2:690px; "/>
  323. <caption id="caption12" class="cell_1" style="left:665px; top:668px; width:85px; height:23px; vertical-align:middle; ">상담자ID</caption>
  324. <line id="line13" class="line_2" style="x1:665px; y1:714px; x2:983px; y2:714px; "/>
  325. <caption id="caption15" class="cell_1" style="left:665px; top:692px; width:85px; height:23px; vertical-align:middle; ">상담자명</caption>
  326. <line id="line14" class="line_2" style="x1:665px; y1:666px; x2:983px; y2:666px; "/>
  327. <caption id="caption16" class="cell_1" style="left:665px; top:644px; width:85px; height:23px; vertical-align:middle; ">상담정도</caption>
  328. <caption id="caption17" class="cell_1" style="left:665px; top:202px; width:85px; height:23px; vertical-align:middle; ">성별/나이</caption>
  329. <line id="line15" class="line_2" style="x1:665px; y1:248px; x2:983px; y2:248px; "/>
  330. <line id="line16" class="line_3" style="x1:665px; y1:714px; x2:983px; y2:714px; "/>
  331. <caption id="caption19" class="cell_1" style="left:665px; top:455px; width:85px; height:187px; vertical-align:middle; ">답변내용</caption>
  332. <line id="line9" class="line_2" style="x1:667px; y1:453px; x2:983px; y2:453px; "/>
  333. <caption id="caption13" class="cell_1" style="left:665px; top:226px; width:85px; height:23px; vertical-align:middle; ">상담구분</caption>
  334. <input id="ipt_cnstdd" ref="/root/main/cnstinfo/cnstdd" class="input_essential" inputtype="date" style="left:753px; top:82px; width:119px; height:19px; "/>
  335. <input id="ipt_cnstfromtm" ref="/root/main/cnstinfo/cnstfromtm" class="input_default" maxlength="4" format="hh:nn" style="left:753px; top:107px; width:70px; height:19px; text-align:center; "/>
  336. <input id="ipt_cnsttotm" ref="/root/main/cnstinfo/cnsttotm" class="input_default" maxlength="4" format="hh:nn" style="left:753px; top:131px; width:70px; height:19px; text-align:center; "/>
  337. <input id="ipt_coophospnm" ref="/root/main/cnstinfo/coophospnm" class="input_default" visibility="visible" imemode="hangul" maxlength="16" style="left:753px; top:155px; width:228px; height:19px; "/>
  338. <select1 id="cmb_cntcflag" ref="/root/main/cnstinfo/cntcflag" class="combo_essential" appearance="minimal" style="left:753px; top:179px; width:85px; height:19px; ">
  339. <choices>
  340. <item>
  341. <label>환자</label>
  342. <value>1</value>
  343. </item>
  344. <item>
  345. <label>보호자</label>
  346. <value>2</value>
  347. </item>
  348. <item>
  349. <label>의뢰의사</label>
  350. <value>3</value>
  351. </item>
  352. <item>
  353. <label>병원관계자</label>
  354. <value>4</value>
  355. </item>
  356. <item>
  357. <label>기타</label>
  358. <value>9</value>
  359. </item>
  360. </choices>
  361. </select1>
  362. <input id="ipt_cntcpsnnm" ref="/root/main/cnstinfo/cntcpsnnm" class="input_default" visibility="visible" imemode="hangul" maxlength="16" appearance="input" style="left:841px; top:179px; width:140px; height:19px; "/>
  363. <select1 id="cmb_sex" ref="/root/main/cnstinfo/sex" class="combo_default" appearance="minimal" style="left:753px; top:203px; width:45px; height:19px; ">
  364. <choices>
  365. <item>
  366. <label>남</label>
  367. <value>M</value>
  368. </item>
  369. <item>
  370. <label>여</label>
  371. <value>F</value>
  372. </item>
  373. </choices>
  374. </select1>
  375. <input id="ipt_age" ref="/root/main/cnstinfo/age" class="input_default" maxlength="4" format="#,###" style="left:801px; top:203px; width:40px; height:19px; text-align:right; "/>
  376. <select1 id="cmb_cnstflag" ref="/root/main/cnstinfo/cnstflag" class="combo_essential" appearance="minimal" style="left:753px; top:227px; width:122px; height:19px; ">
  377. <choices>
  378. <item>
  379. <label>병의원건의사항</label>
  380. <value>01</value>
  381. </item>
  382. <item>
  383. <label>환자상태문의</label>
  384. <value>02</value>
  385. </item>
  386. <item>
  387. <label>진료상담</label>
  388. <value>03</value>
  389. </item>
  390. <item>
  391. <label>결과지발송</label>
  392. <value>04</value>
  393. </item>
  394. <item>
  395. <label>전원의뢰중재</label>
  396. <value>05</value>
  397. </item>
  398. <item>
  399. <label>기타</label>
  400. <value>99</value>
  401. </item>
  402. </choices>
  403. </select1>
  404. <textarea id="tar_cnstcnts" ref="/root/main/cnstinfo/cnstcnts" imemode="hangul" maxlength="333" style="left:753px; top:250px; width:230px; height:201px; "/>
  405. <textarea id="tar_answcnts" ref="/root/main/cnstinfo/answcnts" imemode="hangul" maxlength="333" style="left:753px; top:456px; width:230px; height:183px; "/>
  406. <select1 id="rdo_cnstgrde" ref="/root/main/cnstinfo/cnstgrde" class="radio_default" overflow="visible" appearance="full" cellspacing="20" cols="3" style="left:755px; top:647px; width:140px; height:20px; border-style:none; ">
  407. <choices>
  408. <item>
  409. <label>상</label>
  410. <value>B</value>
  411. </item>
  412. <item>
  413. <label>중</label>
  414. <value>M</value>
  415. </item>
  416. <item>
  417. <label>하</label>
  418. <value>W</value>
  419. </item>
  420. </choices>
  421. </select1>
  422. <output id="opt_cnstpsnid" ref="/root/main/cnstinfo/cnstpsnid" class="input_default" appearance="output" style="left:753px; top:669px; width:100px; height:19px; "/>
  423. <output id="opt_cnstpsnnm" ref="/root/main/cnstinfo/cnstpsnnm" class="input_default" appearance="output" style="left:753px; top:693px; width:100px; height:19px; "/>
  424. <datagrid id="grd_list" nodeset="/root/main/list/cnstlist" caption="상담일자^시작시간^종료시간^통화자구분^통화자명^성별^나이^상담구분^상담정도" colsep="^" colwidth="80, 60, 60, 80, 90, 40, 40, 90, 60" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:80px; width:655px; height:635px; ">
  425. <col ref="cnstdd" format="yyyy-mm-dd" style="text-align:center; "/>
  426. <col ref="cnstfromtm" format="hh:nn" style="text-align:center; "/>
  427. <col ref="cnsttotm" format="hh:nn" style="text-align:center; "/>
  428. <col disabled="true" ref="cntcflag" type="combo">
  429. <choices>
  430. <item>
  431. <label>환자</label>
  432. <value>1</value>
  433. </item>
  434. <item>
  435. <label>보호자</label>
  436. <value>2</value>
  437. </item>
  438. <item>
  439. <label>의뢰의사</label>
  440. <value>3</value>
  441. </item>
  442. <item>
  443. <label>병원관계자</label>
  444. <value>4</value>
  445. </item>
  446. <item>
  447. <label>기타</label>
  448. <value>9</value>
  449. </item>
  450. </choices>
  451. </col>
  452. <col ref="cntcpsnnm"/>
  453. <col disabled="true" ref="sex" type="combo">
  454. <choices>
  455. <item>
  456. <label>남</label>
  457. <value>M</value>
  458. </item>
  459. <item>
  460. <label>여</label>
  461. <value>F</value>
  462. </item>
  463. </choices>
  464. </col>
  465. <col ref="age" style="text-align:right; "/>
  466. <col disabled="true" ref="cnstflag" type="combo">
  467. <choices>
  468. <item>
  469. <label>병의원건의사항</label>
  470. <value>01</value>
  471. </item>
  472. <item>
  473. <label>환자상태문의</label>
  474. <value>02</value>
  475. </item>
  476. <item>
  477. <label>진료상담</label>
  478. <value>03</value>
  479. </item>
  480. <item>
  481. <label>결과지발송</label>
  482. <value>04</value>
  483. </item>
  484. <item>
  485. <label>전원의뢰중재</label>
  486. <value>05</value>
  487. </item>
  488. <item>
  489. <label>기타</label>
  490. <value>99</value>
  491. </item>
  492. </choices>
  493. </col>
  494. <col disabled="true" ref="cnstgrde" type="combo">
  495. <choices>
  496. <item>
  497. <label>상</label>
  498. <value>B</value>
  499. </item>
  500. <item>
  501. <label>중</label>
  502. <value>M</value>
  503. </item>
  504. <item>
  505. <label>하</label>
  506. <value>W</value>
  507. </item>
  508. </choices>
  509. </col>
  510. <script type="javascript" ev:event="onclick">
  511. <![CDATA[
  512. fGridClick();
  513. ]]>
  514. </script>
  515. </datagrid>
  516. <button id="btn_new" class="btn2_letter2" style="left:940px; top:56px; width:42px; height:19px; letter-spacing:1; ">
  517. <caption>신규</caption>
  518. <script type="javascript" ev:event="DOMActivate">
  519. <![CDATA[
  520. fNewData();
  521. ]]>
  522. </script>
  523. </button>
  524. <button id="btn_excel" class="btn2_letter2" style="left:615px; top:56px; width:42px; height:19px; ">
  525. <caption>엑셀</caption>
  526. <script type="javascript" ev:event="DOMActivate">
  527. <![CDATA[
  528. fExcel();
  529. ]]>
  530. </script>
  531. </button>
  532. </group>
  533. <group id="group5" scroll="auto" style="left:0px; top:730px; width:983; height:27px; ">
  534. <button id="btn_save" class="btn4_letter2" style="left:851px; top:4px; width:56px; height:22px; ">
  535. <caption>저장</caption>
  536. <script type="javascript" ev:event="DOMActivate">
  537. <![CDATA[
  538. // default 체크
  539. if (fDefaultCheck() == false) return;
  540. fSave();
  541. ]]>
  542. </script>
  543. </button>
  544. <button id="btn_allclear" class="btn4_letter3" style="left:910px; top:4px; width:68px; height:22px; ">
  545. <caption>초기화</caption>
  546. <script type="javascript" ev:event="DOMActivate">
  547. <![CDATA[
  548. fAllClear();
  549. ]]>
  550. </script>
  551. </button>
  552. </group>
  553. </xhtml:body>
  554. </xhtml:html>