SMLQP00100_QC결과조회.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLQP00100_QC결과대장.xrw
  4. * 설 명 : QC결과대장
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 -
  7. * 작 성 일 : 2006.12.26
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>QC 결과조회</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <testdetlinfo>
  20. <testdetlinfo>
  21. <rsltcnfmdt/>
  22. </testdetlinfo>
  23. </testdetlinfo>
  24. </main>
  25. <send>
  26. <acptfromdd/>
  27. <acpttodd/>
  28. <testroom>00</testroom>
  29. <eqmtcd>00</eqmtcd>
  30. <testcd>00</testcd>
  31. <testcd2/>
  32. <levlcd>00</levlcd>
  33. <testnm/>
  34. <levlcd2/>
  35. <levlnm/>
  36. <testnm2/>
  37. <deptflag/>
  38. <acptflag>00</acptflag>
  39. </send>
  40. <init>
  41. <LB0702/>
  42. </init>
  43. <hidden>
  44. <ref>
  45. <testlist>
  46. <testnm/>
  47. <testcd/>
  48. <testcd2/>
  49. <testnm2/>
  50. </testlist>
  51. <levllist>
  52. <levlnm/>
  53. <levlcd/>
  54. <levlcd2/>
  55. </levllist>
  56. </ref>
  57. <testdetlinfo>
  58. <testdetlinfo/>
  59. </testdetlinfo>
  60. </hidden>
  61. </root>
  62. </instance>
  63. <script type="javascript" ev:event="xforms-ready">
  64. <![CDATA[
  65. fSetInit();
  66. ]]>
  67. </script>
  68. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  71. <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/LB0111"/>
  72. <submission id="TRLQP00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/testdetlinfo/testdetlinfo"/>
  73. <submission id="TRLQP00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/testdetlinfo/testdetlinfo"/>
  74. <submission id="TRLQP00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/eqmttestlist"/>
  75. </model>
  76. <script type="javascript">
  77. <![CDATA[
  78. function fSetInit(){
  79. //model.removeNodeset("/root/main/testdetlinfo");
  80. //grd_testDetlInfo.rebuild();
  81. model.toggle("case1");
  82. fbuttonvisible("A");
  83. var fromdate = getCurrentDate().toDate("YYYYMMDD").getAddDate(-30)
  84. model.setValue("/root/send/acptfromdd", fromdate.getDateFormat("YYYYMMDD"));
  85. model.setValue("/root/send/acpttodd", getCurrentDate());
  86. model.makeValue("/root/send/codeflag","0000|0111|0701|"); //0000:사용자부서코드, 0111:시행부서계 0707: 장비코드
  87. submit("TRLZZ00101", false);
  88. model.makeValue("/root/send/basecdid", model.getValue("/root/init/LB0000/nm"));
  89. model.setValue("/root/send/codeflag", "0501|0704|"); //사용자 부서별로 레벨코드를 조회하기 위해 사용자부서 코드를 가져온 다음 다시 레벨코드 조회
  90. submit("TRLZZ00101");
  91. }
  92. // 스위치에 따라 버튼 보이기
  93. function fbuttonvisible(ref){
  94. // 검사항목별
  95. if(ref == "A"){
  96. group3.visible = false;
  97. group5.visible = true;
  98. model.setValue("/root/send/testnm", "");
  99. model.setValue("/root/send/eqmtcd", "00");
  100. fGrdReSet();
  101. }
  102. // 레벨별
  103. else if(ref == "B"){
  104. group3.visible = true;
  105. group5.visible = false;
  106. model.setValue("/root/send/eqmtcd", "00");
  107. //model.setValue("/root/send/levlcd", "");
  108. //ipt_levl.refresh();
  109. fGrdReSet();
  110. }
  111. }
  112. //그리드초기화
  113. function fGrdReSet(){
  114. model.removeNodeset("/root/main/testdetlinfo/testdetlinfo");
  115. //1번째 컬럼을 제외하고 다 지운다~~
  116. for(i = grd_testDetlInfo.cols; i>2; i--){
  117. grd_testDetlInfo.removeColumn(false);
  118. }
  119. model.refresh();
  120. }
  121. //장비코드설정
  122. function fSetEqmtCd(){
  123. model.removeNodeset("/root/init/LB0701");
  124. var testroom = model.getValue("/root/send/testroom");
  125. model.makeValue("/root/send/basecdid", testroom); //검사실구분 코드(장비코드앞자리)
  126. model.makeValue("/root/send/codeflag","0701|");
  127. model.setValue("/root/send/eqmtcd", '00');
  128. submit("TRLZZ00101");
  129. }
  130. //#2 검사항목 설정
  131. function fSetTestCd(){
  132. model.removeNodeset("/root/init/eqmttestlist");
  133. model.makeValue("/root/send/basecdid", model.getValue("/root/send/eqmtcd"));
  134. model.makeValue("/root/send/codeflag", "0702|");
  135. submit("TRLQP00112");
  136. model.setValue("/root/send/testcd", "00");
  137. cbo_testlist.refresh();
  138. }
  139. //장비별 검사항목 조회 팝업
  140. function fTestListSch(){
  141. var eqmtcd = model.getValue("/root/send/eqmtcd"); //장비코드
  142. var deptflag = model.getValue("/root/init/LB0000/nm"); //사용자부서코드
  143. var sflag = "nu" + "▦" + eqmtcd + "▦" + deptflag;
  144. setParameter("opener_parameter_id", sflag);
  145. modal("SPLQP00100", "", "", "", "", "", "");
  146. model.setValue("/root/send/testnm" , model.getValue("/root/hidden/ref/testlist/testnm")); //검사명
  147. model.setValue("/root/send/testnm2" , model.getValue("/root/hidden/ref/testlist/testnm2")); //검사명
  148. model.setValue("/root/send/testcd" , model.getValue("/root/hidden/ref/testlist/testcd")); //검사코드를 받아와서 셋팅~
  149. model.setValue("/root/send/testcd2" , model.getValue("/root/hidden/ref/testlist/testcd2"));
  150. model.refresh();
  151. fGrdSet();//검사항목에 따른 그리드 셋팅
  152. }
  153. //검사항목별 레벨 조회 팝업
  154. function fTestLevlSch(){
  155. var eqmtcd = model.getValue("/root/send/eqmtcd"); //장비코드
  156. var deptflag = model.getValue("/root/init/LB0000/nm"); //사용자부서코드
  157. var sflag = "nu" + "▦" + eqmtcd + "▦" + deptflag;
  158. setParameter("opener_parameter_id", sflag);
  159. modal("SPLQP00200", "", "", "", "", "", "");
  160. model.setValue("/root/send/levlnm" , model.getValue("/root/hidden/ref/levllist/levlnm")); //검사명
  161. model.setValue("/root/send/levlcd" , model.getValue("/root/hidden/ref/levllist/levlcd")); //검사코드를 받아와서 셋팅~
  162. model.setValue("/root/send/levlcd2" , model.getValue("/root/hidden/ref/levllist/levlcd2"));
  163. model.refresh();
  164. //fGrdSet2();//검사항목에 따른 그리드 셋팅
  165. }
  166. //검사항목에 따른 그리드 셋팅
  167. function fGrdSet(){
  168. if(model.getValue("/root/hidden/ref/testlist/testnm") != ""){
  169. model.removeNodeset("/root/main/testdetlinfo");
  170. grd_testDetlInfo.addRow(); ///////////////////////////////////////////////////removeNodeset하면 컬럼이 사라지지 않는 현상 발생...
  171. //그리드 컬럼 추가 및 캡션 설정 //컬럼 추가때 사용
  172. var vCap = "검사정보"; //캡션 test로 초기화(고정인 컬럼 캡션)
  173. var vTestnm = model.getValue("/root/hidden/ref/testlist/testnm2").split("▦"); //검사항목을 ", "단위로 쪼개서 담고
  174. /*
  175. if(vTestnm.length > 10){
  176. alert("최대조회 항목 수는 10개입니다\n검사항목을 다시 선택하세요!!");
  177. fTestListSch();
  178. return;
  179. }*/
  180. //1번째 컬럼을 제외하고 다 지운다~~
  181. for(i = grd_testDetlInfo.cols; i>2; i--){
  182. grd_testDetlInfo.removeColumn(false);
  183. }
  184. //검사항목 갯수만큼 컬럼 추가
  185. for(i = 0; i<vTestnm.length ; i++){ //선택한 검사항목 갯수만큼
  186. vCap = vCap + "^" + vTestnm[i]; //캡션에 하나씩 넣어주고
  187. grd_testDetlInfo.addColumn("ref:column"+(i)+ " ; type:output;", false); //컬럼 ref설정 및 output타입으로 컬럼 추가
  188. }
  189. grd_testDetlInfo.caption = vCap;
  190. }
  191. grd_testDetlInfo.rowHidden(1) = true; ///////////////////////////////////////////////////removeNodeset하면 컬럼이 사라지지 않는 현상 발생...
  192. grd_testDetlInfo.refresh();
  193. }
  194. //결과조회(검사항목별)
  195. function fGetRslt(){
  196. if(model.getValue("/root/send/eqmtcd") == "00"){
  197. messageBox("장비를", "C002","");
  198. return 0;
  199. }
  200. if(model.getValue("/root/hidden/ref/testlist/testnm") == ""){
  201. messageBox("검사항목을", "C002","");
  202. return 0;
  203. }
  204. if(model.getValue("/root/send/levlcd") == "00"){
  205. messageBox("레벨을", "C002","");
  206. return 0;
  207. }else{
  208. model.removeNodeset("/root/main/testdetlinfo/testdetlinfo");
  209. //grd_testDetlInfo.addRow();
  210. model.makeNode("/root/hidden/testdetlinfo/testdetlinfo"); //replaceChild하면 요 노드가 사라지기땜시 생성
  211. for(h = grd_testDetlInfo.cols; h > 2; h--){ //조회하기전에 검사정보 컬럼 제외 모두 삭제
  212. grd_testDetlInfo.removeColumn(false);
  213. }
  214. model.setValue("/root/send/deptflag", model.getValue("/root/init/LB0000/nm"));
  215. submit("TRLQP00101");
  216. var vCount = model.getValue("/root/hidden/testdetlinfo/count/count"); //컬럼 추가하기 위한 count
  217. var vTestNm = cbo_testlist.label;
  218. var vCap = "검사정보";
  219. var node = instance1.selectSingleNode("/root/main"); //조기 아래 replaceChild관련
  220. for( i = 0; i < vCount; i++){
  221. grd_testDetlInfo.addColumn("ref:column"+(i)+ " ; type:output;", false); //컬럼 ref설정 및 output타입으로 컬럼 추가
  222. }
  223. grd_testDetlInfo.caption = "검사정보^" + model.getValue("/root/hidden/testdetlinfo/count/cap"); //그리드 caption SET
  224. }
  225. node.replaceChild(instance1.root.hidden.testdetlinfo, instance1.root.main.testdetlinfo); //노드 옮김
  226. model.refresh();
  227. }
  228. //결과조회(레벨별2)
  229. function fGetRslt2(){
  230. if(model.getValue("/root/send/eqmtcd") == "00"){
  231. messageBox("장비를", "C002","");
  232. return 0;
  233. }
  234. if(model.getValue("/root/send/testcd") == "00"){
  235. messageBox("검사항목을", "C002","");
  236. return 0;
  237. }
  238. if(model.getValue("/root/send/levlcd") == "00"){
  239. messageBox("레벨을", "C002","");
  240. return 0;
  241. }else{
  242. model.removeNodeset("/root/main/testdetlinfo/testdetlinfo");
  243. //grd_testDetlInfo.addRow();
  244. model.makeNode("/root/hidden/testdetlinfo/testdetlinfo"); //replaceChild하면 요 노드가 사라지기땜시 생성
  245. for(h = grd_testDetlInfo.cols; h > 2; h--){ //조회하기전에 검사정보 컬럼 제외 모두 삭제
  246. grd_testDetlInfo.removeColumn(false);
  247. }
  248. model.setValue("/root/send/deptflag", model.getValue("/root/init/LB0000/nm"));
  249. submit("TRLQP00102", false);
  250. var vCount = model.getValue("/root/hidden/testdetlinfo/count/count"); //컬럼 추가하기 위한 count
  251. var vTestNm = cbo_testlist.label;
  252. var vCap = "검사정보";
  253. var node = instance1.selectSingleNode("/root/main"); //조기 아래 replaceChild관련
  254. for( i = 0; i < vCount; i++){
  255. grd_testDetlInfo.addColumn("ref:column"+(i)+ " ; type:output;", false); //컬럼 ref설정 및 output타입으로 컬럼 추가
  256. vCap += "^" + cbo_testlist.label;
  257. }
  258. grd_testDetlInfo.caption = vCap; //그리드 caption SET
  259. }
  260. node.replaceChild(instance1.root.hidden.testdetlinfo, instance1.root.main.testdetlinfo); //노드 옮김
  261. model.refresh();
  262. }
  263. ]]>
  264. </script>
  265. </xhtml:head>
  266. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  267. <group id="group4" scroll="auto" style="left:0px; top:11px; width:1195px; height:27px; ">
  268. <button id="button5" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  269. <caption>초기화</caption>
  270. <script type="javascript" ev:event="onclick">
  271. <![CDATA[
  272. window.reload(); //초기화reload
  273. ]]>
  274. </script>
  275. </button>
  276. <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  277. </group>
  278. <group id="group1" scroll="auto" style="left:0px; top:40px; width:1195px; height:744; ">
  279. <switch id="switch1" class="sw_box" style="left:0px; top:25px; width:1195px; height:62px; ">
  280. <case id="case1" selected="true">
  281. <group id="group5" style="left:0px; top:0px; width:1193px; height:60px; ">
  282. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1193px; height:60px; "/>
  283. <input id="ipt_testCd" ref="/root/send/testnm" class="input_search" style="left:105px; top:32px; width:255px; height:19px; "/>
  284. <button id="button2" class="btn1_letter2" style="left:1123px; top:20px; width:56px; height:22px; ">
  285. <caption>조회</caption>
  286. <script type="javascript" ev:event="DOMActivate">
  287. <![CDATA[
  288. fGetRslt();
  289. grd_testDetlInfo.frozenRows = 4;
  290. ]]>
  291. </script>
  292. </button>
  293. <button id="btn_testListSch" class="icon_search" style="left:363px; top:34px; width:16px; height:16px; background-image:../../../com/commonweb/images/icon_search.gif; ">
  294. <caption/>
  295. <script type="javascript" ev:event="DOMActivate">
  296. <![CDATA[
  297. if(model.getValue("/root/send/eqmtcd") == "00"){ //장비코드가 전체이면
  298. messageBox("장비를", "C002","");
  299. }else{
  300. fTestListSch(); //장비별 검사항목 팝업 뜨지롱
  301. }
  302. ]]>
  303. </script>
  304. </button>
  305. <button id="btn_levlSch" class="icon_search" visibility="hidden" style="left:773px; top:33px; width:16px; height:16px; background-image:../../../com/commonweb/images/icon_search.gif; ">
  306. <caption/>
  307. <script type="javascript" ev:event="DOMActivate">
  308. <![CDATA[
  309. //modal("SMLLF90400", "", "", "", "", "/root/hidden/ref/tclscdlist/testgrup", "/root/hidden/tclscdlist/testgrup");
  310. ]]>
  311. </script>
  312. </button>
  313. <caption id="caption10" class="search_no_b" style="left:195px; top:10px; width:15px; height:20px; vertical-align:middle; ">~</caption>
  314. <caption id="caption11" class="search_name" style="left:15px; top:33px; width:93px; height:17px; ">검사항목 :</caption>
  315. <caption id="caption12" class="search_name" style="left:435px; top:9px; width:75px; height:17px; ">검사실 :</caption>
  316. <caption id="caption13" class="search_name" style="left:850px; top:9px; width:75px; height:17px; ">장비 :</caption>
  317. <select1 id="cbo_exeDept" ref="/root/send/testroom" class="combo_search" appearance="minimal" style="left:515px; top:8px; width:100px; height:19px; ">
  318. <choices>
  319. <itemset nodeset="/root/init/LB0111">
  320. <label ref="nm"/>
  321. <value ref="cd"/>
  322. </itemset>
  323. </choices>
  324. <script type="javascript" ev:event="xforms-select">
  325. <![CDATA[
  326. fSetEqmtCd(); //검사실에 대한 장비 조회
  327. ]]>
  328. </script>
  329. </select1>
  330. <select1 id="cbo_eqmtList" ref="/root/send/eqmtcd" class="combo_search" appearance="minimal" style="left:940px; top:8px; width:100px; height:19px; ">
  331. <choices>
  332. <itemset nodeset="/root/init/LB0701">
  333. <label ref="nm"/>
  334. <value ref="cd"/>
  335. </itemset>
  336. </choices>
  337. <script type="javascript" ev:event="xforms-select">
  338. <![CDATA[
  339. fTestListSch(); //장비에대한 검사항목 조회 팝업뜬다~~~
  340. ]]>
  341. </script>
  342. </select1>
  343. <caption id="caption14" class="search_name" style="left:435px; top:33px; width:93px; height:17px; ">레벨 :</caption>
  344. <line id="line3" class="line_4" style="x1:1108px; y1:8px; x2:1108px; y2:52px; "/>
  345. <select1 id="cbo_levlCd" ref="/root/send/levlcd" class="combo_search" appearance="minimal" style="left:515px; top:32px; width:255px; height:19px; ">
  346. <choices>
  347. <itemset nodeset="/root/init/LB0501">
  348. <label ref="nm"/>
  349. <value ref="cd"/>
  350. </itemset>
  351. </choices>
  352. </select1>
  353. <caption id="caption8" class="search_name" style="left:15px; top:9px; width:90px; height:17px; ">접수일자 :</caption>
  354. <input id="ipt_acptFromdd" ref="/root/send/acptfromdd" class="input_search" inputtype="date" style="left:105px; top:8px; width:85px; height:19px; "/>
  355. <input id="ipt_acpTtodd" ref="/root/send/acpttodd" class="input_search" inputtype="date" style="left:210px; top:8px; width:85px; height:19px; "/>
  356. <select1 id="combo3" ref="/root/send/acptflag" class="combo_search" appearance="minimal" style="left:940px; top:31px; width:100px; height:19px; ">
  357. <choices>
  358. <itemset nodeset="/root/init/LB0704">
  359. <label ref="nm"/>
  360. <value ref="cd"/>
  361. </itemset>
  362. </choices>
  363. </select1>
  364. <caption id="caption15" class="search_name" style="left:850px; top:32px; width:86px; height:17px; ">접수구분 :</caption>
  365. </group>
  366. </case>
  367. <case id="case2">
  368. <group id="group3" style="left:0px; top:0px; width:1193px; height:60px; ">
  369. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1193px; height:60px; "/>
  370. <button id="button3" class="icon_search" visibility="hidden" style="left:363px; top:34px; width:16px; height:16px; background-image:../../../com/commonweb/images/icon_search.gif; ">
  371. <caption/>
  372. <script type="javascript" ev:event="DOMActivate">
  373. <![CDATA[
  374. if(model.getValue("/root/send/eqmtcd") == "00"){ //장비코드가 전체이면
  375. messageBox("장비를", "C002","");
  376. }else{
  377. fTestListSch(); //장비별 검사항목 팝업 뜨지롱
  378. }
  379. ]]>
  380. </script>
  381. </button>
  382. <button id="button4" class="icon_search" visibility="visible" style="left:773px; top:33px; width:16px; height:16px; background-image:../../../com/commonweb/images/icon_search.gif; ">
  383. <caption/>
  384. <script type="javascript" ev:event="DOMActivate">
  385. <![CDATA[
  386. fTestLevlSch(); //레벨조회 팝업 뜨지롱
  387. ]]>
  388. </script>
  389. </button>
  390. <caption id="caption1" class="search_no_b" style="left:195px; top:10px; width:15px; height:20px; vertical-align:middle; ">~</caption>
  391. <caption id="caption2" class="search_name" style="left:15px; top:33px; width:93px; height:17px; ">검사항목 :</caption>
  392. <caption id="caption3" class="search_name" style="left:435px; top:9px; width:75px; height:17px; ">검사실 :</caption>
  393. <caption id="caption4" class="search_name" style="left:850px; top:9px; width:75px; height:17px; ">장비 :</caption>
  394. <select1 id="combo1" ref="/root/send/testroom" class="combo_search" appearance="minimal" style="left:515px; top:8px; width:100px; height:19px; ">
  395. <choices>
  396. <itemset nodeset="/root/init/LB0111">
  397. <label ref="nm"/>
  398. <value ref="cd"/>
  399. </itemset>
  400. </choices>
  401. <script type="javascript" ev:event="xforms-select">
  402. <![CDATA[
  403. fSetEqmtCd(); //검사실에 대한 장비 조회
  404. ]]>
  405. </script>
  406. </select1>
  407. <select1 id="combo2" ref="/root/send/eqmtcd" class="combo_search" appearance="minimal" style="left:940px; top:8px; width:100px; height:19px; ">
  408. <choices>
  409. <itemset nodeset="/root/init/LB0701">
  410. <label ref="nm"/>
  411. <value ref="cd"/>
  412. </itemset>
  413. </choices>
  414. <script type="javascript" ev:event="xforms-select">
  415. <![CDATA[
  416. fSetTestCd();
  417. ]]>
  418. </script>
  419. </select1>
  420. <select1 id="cbo_testlist" ref="/root/send/testcd" class="combo_search" appearance="minimal" style="left:105px; top:32px; width:255px; height:19px; ">
  421. <choices>
  422. <itemset nodeset="/root/init/eqmttestlist">
  423. <label ref="testnm"/>
  424. <value ref="testcd"/>
  425. </itemset>
  426. </choices>
  427. </select1>
  428. <button id="button1" class="btn1_letter2" style="left:1123px; top:20px; width:56px; height:22px; ">
  429. <caption>조회</caption>
  430. <script type="javascript" ev:event="DOMActivate">
  431. <![CDATA[
  432. fGetRslt2();
  433. grd_testDetlInfo.frozenRows = 5;
  434. ]]>
  435. </script>
  436. </button>
  437. <caption id="caption5" class="search_name" style="left:435px; top:33px; width:93px; height:17px; ">레벨 :</caption>
  438. <line id="line1" class="line_4" style="x1:1108px; y1:8px; x2:1108px; y2:52px; "/>
  439. <input id="ipt_levl" ref="/root/send/levlnm" class="combo_search" appearance="minimal" style="left:515px; top:32px; width:255px; height:19px; "/>
  440. <caption id="caption6" class="search_name" style="left:15px; top:9px; width:90px; height:17px; ">접수일자 :</caption>
  441. <input id="input2" ref="/root/send/acptfromdd" class="input_search" inputtype="date" style="left:105px; top:8px; width:85px; height:19px; "/>
  442. <input id="ipt_acptTodd" ref="/root/send/acpttodd" class="input_search" inputtype="date" style="left:210px; top:8px; width:85px; height:19px; "/>
  443. <select1 id="combo4" ref="/root/send/acptflag" class="combo_search" appearance="minimal" style="left:940px; top:31px; width:100px; height:19px; ">
  444. <choices>
  445. <item>
  446. <label>- 전체 -</label>
  447. <value>00</value>
  448. </item>
  449. <item>
  450. <label>QC</label>
  451. <value>0</value>
  452. </item>
  453. <item>
  454. <label>Evaluation</label>
  455. <value>1</value>
  456. </item>
  457. <item>
  458. <label>Calibration</label>
  459. <value>2</value>
  460. </item>
  461. </choices>
  462. </select1>
  463. <caption id="caption7" class="search_name" style="left:850px; top:32px; width:86px; height:17px; ">접수구분 :</caption>
  464. </group>
  465. </case>
  466. </switch>
  467. <datagrid id="grd_testDetlInfo" nodeset="/root/main/testdetlinfo/testdetlinfo" class="datagrid2" caption="검사정보" colsep="^" colwidth="120" dataheight="25" defaultrows="1" frozenbottomrows="3" frozenrows="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:120px; width:1194px; height:621px; ">
  468. <col ref="rsltcnfmdt"/>
  469. </datagrid>
  470. <caption id="caption9" class="tit_2" style="left:5px; top:100px; width:130px; height:13px; ">검체정보상세내역</caption>
  471. <button id="button6" class="btn2_letter2" style="left:1148px; top:94px; width:42px; height:19px; ">
  472. <caption>엑셀</caption>
  473. <script type="javascript" ev:event="DOMActivate">
  474. <![CDATA[
  475. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  476. if (fileName != ""){
  477. grd_testDetlInfo.saveExcel(fileName);
  478. }
  479. ]]>
  480. </script>
  481. </button>
  482. <line id="line2" class="line_1" style="x1:0px; y1:115px; x2:1194px; y2:115px; "/>
  483. </group>
  484. <button id="btn_swacpt" class="btn_sw" group="tab" selected="true" style="left:0px; top:44px; width:70px; height:22px; ">
  485. <caption>검사항목</caption>
  486. <!-- 검체접수 화면 -->
  487. <toggle case="case1" ev:event="DOMActivate"/>
  488. <script type="javascript" ev:event="DOMActivate">
  489. <![CDATA[
  490. fbuttonvisible("A");
  491. ]]>
  492. </script>
  493. </button>
  494. <button id="btn_swref" class="btn_sw" group="tab" style="left:70px; top:44px; width:70px; height:22px; ">
  495. <caption>레벨별</caption>
  496. <toggle case="case2" ev:event="DOMActivate"/>
  497. <script type="javascript" ev:event="DOMActivate">
  498. <![CDATA[
  499. fbuttonvisible("B");
  500. ]]>
  501. </script>
  502. </button>
  503. <group id="group2" style="left:0px; top:0px; width:1195px; height:13px; ">
  504. <caption id="caption16" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">QC 결과조회</caption>
  505. </group>
  506. </xhtml:body>
  507. </xhtml:html>