SPRSD06004_청구물품등록.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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. <setdetlinfo>
  11. <setdetllist/>
  12. </setdetlinfo>
  13. <rscdgooddata/>
  14. </main>
  15. <cond>
  16. <srchflag>01</srchflag>
  17. <deptcd/>
  18. <deptnm/>
  19. <lrgcd/>
  20. <mdlcd/>
  21. <smlcd/>
  22. <reqflag/>
  23. <proddrugsetflag/>
  24. <goodflag>01</goodflag>
  25. <reqdata/>
  26. </cond>
  27. <send>
  28. <reqdata/>
  29. </send>
  30. <init/>
  31. <temp>
  32. <rscdgooddata/>
  33. </temp>
  34. </root>
  35. </instance>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  41. <script type="javascript" ev:event="xforms-ready">
  42. <![CDATA[
  43. model.removeNodeset("/root/main/setdetlinfo/setdetllist");
  44. var deptcd = opener.javascript.getParameter("deptcd");
  45. var deptnm = opener.javascript.getParameter("deptnm");
  46. if(deptcd !=""){
  47. model.setValue("/root/cond/deptcd",deptcd);
  48. model.setValue("/root/cond/deptnm",deptnm);
  49. }else{
  50. model.setValue("/root/cond/deptcd",getUserInfo("dutplcecd"));
  51. }
  52. fSearch();
  53. submit("TRRSC05111"); //대분류 조회
  54. addComboItem( "cmb_lrgcd", "전체", "", "above");
  55. model.refresh();
  56. ]]>
  57. </script>
  58. <submission id="TRRSS00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/setdetlinfo"/>
  59. <submission id="TRRSC05111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/lrglist"/>
  60. <submission id="TRRSC05112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/cond" resultref="/root/init/mdllist"/>
  61. <submission id="TRRSC05113" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/cond" resultref="/root/init/smllist"/>
  62. <submission id="TRRSC07011" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/rscdgooddata"/>
  63. </model>
  64. <script type="javascript">
  65. <![CDATA[
  66. // 부서,CSR 청구물품정보 조회
  67. function fSearch(){
  68. var srchflag = model.getValue("/root/cond/srchflag");
  69. if(srchflag =="01"){
  70. grd_setdetllist.nodeset="/root/main/setdetlinfo/setdetllist";
  71. model.makeValue("/root/send/reqdata/deptcd" ,model.getValue("/root/cond/deptcd"));
  72. model.makeValue("/root/send/reqdata/lrgcd" ,model.getValue("/root/cond/lrgcd"));
  73. model.makeValue("/root/send/reqdata/mdlcd" ,model.getValue("/root/cond/mdlcd"));
  74. model.makeValue("/root/send/reqdata/smlcd" ,model.getValue("/root/cond/smlcd"));
  75. model.makeValue("/root/send/reqdata/reqflag" ,model.getValue("/root/cond/reqflag"));
  76. model.makeValue("/root/send/reqdata/proddrugsetflag",model.getValue("/root/cond/proddrugsetflag"));
  77. model.makeValue("/root/send/reqdata/goodflag" ,model.getValue("/root/cond/goodflag"));
  78. model.makeValue("/root/send/reqdata/reqdata" ,model.getValue("/root/cond/reqdata"));
  79. if(submit("TRRSS00402")){
  80. model.removeNodeset("/root/send/reqdata");
  81. grd_setdetllist.rebuild();
  82. grd_setdetllist.rebuildStyle();
  83. for(var i = 0 ; i < grd_setdetllist.rows ; i++){
  84. if(grd_setdetllist.valueMatrix(i,grd_setdetllist.colRef("reqflag")) =="2"){
  85. setRowStyle("grd_setdetllist","1","2","reqflag","equal");
  86. }else if(grd_setdetllist.valueMatrix(i,grd_setdetllist.colRef("reqflag")) =="3"){
  87. setRowStyle("grd_setdetllist","2","3","reqflag","equal");
  88. }else if(grd_setdetllist.valueMatrix(i,grd_setdetllist.colRef("reqflag")) =="4"){
  89. setRowStyle("grd_setdetllist","3","4","reqflag","equal");
  90. }else if(grd_setdetllist.valueMatrix(i,grd_setdetllist.colRef("deptcgflag")) =="D"){
  91. setRowStyle("grd_setdetllist","5","D","deptcgflag","equal");
  92. }
  93. }
  94. }
  95. }else{
  96. grd_setdetllist.nodeset="/root/temp/rscdgooddata";
  97. model.makeValue("/root/send/reqdata/instcd" ,getUserInfo("dutplceinstcd"));
  98. model.makeValue("/root/send/reqdata/lrgcd" ,model.getValue("/root/cond/lrgcd"));
  99. model.makeValue("/root/send/reqdata/mdlcd" ,model.getValue("/root/cond/mdlcd"));
  100. model.makeValue("/root/send/reqdata/smlcd" ,model.getValue("/root/cond/smlcd"));
  101. model.makeValue("/root/send/reqdata/reqflag" ,model.getValue("/root/cond/reqflag"));
  102. model.makeValue("/root/send/reqdata/proddrugsetflag",model.getValue("/root/cond/proddrugsetflag"));
  103. model.makeValue("/root/send/reqdata/goodflag" , "T");
  104. model.makeValue("/root/send/reqdata/initflag" , "T");
  105. model.makeValue("/root/send/reqdata/reqdata" ,model.getValue("/root/cond/reqdata"));
  106. model.makeValue("/root/send/reqdata/rgstflag" , "4");
  107. model.makeValue("/root/send/reqdata/useyn" , "Y");
  108. model.makeValue("/root/send/reqdata/cdnmflag" ,model.getValue("/root/cond/goodflag"));
  109. model.makeValue("/root/send/reqdata/reqgoodflag" ,"Y");
  110. model.makeValue("/root/send/reqdata/deptcd" ,model.getValue("/root/cond/deptcd"));
  111. if(submit("TRRSC07011")){
  112. model.removeNodeset("/root/send/reqdata");
  113. }
  114. }
  115. }
  116. model.refresh();
  117. ]]>
  118. </script>
  119. </xhtml:head>
  120. <xhtml:body pagewidth="670" pageheight="560">
  121. <datagrid id="grd_setdetllist" nodeset="/root/main/setdetlinfo/setdetllist" caption="선택^물품구분^물품코드^믈픔명^멸균구분^멸균상세^규격^모델^비품수량^재고량^기관코드^deptcgflag" colsep="^" colwidth="33, 63, 73, 244, 66, 83, 92, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:4px; top:181px; width:655px; height:347px; ">
  122. <col checkvalue="Y,N" ref="chkyn" type="checkbox"/>
  123. <col ref="reqflag" type="combo" style="text-align:center; ">
  124. <choices>
  125. <item>
  126. <label>비품</label>
  127. <value>1</value>
  128. </item>
  129. <item>
  130. <label>소모품</label>
  131. <value>2</value>
  132. </item>
  133. <item>
  134. <label>린넨</label>
  135. <value>4</value>
  136. </item>
  137. <item>
  138. <label>멸균의뢰</label>
  139. <value>3</value>
  140. </item>
  141. </choices>
  142. </col>
  143. <col ref="goodcd" style="text-align:center; "/>
  144. <col ref="goodnm" style="text-align:left; "/>
  145. <col disabled="true" ref="dinfflag" type="combo" style="text-align:center; ">
  146. <choices>
  147. <item>
  148. <label>멸균</label>
  149. <value>1</value>
  150. </item>
  151. <item>
  152. <label>비멸균</label>
  153. <value>2</value>
  154. </item>
  155. </choices>
  156. </col>
  157. <col disabled="true" ref="dinfdivs" type="combo" style="text-align:center; ">
  158. <choices>
  159. <item>
  160. <label>고압증기멸균</label>
  161. <value>1</value>
  162. </item>
  163. <item>
  164. <label>가스멸균</label>
  165. <value>2</value>
  166. </item>
  167. <item>
  168. <label>건열멸균</label>
  169. <value>3</value>
  170. </item>
  171. <item>
  172. <label>플라즈마멸균</label>
  173. <value>4</value>
  174. </item>
  175. </choices>
  176. </col>
  177. <col ref="goodspec" style="text-align:left; "/>
  178. <col ref="goodmodel" style="text-align:left; "/>
  179. <col ref="safestocqty" visibility="hidden"/>
  180. <col ref="stockqty" visibility="hidden"/>
  181. <col ref="goodflag" visibility="hidden"/>
  182. <col ref="deptcgflag" visibility="hidden"/>
  183. </datagrid>
  184. <datagrid id="grd_goodlist" nodeset="/root/main/rscdgooddata" class="grd_goodlist" visibility="hidden" caption="선택^물품구분^물품코드^물품명^멸균구분^멸균상세^규격^모델^단위^기준량^사유^청구구분^instcd^goodflag^purcunit^minexch^ddavguseqty^lrgcd^lrgnm^mdlcd^mdlnm^smlcd^smlnm^realqty" colsep="^" colwidth="34, 61, 83, 271, 61, 100, 155, 155, 40, 70, 169, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:181px; width:655px; height:347px; ">
  185. <col checkvalue="Y,N" ref="chkyn" type="checkbox"/>
  186. <col disabled="true" ref="reqflag" type="combo" style="text-align:center; ">
  187. <choices>
  188. <item>
  189. <label>비품</label>
  190. <value>1</value>
  191. </item>
  192. <item>
  193. <label>소모품</label>
  194. <value>2</value>
  195. </item>
  196. <item>
  197. <label>린넨</label>
  198. <value>4</value>
  199. </item>
  200. <item>
  201. <label>멸균의뢰</label>
  202. <value>3</value>
  203. </item>
  204. </choices>
  205. </col>
  206. <col class="input_essential" ref="goodcd" _key="true" style="text-align:center; "/>
  207. <col ref="goodnm" style="text-align:left; "/>
  208. <col disabled="true" ref="dinfflag" type="combo" style="text-align:center; ">
  209. <choices>
  210. <item>
  211. <label>멸균</label>
  212. <value>1</value>
  213. </item>
  214. <item>
  215. <label>비멸균</label>
  216. <value>2</value>
  217. </item>
  218. </choices>
  219. </col>
  220. <col disabled="true" ref="dinfdivs" type="combo" style="text-align:center; ">
  221. <choices>
  222. <item>
  223. <label>고압증기멸균</label>
  224. <value>1</value>
  225. </item>
  226. <item>
  227. <label>가스멸균</label>
  228. <value>2</value>
  229. </item>
  230. <item>
  231. <label>건열멸균</label>
  232. <value>3</value>
  233. </item>
  234. <item>
  235. <label>플라즈마멸균</label>
  236. <value>4</value>
  237. </item>
  238. </choices>
  239. </col>
  240. <col ref="goodspec" style="text-align:left; "/>
  241. <col ref="goodmodel"/>
  242. <col ref="deliveunit"/>
  243. <col ref="safestocqty" visibility="hidden" style="background-color:#e3e3e3; "/>
  244. <col ref="cmt" visibility="hidden"/>
  245. <col ref="reqflag" visibility="hidden"/>
  246. <col ref="instcd" visibility="hidden"/>
  247. <col ref="goodflag" visibility="hidden"/>
  248. <col ref="purcunit" visibility="hidden"/>
  249. <col ref="minexch" visibility="hidden"/>
  250. <col ref="ddavguseqty" visibility="hidden"/>
  251. <col ref="lrgcd" visibility="hidden"/>
  252. <col ref="lrgnm" visibility="hidden"/>
  253. <col ref="mdlcd" visibility="hidden"/>
  254. <col ref="mdlnm" visibility="hidden"/>
  255. <col ref="smlcd" visibility="hidden"/>
  256. <col ref="smlnm" visibility="hidden"/>
  257. <col ref="realqty" visibility="hidden"/>
  258. </datagrid>
  259. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:111px; height:14px; ">청구물품등록</caption>
  260. <line id="line2" class="line_1" style="x1:4px; y1:176px; x2:659px; y2:176px; "/>
  261. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:4px; top:20px; width:655px; height:130px; background-color:#fffbf2; border-color:#ffd799; "/>
  262. <caption id="caption1" class="tit_2" style="left:4px; top:161px; width:165px; height:13px; ">청구물품정보</caption>
  263. <line id="line13" class="line_4" style="x1:581px; y1:90px; x2:581px; y2:112px; "/>
  264. <button id="bnt_srch" class="btn1_letter2" style="left:590px; top:90px; width:56px; height:22px; ">
  265. <caption>조회</caption>
  266. <script type="javascript" ev:event="DOMActivate">
  267. <![CDATA[
  268. fSearch();
  269. ]]>
  270. </script>
  271. </button>
  272. <select1 id="cmb_smlcd" ref="/root/cond/smlcd" appearance="minimal" style="left:460px; top:49px; width:95px; height:19px; ">
  273. <choices>
  274. <itemset nodeset="/root/init/smllist">
  275. <label ref="smlnm"/>
  276. <value ref="smlcd"/>
  277. </itemset>
  278. </choices>
  279. </select1>
  280. <select1 id="cmb_lrgcd" ref="/root/cond/lrgcd" appearance="minimal" style="left:260px; top:49px; width:95px; height:19px; ">
  281. <choices>
  282. <itemset nodeset="/root/init/lrglist">
  283. <label ref="lrgnm"/>
  284. <value ref="lrgcd"/>
  285. </itemset>
  286. </choices>
  287. <script type="javascript" ev:event="xforms-value-changed">
  288. <![CDATA[
  289. submit("TRRSC05112");
  290. var nodelist = instance1.selectNodes("/root/init/mdllist");
  291. model.removeNodeset("/root/cond/mdlcd");
  292. model.removeNodeset("/root/cond/smlcd");
  293. model.makeNode("/root/cond/mdlcd");
  294. if(nodelist.length < 1 ){
  295. model.removeNodeset("/root/init/mdllist");
  296. model.removeNodeset("/root/init/smllist");
  297. }else{
  298. addComboItem( "cmb_mdlcd", "전체", "", "above");
  299. model.setValue("/root/cond/mdlcd",model.getValue("/root/init/mdllist/mdlcd[1]"));
  300. }
  301. cmb_mdlcd.refresh();
  302. cmb_smlcd.refresh();
  303. ]]>
  304. </script>
  305. </select1>
  306. <select1 id="rdo_proddrugsetflag" ref="/root/cond/proddrugsetflag" appearance="full" cols="4" overflow="visible" style="left:260px; top:100px; width:185px; height:13px; border-style:none; ">
  307. <choices>
  308. <item>
  309. <label>전체</label>
  310. <value/>
  311. </item>
  312. <item>
  313. <label>Set</label>
  314. <value>1</value>
  315. </item>
  316. <item>
  317. <label>Single</label>
  318. <value>2</value>
  319. </item>
  320. </choices>
  321. </select1>
  322. <caption id="cap_goodcd" class="search_name" style="left:170px; top:123px; width:86px; height:17px; ">검색구분 :</caption>
  323. <input id="ipt_reqdata" ref="/root/cond/reqdata" class="input_search" imemode="alpha" appearance="input" style="left:390px; top:121px; width:145px; height:19px; ">
  324. <script type="javascript" ev:event="onkeyup">
  325. <![CDATA[
  326. inputEnterKey("bnt_srch", "DOMActivate");
  327. ]]>
  328. </script>
  329. </input>
  330. <select1 id="cmb_mdlcd" ref="/root/cond/mdlcd" appearance="minimal" style="left:360px; top:49px; width:95px; height:19px; ">
  331. <choices>
  332. <itemset nodeset="/root/init/mdllist">
  333. <label ref="mdlnm"/>
  334. <value ref="mdlcd"/>
  335. </itemset>
  336. </choices>
  337. <script type="javascript" ev:event="xforms-value-changed">
  338. <![CDATA[
  339. submit("TRRSC05113");
  340. var nodelist = instance1.selectNodes("/root/init/smllist");
  341. model.removeNodeset("/root/cond/smlcd");
  342. model.makeNode("/root/cond/smlcd");
  343. if(nodelist.length < 1){
  344. model.removeNodeset("/root/init/smllist");
  345. }else{
  346. addComboItem( "cmb_smlcd", "전체", "", "above");
  347. model.setValue("/root/cond/smlcd",model.getValue("/root/init/smllist/smlcd[1]"));
  348. }
  349. ]]>
  350. </script>
  351. </select1>
  352. <caption id="caption2" class="search_name" style="left:170px; top:100px; width:86px; height:17px; ">Set구분 :</caption>
  353. <select1 id="rdo_goodflag" ref="/root/cond/goodflag" appearance="full" cols="4" overflow="visible" style="left:260px; top:125px; width:125px; height:13px; border-style:none; ">
  354. <choices>
  355. <item>
  356. <label>물품코드</label>
  357. <value>01</value>
  358. </item>
  359. <item>
  360. <label>물품명</label>
  361. <value>02</value>
  362. </item>
  363. </choices>
  364. </select1>
  365. <caption id="caption13" class="search_name" style="left:170px; top:50px; width:86px; height:17px; ">분류구분 :</caption>
  366. <caption id="caption14" class="search_name" style="left:170px; top:75px; width:86px; height:17px; ">물품구분 :</caption>
  367. <select1 id="rdo_reqflag" ref="/root/cond/reqflag" appearance="full" cols="5" overflow="visible" style="left:260px; top:75px; width:261px; height:13px; border-style:none; ">
  368. <choices>
  369. <item>
  370. <label>전체</label>
  371. <value/>
  372. </item>
  373. <item>
  374. <label>비품</label>
  375. <value>1</value>
  376. </item>
  377. <item>
  378. <label>소모품</label>
  379. <value>2</value>
  380. </item>
  381. <item>
  382. <label>린넨</label>
  383. <value>4</value>
  384. </item>
  385. <item>
  386. <label>멸균의뢰</label>
  387. <value>3</value>
  388. </item>
  389. </choices>
  390. </select1>
  391. <caption id="caption3" class="search_name" style="left:12px; top:26px; width:86px; height:17px; ">조회구분 :</caption>
  392. <select1 id="rdo_srchflag" ref="/root/cond/srchflag" appearance="full" rows="2" overflow="visible" style="left:98px; top:26px; width:70px; height:39px; border-style:none; ">
  393. <choices>
  394. <item>
  395. <label>부서</label>
  396. <value>01</value>
  397. </item>
  398. <item>
  399. <label>CSR</label>
  400. <value>02</value>
  401. </item>
  402. </choices>
  403. <script type="javascript" ev:event="xforms-value-changed">
  404. <![CDATA[
  405. var srchflag = model.getValue("/root/cond/srchflag");
  406. if(srchflag =="02"){
  407. grd_goodlist.visible = true;
  408. grd_setdetllist.visible =false;
  409. ipt_deptcd.disabled = true;
  410. btn_reqdept.disabled = true;
  411. ipt_deptnm.disabled = true;
  412. grd_setdetllist.colHidden(grd_setdetllist.colRef("safestocqty")) = false;
  413. grd_setdetllist.colHidden(grd_setdetllist.colRef("stockqty")) = false;
  414. }else{
  415. grd_goodlist.visible = false;
  416. grd_setdetllist.visible =true;
  417. ipt_deptcd.disabled = false;
  418. btn_reqdept.disabled = false;
  419. ipt_deptnm.disabled = false;
  420. grd_setdetllist.colHidden(grd_setdetllist.colRef("safestocqty")) = true;
  421. grd_setdetllist.colHidden(grd_setdetllist.colRef("stockqty")) = true;
  422. }
  423. fSearch();
  424. ]]>
  425. </script>
  426. </select1>
  427. <button id="button4" class="btn2_letter4" style="left:590px; top:155px; width:64px; height:19px; ">
  428. <caption>선택적용</caption>
  429. <script type="javascript" ev:event="DOMActivate">
  430. <![CDATA[
  431. var search = rdo_srchflag.value;
  432. var iParam;
  433. var nodelist;
  434. if(search == "01") {
  435. for(var i= 0;i < grd_setdetllist.rows;i++ ){
  436. grd_setdetllist.valueMatrix(i,grd_setdetllist.colRef("goodflag")) = "T";
  437. }
  438. iParam = model.getValue(grd_setdetllist.nodeset);
  439. nodelist = instance1.selectNodes(grd_setdetllist.nodeset + "[chkyn='Y']");
  440. } else if(search == "02") {
  441. for(var i= 0;i < grd_goodlist.rows;i++ ){
  442. grd_goodlist.valueMatrix(i,grd_goodlist.colRef("safestocqty")) = 0;
  443. }
  444. iParam = model.getValue(grd_goodlist.nodeset);
  445. nodelist = instance1.selectNodes(grd_goodlist.nodeset + "[chkyn='Y']");
  446. }
  447. var rCVS = getNodeListCSV(nodelist);
  448. if ( checkOpener() ) {
  449. opener.javascript.setParameter("SPRSD06004_", rCVS);
  450. } else {
  451. opener.javascript.setParameter("SPRSD06004_", "");
  452. var rtn = messageBox("상위화면을 찾을 수", "E001");
  453. }
  454. window.close();
  455. ]]>
  456. </script>
  457. </button>
  458. <caption id="caption10" class="search_name" style="left:170px; top:26px; width:88px; height:17px; ">부 서 명 :</caption>
  459. <button id="btn_reqdept" class="icon_search" style="left:351px; top:25px; width:16px; height:16px; ">
  460. <caption/>
  461. <script type="javascript" ev:event="DOMActivate">
  462. <![CDATA[
  463. modal("SPRSS01203");
  464. model.setValue(ipt_deptcd.attribute("ref"), model.property("deptcd"));
  465. model.setValue(ipt_deptnm.attribute("ref"), model.property("deptnm"));
  466. ipt_deptcd.refresh();
  467. ipt_deptnm.refresh();
  468. fSearch();
  469. ]]>
  470. </script>
  471. </button>
  472. <input id="ipt_deptnm" ref="/root/cond/deptnm" class="input_search" style="left:373px; top:25px; width:172px; height:19px; "/>
  473. <input id="ipt_deptcd" ref="/root/cond/deptcd" class="input_default" style="left:260px; top:25px; width:85px; height:19px; "/>
  474. </xhtml:body>
  475. </xhtml:html>