SMARC01600_전원의뢰현황.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  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. <main>
  10. <list>
  11. <req_pat_list>
  12. <formrecdd/>
  13. <pid/>
  14. <hngnm/>
  15. <rrgstno1/>
  16. <rrgstno2/>
  17. <sex/>
  18. <age/>
  19. <rgstdd/>
  20. <reqdd/>
  21. <orddd/>
  22. <orddeptnm/>
  23. <orddrnm/>
  24. <licnsno/>
  25. <reqareacd/>
  26. <reqcoophospnm/>
  27. <reqdrnm/>
  28. <enddd/>
  29. <reqagnareacd/>
  30. <reqagncoophospnm/>
  31. <reqagntelno/>
  32. <rsltcd/>
  33. <resncd/>
  34. </req_pat_list>
  35. </list>
  36. </main>
  37. <send>
  38. <search>
  39. <condflag>1</condflag>
  40. <fromdd/>
  41. <todd/>
  42. <coophospnm/>
  43. <rsltcd/>
  44. <orddeptcd/>
  45. <orddrid/>
  46. <resncd/>
  47. <cutflag/>
  48. </search>
  49. <doctor/>
  50. </send>
  51. <init>
  52. <dept/>
  53. <doctlist>
  54. <medispcl>
  55. <doctid/>
  56. <doctnm/>
  57. </medispcl>
  58. <atdoct>
  59. <doctid/>
  60. <doctnm/>
  61. </atdoct>
  62. </doctlist>
  63. <areacd>
  64. <A0426>
  65. </A0426>
  66. </areacd>
  67. <rsltcd>
  68. <A0438/>
  69. </rsltcd>
  70. <resncd>
  71. <A0439/>
  72. </resncd>
  73. </init>
  74. </root>
  75. </instance>
  76. <script type="javascript" ev:event="xforms-ready">
  77. <![CDATA[
  78. fInit();
  79. ]]>
  80. </script>
  81. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  82. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  83. <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  84. <submission id="TRZBC00105" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  85. <submission id="TRARC01302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/doctor" resultref="/root/init/doctlist"/>
  86. <submission id="TRARC01601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list"/>
  87. </model>
  88. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  89. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  90. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  91. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  92. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  93. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  94. <script type="javascript" src="../../../com/departmentcodeweb/js/common.js"/>
  95. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  96. <script type="javascript">
  97. <![CDATA[
  98. // 초기값
  99. function fInit()
  100. {
  101. // 오늘 날짜로 세팅
  102. var CurrentDate = getCurrentDate();
  103. model.setValue("/root/send/search/fromdd", CurrentDate);
  104. model.setValue("/root/send/search/todd", CurrentDate);
  105. // 진료과
  106. //var instcd = "012";
  107. var instcd = getUserInfo("dutplceinstcd");
  108. //var standard_yn = "orduseyn";
  109. var standard_yn = "rcptuseyn";
  110. var ord_deptflag = 'D';
  111. var rslt_ref = "/root/init/dept";
  112. var sort_method = "depthngnm";
  113. //zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_method);
  114. sort_field = "depthngnm"
  115. zsdfGetInOutOrdDeptList(instcd, rslt_ref, sort_field, sort_method);
  116. // 공통코드 목록 가져오기
  117. zbcfGetCodeList(new Array("A0439", "A0438"), new Array("/root/init/resncd", "/root/init/rsltcd") , true);
  118. // 유형코드
  119. zbcfGetKindCodeList(
  120. new Array("A0014"), //업무규칙
  121. new Array("A0426"), //코드군
  122. new Array("/root/init/areacd"), //노드
  123. true, //minimum : true TRZBC00105
  124. new Array(""), //sorting 항목
  125. new Array("")
  126. );
  127. // 진료과
  128. addComboItem("cmb_orddeptcd", "", "", "above");
  129. // 전원결과
  130. addComboItem("cmb_rsltcd", "", "", "above");
  131. // 전원사유
  132. addComboItem("cmb_resncd", "", "", "above");
  133. fDoctSerach();
  134. model.removeNodeset("/root/main/list/req_pat_list");
  135. model.setValue("/root/send/search/cutflag", "N");
  136. fChngGridCol();
  137. model.refresh();
  138. }
  139. // 진료의사 조회
  140. function fDoctSerach()
  141. {
  142. // 진료의사
  143. model.removenode("/root/send/doctor");
  144. model.makeValue("/root/send/doctor/orddd", model.getValue("/root/send/search/fromdd"));
  145. model.makeValue("/root/send/doctor/orddeptcd", model.getValue("/root/send/search/orddeptcd"));
  146. submit("TRARC01302", false);
  147. cmb_orddrid.select(0);
  148. //model.setValue("/root/main/patient/orddrid", orddrid);
  149. }
  150. // 조회전 필수 체크
  151. function fCheckDate()
  152. {
  153. var fromdd = model.getValue("/root/send/search/fromdd");
  154. var todd = model.getValue("/root/send/search/todd");
  155. if( ! isValidDateTime( fromdd, 'YYYYMMDD') || ! isValidDateTime( todd, 'YYYYMMDD') ){
  156. messageBox("입력하신 일자구분이 정확한 날짜타입이 아닙니다.", "E999", "");
  157. return false;
  158. }
  159. /*
  160. if( getDateInterval(fromdd, todd) > 31 ){
  161. messageBox("조회가능한 최대 기간은 1달입니다. 일자구분에서 날짜를 수정하세요!", "E999", "");
  162. return false;
  163. }
  164. */
  165. if( getDateInterval(fromdd, todd) < 0 ){
  166. messageBox("일자구분에서 시작일자가 종료일자보다 미래일자 입니다. 확인하세요!", "E999", "");
  167. return false;
  168. }
  169. /*
  170. // 날짜 계산
  171. var daycnt = getDateInterval(fromdd, todd);
  172. // 1일이 아닌 경우는 조건을 타야 함
  173. if (daycnt != 0)
  174. {
  175. // 진료과 체크
  176. if (model.getValue("/root/send/search/orddeptcd") == "")
  177. {
  178. messageBox("일자구분에서 하루 이상의 기간을 선택했을 경우, 진료과는 조회 필수 조건입니다. 진료과를 입력하세요.", "E999", "");
  179. //messageBox("진료과를 ","C002");
  180. return false;
  181. }
  182. if (ipt_coophospnm.currentText.length > 0 && ipt_coophospnm.currentText.length < 2) {
  183. messageBox("전원의뢰병원명은 2글자 이상으로 해주십시요!","E999","");
  184. model.setFocus("ipt_coophospnm");
  185. return false;
  186. }
  187. }
  188. */
  189. if (ipt_coophospnm.currentText.length > 0 && ipt_coophospnm.currentText.length < 2) {
  190. messageBox("전원의뢰병원명은 2글자 이상으로 해주십시요!","E999","");
  191. model.setFocus("ipt_coophospnm");
  192. return false;
  193. }
  194. return true;
  195. }
  196. //조회
  197. function fSearch()
  198. {
  199. if (submit("TRARC01601", false) == true)
  200. {
  201. }
  202. else
  203. {
  204. messageBox("조회를", "E009");
  205. }
  206. fChngGridCol();
  207. model.refresh();
  208. }
  209. // 리스트 엑셀 파일로 저장
  210. function fExcel()
  211. {
  212. if (grd_list.rows <= 1) return;
  213. var fileName = window.fileDialog("save", ",", false, "전원의뢰현황", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  214. if (fileName != ""){
  215. grd_list.saveExcel(fileName, "전원의뢰리스트", false, false, "", "", false);
  216. }
  217. }
  218. // 초기화
  219. function fAllClear()
  220. {
  221. model.resetInstanceNode("/root/send/search");
  222. // 오늘 날짜로 세팅
  223. var CurrentDate = getCurrentDate();
  224. model.setValue("/root/send/search/fromdd", CurrentDate);
  225. model.setValue("/root/send/search/todd", CurrentDate);
  226. cmb_condflag.select(0);
  227. cmb_orddeptcd.select(0);
  228. cmb_resncd.select(0);
  229. cmb_rsltcd.select(0);
  230. fDoctSerach();
  231. model.removeNodeset("/root/main/list/req_pat_list");
  232. model.setValue("/root/send/search/cutflag", "N");
  233. fChngGridCol();
  234. model.refresh();
  235. }
  236. //전원소견서 뷰어
  237. function fLoadForm()
  238. {
  239. if (grd_list.rows <= 1) return;
  240. if (grd_list.row < 1) return;
  241. var lrow = grd_list.row;
  242. if(grd_list.isCell(event.target) && grd_list.mouseRow >= grd_list.fixedrows){}
  243. else{ return; }
  244. // var pid = model.getValue("/root/main/list/req_pat_list["+lrow+"]/pid");
  245. // var patnm = model.getValue("/root/main/list/req_pat_list["+lrow+"]/hngnm");
  246. // var sexage = model.getValue("/root/main/list/req_pat_list["+lrow+"]/age");
  247. // var orddeptnm = model.getValue("/root/main/list/req_pat_list["+lrow+"]/dept");
  248. // var roomcd = model.getValue("/root/main/list/req_pat_list["+lrow+"]/roomcd");
  249. // var patParamStr = pid + "▦" + patnm + "▦" + sexage + "▦" + orddeptnm + "▦" + roomcd;
  250. var formrecseq = model.getValue("/root/main/list/req_pat_list["+lrow+"]/formrecseq");
  251. setParameter("openmode", "recform");
  252. setParameter("formrecseq", formrecseq);
  253. // setParameter("disppatinfo", patParamStr);
  254. var wndobj = getOpenWindow("SPARC03000");
  255. if ( wndobj == null ) {
  256. open("SPARC03000", 1, 0, 0 ,"", "", "");
  257. } else {
  258. wndobj.javascript.fLoadForm();
  259. }
  260. }
  261. //간략히보기 클릭[컬럼 설정]
  262. function fChngGridCol()
  263. {
  264. var vCutFlag = model.getValue("/root/send/search/cutflag");
  265. if (vCutFlag =="Y") {
  266. grd_list.colHidden(grd_list.colRef("rrgstno1")) = true;
  267. grd_list.colHidden(grd_list.colRef("rrgstno2")) = true;
  268. grd_list.colHidden(grd_list.colRef("rgstdd")) = true;
  269. grd_list.colHidden(grd_list.colRef("reqdd")) = true;
  270. grd_list.colHidden(grd_list.colRef("orddd")) = true;
  271. grd_list.colHidden(grd_list.colRef("licnsno")) = true;
  272. grd_list.colHidden(grd_list.colRef("reqareacd")) = true;
  273. grd_list.colHidden(grd_list.colRef("reqcoophospnm")) = true;
  274. grd_list.colHidden(grd_list.colRef("reqdrnm")) = true;
  275. grd_list.colHidden(grd_list.colRef("reqagnareacd")) = true;
  276. grd_list.colHidden(grd_list.colRef("reqagntelno")) = true;
  277. grd_list.colHidden(grd_list.colRef("rsltcd")) = true;
  278. grd_list.colHidden(grd_list.colRef("roomcd")) = false;
  279. } else {
  280. grd_list.colHidden(grd_list.colRef("rrgstno1")) = false;
  281. grd_list.colHidden(grd_list.colRef("rrgstno2")) = false;
  282. grd_list.colHidden(grd_list.colRef("rgstdd")) = false;
  283. grd_list.colHidden(grd_list.colRef("reqdd")) = false;
  284. grd_list.colHidden(grd_list.colRef("orddd")) = false;
  285. grd_list.colHidden(grd_list.colRef("licnsno")) = false;
  286. grd_list.colHidden(grd_list.colRef("reqareacd")) = false;
  287. grd_list.colHidden(grd_list.colRef("reqcoophospnm")) = false;
  288. grd_list.colHidden(grd_list.colRef("reqdrnm")) = false;
  289. grd_list.colHidden(grd_list.colRef("reqagnareacd")) = false;
  290. grd_list.colHidden(grd_list.colRef("reqagntelno")) = false;
  291. grd_list.colHidden(grd_list.colRef("rsltcd")) = false;
  292. grd_list.colHidden(grd_list.colRef("roomcd")) = true;
  293. }
  294. }
  295. ]]>
  296. </script>
  297. </xhtml:head>
  298. <xhtml:body guideline="1,2;1,1195;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  299. <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:784px; ">
  300. <group id="group2" style="left:0px; top:13px; width:1195px; height:744px; vertical-align:top; ">
  301. <group id="group1" style="left:0px; top:10px; width:1194px; height:70px; vertical-align:top; ">
  302. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:65px; "/>
  303. <button id="button5" class="btn1_letter2" style="left:1126px; top:26px; width:56px; height:22px; ">
  304. <caption>조회</caption>
  305. <script type="javascript" ev:event="DOMActivate">
  306. <![CDATA[
  307. if ( !fCheckDate() ) return; //필수 저장여부 체크
  308. fSearch();
  309. ]]>
  310. </script>
  311. </button>
  312. <line id="line8" class="line_4" style="x1:1110px; y1:5px; x2:1110px; y2:60; "/>
  313. <caption id="caption9" class="search_name" style="left:20px; top:10px; width:94px; height:17px; ">조회일자 :</caption>
  314. <caption id="caption11" class="search_name" style="left:20px; top:35px; width:94px; height:17px; ">진료과 :</caption>
  315. <caption id="caption13" class="search_name" style="left:810px; top:10px; width:112px; height:17px; ">전원결과별 :</caption>
  316. <caption id="caption5" class="search_no_b" style="left:337px; top:10px; width:12px; height:17px; ">~</caption>
  317. <caption id="caption4" class="search_name" style="left:275px; top:35px; width:94px; height:17px; ">진료의사 :</caption>
  318. <caption id="caption3" class="search_name" style="left:510px; top:10px; width:125px; height:17px; ">전원의뢰병원명 :</caption>
  319. <caption id="caption1" class="search_name" style="left:510px; top:40px; width:112px; height:17px; ">전원의뢰사유 :</caption>
  320. <select1 id="cmb_resncd" ref="/root/send/search/resncd" class="combo_search" appearance="minimal" style="left:640px; top:40px; width:140px; height:19px; ">
  321. <choices>
  322. <itemset nodeset="/root/init/resncd/A0439">
  323. <label ref="cdnm"/>
  324. <value ref="cdid"/>
  325. </itemset>
  326. </choices>
  327. </select1>
  328. <select1 id="cmb_rsltcd" ref="/root/send/search/rsltcd" class="combo_search" appearance="minimal" style="left:930px; top:10px; width:140px; height:19px; ">
  329. <choices>
  330. <itemset nodeset="/root/init/rsltcd/A0438">
  331. <label ref="cdnm"/>
  332. <value ref="cdid"/>
  333. </itemset>
  334. </choices>
  335. </select1>
  336. <select1 id="cmb_orddeptcd" ref="/root/send/search/orddeptcd" class="combo_search" appearance="minimal" style="left:110px; top:35px; width:140px; height:19px; ">
  337. <choices>
  338. <itemset nodeset="/root/init/dept/dept">
  339. <label ref="depthngnm"/>
  340. <value ref="deptcd"/>
  341. </itemset>
  342. </choices>
  343. <script type="javascript" ev:event="xforms-select">
  344. <![CDATA[
  345. fDoctSerach();
  346. model.refresh();
  347. ]]>
  348. </script>
  349. </select1>
  350. <select1 id="cmb_orddrid" ref="/root/send/search/orddrid" class="combo_search" appearance="minimal" style="left:370px; top:35px; width:90px; height:19px; ">
  351. <choices>
  352. <itemset nodeset="/root/init/doctlist/medispcl/">
  353. <label ref="doctnm"/>
  354. <value ref="doctid"/>
  355. </itemset>
  356. </choices>
  357. </select1>
  358. <select1 id="cmb_condflag" ref="/root/send/search/condflag" class="combo_search" appearance="minimal" style="left:110px; top:10px; width:100px; height:19px; ">
  359. <choices>
  360. <item>
  361. <label>접수일자</label>
  362. <value>1</value>
  363. </item>
  364. <item>
  365. <label>완료일자</label>
  366. <value>2</value>
  367. </item>
  368. </choices>
  369. </select1>
  370. <input id="ipt_fromdd" ref="/root/send/search/fromdd" class="input_search" inputtype="date" style="left:220px; top:10px; width:100px; height:19px; "/>
  371. <input id="ipt_todd" ref="/root/send/search/todd" class="input_search" inputtype="date" style="left:360px; top:10px; width:100px; height:19px; "/>
  372. <input id="ipt_coophospnm" ref="/root/send/search/coophospnm" class="input_search" style="left:640px; top:10px; width:140px; height:19px; "/>
  373. <bool id="bool1" checkvalue="Y,N" ref="/root/send/search/cutflag" style="left:980px; top:39px; width:25px; height:20px; ">
  374. <script type="javascript" ev:event="xforms-value-changed">
  375. <![CDATA[
  376. fChngGridCol();
  377. model.refresh();
  378. ]]>
  379. </script>
  380. </bool>
  381. <caption id="caption6" style="left:1005px; top:40px; width:65px; height:20px; ">
  382. <![CDATA[간략히보기]]>
  383. <script type="javascript" ev:event="onclick">
  384. <![CDATA[
  385. var cutflag = model.getValue("/root/send/search/cutflag");
  386. if (cutflag =="Y") {
  387. model.setValue("/root/send/search/cutflag", "N");
  388. } else {
  389. model.setValue("/root/send/search/cutflag", "Y");
  390. }
  391. fChngGridCol();
  392. model.refresh();
  393. ]]>
  394. </script>
  395. </caption>
  396. </group>
  397. <line id="line1" class="line_1" style="x1:0px; y1:104px; x2:1190px; y2:104px; "/>
  398. <button id="btn_excel" class="btn2_letter4" style="left:1122px; top:84px; width:64px; height:19px; ">
  399. <caption>엑셀저장</caption>
  400. <script type="javascript" ev:event="DOMActivate">
  401. <![CDATA[
  402. fExcel();
  403. ]]>
  404. </script>
  405. </button>
  406. <caption id="caption8" class="tit_2" style="left:5px; top:87px; width:139px; height:14px; ">전원의뢰환자 리스트</caption>
  407. <datagrid id="grd_list" nodeset="/root/main/list/req_pat_list" caption="전원접수일자^등록번호^환자명^주민번호^주민번호^성별^나이^등록일자^병실^의뢰일자^진료일자^진료과^진료의사^면허번호^의뢰지역^의뢰병원^의뢰의사^전원 완료일자^전원의뢰지역^전원의뢰병원^전원병원 전화번호^전원의뢰결과^전원의뢰사유^서식 일련번호" colsep="^" colwidth="100, 100, 100, 70, 70, 35, 35, 100, 120, 100, 100, 120, 100, 100, 100, 130, 100, 100, 100, 160, 120, 110, 120, 80" dataheight="25" extendlastcol="scroll" frozencols="8" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:108px; width:1189px; height:627px; vertical-align:middle; ">
  408. <col ref="formrecdd" format="yyyy-mm-dd" style="text-align:center; "/>
  409. <col ref="pid" style="text-align:center; "/>
  410. <col ref="hngnm" style="text-align:center; "/>
  411. <col ref="rrgstno1" style="text-align:center; "/>
  412. <col ref="rrgstno2" secretstartposition="1" style="text-align:center; "/>
  413. <col ref="sex" style="text-align:center; "/>
  414. <col ref="age" style="text-align:right; "/>
  415. <col ref="rgstdd" format="yyyy-mm-dd" style="text-align:center; "/>
  416. <col ref="roomcd" visibility="hidden" style="text-align:center; "/>
  417. <col ref="reqdd" format="yyyy-mm-dd" style="text-align:center; "/>
  418. <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
  419. <col ref="orddeptnm"/>
  420. <col ref="orddrnm"/>
  421. <col ref="licnsno" style="text-align:right; "/>
  422. <col disabled="true" ref="reqareacd" type="combo">
  423. <choices>
  424. <itemset nodeset="/root/init/areacd/A0014A0426">
  425. <label ref="cdnm"/>
  426. <value ref="cdid"/>
  427. </itemset>
  428. </choices>
  429. </col>
  430. <col ref="reqcoophospnm"/>
  431. <col ref="reqdrnm"/>
  432. <col ref="enddd" format="yyyy-mm-dd" style="text-align:center; "/>
  433. <col disabled="true" ref="reqagnareacd" type="combo">
  434. <choices>
  435. <itemset nodeset="/root/init/areacd/A0014A0426">
  436. <label ref="cdnm"/>
  437. <value ref="cdid"/>
  438. </itemset>
  439. </choices>
  440. </col>
  441. <col ref="reqagncoophospnm"/>
  442. <col ref="reqagntelno"/>
  443. <col disabled="true" ref="rsltcd" type="combo">
  444. <choices>
  445. <itemset nodeset="/root/init/rsltcd/A0438">
  446. <label ref="cdnm"/>
  447. <value ref="cdid"/>
  448. </itemset>
  449. </choices>
  450. </col>
  451. <col disabled="true" ref="resncd" type="combo">
  452. <choices>
  453. <itemset nodeset="/root/init/resncd/A0439">
  454. <label ref="cdnm"/>
  455. <value ref="cdid"/>
  456. </itemset>
  457. </choices>
  458. </col>
  459. <col ref="formrecseq" visibility="hidden"/>
  460. <script type="javascript" ev:event="ondblclick">
  461. <![CDATA[
  462. fLoadForm();
  463. ]]>
  464. </script>
  465. </datagrid>
  466. </group>
  467. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  468. <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; ">전원의뢰현황</caption>
  469. </group>
  470. <group id="group6" style="left:0px; top:755px; width:1195px; height:27px; ">
  471. <button id="button10" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
  472. <caption>초기화</caption>
  473. <script type="javascript" ev:event="DOMActivate">
  474. <![CDATA[
  475. fAllClear();
  476. ]]>
  477. </script>
  478. </button>
  479. </group>
  480. </group>
  481. </xhtml:body>
  482. </xhtml:html>