SPMMB02300_검체임상소견.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <lpcmspcm>
  11. <lpcmspcmlist>
  12. <status/>
  13. <spccd/>
  14. <spcnm/>
  15. <orddeptcd/>
  16. <spckind/>
  17. <spckindno/>
  18. </lpcmspcmlist>
  19. <totlpcmspcmlist>
  20. <status/>
  21. <spccd/>
  22. <spcnm/>
  23. <orddeptcd/>
  24. <spckind/>
  25. <spckindno/>
  26. </totlpcmspcmlist>
  27. </lpcmspcm>
  28. </main>
  29. <lpcmspcmsrch>
  30. <lpcmspcmlist>
  31. <status/>
  32. <spccd/>
  33. <spcnm/>
  34. <orddeptcd/>
  35. <spckind/>
  36. <spckindno/>
  37. </lpcmspcmlist>
  38. </lpcmspcmsrch>
  39. <clinccmt>
  40. <clinccmtlist>
  41. <status/>
  42. <cdkind/>
  43. <cdno/>
  44. <etccnts/>
  45. <orddeptcd/>
  46. </clinccmtlist>
  47. </clinccmt>
  48. <init>
  49. <msrght>
  50. <mouserght>
  51. <label>삭제</label>
  52. <func>fDeleteRow</func>
  53. </mouserght>
  54. </msrght>
  55. <spcmsrght>
  56. <mouserght>
  57. <label>삭제</label>
  58. <func>fSpcDeleteRow</func>
  59. </mouserght>
  60. </spcmsrght>
  61. <deptlist>
  62. <orddept/>
  63. </deptlist>
  64. <orddeptcd/>
  65. <orddept/>
  66. </init>
  67. <send>
  68. <cond1/>
  69. <cond2/>
  70. <cond3/>
  71. <cond4>cls</cond4>
  72. </send>
  73. <reset>
  74. <clinccmtlist>
  75. <status>I</status>
  76. <cdkind/>
  77. <cdno/>
  78. <etccnts/>
  79. <orddeptcd/>
  80. </clinccmtlist>
  81. </reset>
  82. <dept/>
  83. <prcpclscdlist>
  84. <prcpclscdlist/>
  85. </prcpclscdlist>
  86. <hidden/>
  87. </root>
  88. </instance>
  89. <script type="javascript" ev:event="xforms-model-construct-done">
  90. <![CDATA[
  91. button1.selected = true;
  92. mmbfGetDeptCodeComboList("/root/send/reqdata", "/root/init/orddept", "A");
  93. model.setValue ( "/root/init/orddeptcd", getUserInfo("dutplcecd"));
  94. if(submit("TRMMB02304")){
  95. var calcscorcd = model.getValue ( "/root/prcpclscdlist/prcpclscdlist/calcscorcd" );
  96. if (!isNull(calcscorcd)) {
  97. datagrid1.row = 1;
  98. model.setValue ( "/root/send/cond1", calcscorcd );
  99. submit ( "TRMMB02301" );
  100. }
  101. }
  102. if ( !isNull ( cmb_ordept.label) ) {
  103. cmb_ordept.disabled = true;
  104. model.setValue ( "/root/send/cond1", model.getValue ( "/root/init/orddeptcd"));
  105. model.setValue ( "/root/send/cond2", "1" );
  106. model.setValue ( "/root/send/cond3", calcscorcd );
  107. submit ( "TRMMB02302",false );
  108. submit ( "TRMMB02211" );
  109. fColorSetting();
  110. } else {
  111. cmb_ordept.disabled = false;
  112. model.removeNodeset ( "/root/main/lpcmspcm/lpcmspcmlist" );
  113. model.removeNodeset ( "/root/clinccmt/clinccmtlist" );
  114. model.refresh();
  115. }
  116. ]]>
  117. </script>
  118. <script type="javascript">
  119. <![CDATA[
  120. function fDeleteRow () {
  121. var selectedRows = grd_uselpcmspcm.selectedRows;
  122. for (i= selectedRows-1; i >= 0; i--){
  123. var status = model.getValue ( "/root/main/lpcmspcm/lpcmspcmlist[" + grd_uselpcmspcm.selectedrow(i) + "]/status" );
  124. if (status=="-" || status=="U" ) {
  125. model.setValue ( "/root/main/lpcmspcm/lpcmspcmlist[" + grd_uselpcmspcm.selectedrow(i)+ "]/status", "D" );
  126. } else if ( status =="I" ){
  127. model.removeNode ( "/root/main/lpcmspcm/lpcmspcmlist[" + grd_uselpcmspcm.selectedrow(i) + "]" );
  128. } else if (status=="D" ) {
  129. model.setValue ( "/root/main/lpcmspcm/lpcmspcmlist[" + grd_uselpcmspcm.selectedrow(i)+ "]/status", "-" );
  130. }
  131. }
  132. model.refresh();
  133. }
  134. function fColorSetting () {
  135. var srcNodes = model.instances(0).selectNodes ( "/root/lpcmspcmsrch/lpcmspcmlist" );
  136. for ( var i = 1; i <= srcNodes.length; i++ ) {
  137. var spccd = model.getValue ("/root/lpcmspcmsrch/lpcmspcmlist[" + i + "]/spccd" );
  138. var chkspccd = model.getValue ( "/root/main/lpcmspcm/totlpcmspcmlist[spccd='" + spccd + "']/spccd" );
  139. if ( !isNull(chkspccd)) {
  140. grd_lpcmspcm.rowstyle(i, "data", "font-weight") = "bold";
  141. } else {
  142. grd_lpcmspcm.rowstyle(i, "data", "font-weight") = "normal";
  143. }
  144. }
  145. }
  146. function fMouseRghtBtnPopup() {
  147. if (event.button == 3) {
  148. if (grd_uselpcmspcm.isCell(event.target) && grd_uselpcmspcm.mouseRow >= grd_uselpcmspcm.fixedRows) {
  149. app.showPopupMenu(true);
  150. window.setPopupMenu(true, "/root/init/msrght/mouserght", "label", "func", false);
  151. } else {
  152. window.setPopupMenu(false);
  153. }
  154. }
  155. }
  156. function fSpcDeleteRow () {
  157. var selectedRows = grd_clinccmtlist.selectedRows;
  158. for( var i= 0; i < selectedRows; i++ ){
  159. var status = model.getValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.selectedrow(i) + "]/status" );
  160. if (status=="-" || status=="U" ) {
  161. model.setValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.selectedrow(i)+ "]/status", "D" );
  162. } else if ( status =="I" ){
  163. model.removeNode ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.selectedrow(i) + "]" );
  164. } else if (status=="D" ) {
  165. model.setValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.selectedrow(i)+ "]/status", "-" );
  166. }
  167. }
  168. model.refresh();
  169. }
  170. function fSpcMouseRghtBtnPopup() {
  171. if (event.button == 3) {
  172. if (grd_clinccmtlist.mouseRow >= grd_clinccmtlist.fixedRows) {
  173. app.showPopupMenu(true);
  174. window.setPopupMenu(true, "/root/init/spcmsrght/mouserght", "label", "func", false);
  175. } else {
  176. window.setPopupMenu(false);
  177. }
  178. }
  179. }
  180. ]]>
  181. </script>
  182. <submission id="TRMMB02301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/lpcmspcmsrch"/>
  183. <submission id="TXMMB02301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/lpcmspcm"/>
  184. <submission id="TRMMB02302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/lpcmspcm"/>
  185. <submission id="TRMMB02304" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/prcpclscdlist"/>
  186. <submission id="TRMMB02211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/clinccmt"/>
  187. <submission id="TXMMB02211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/cond1" resultref="/root/clinccmt"/>
  188. <submission id="TRMMO04103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/dept" resultref="/root/init/orddept"/>
  189. <submission id="TRMMB04101" mediatype="application/x-www-form-urlencoded" method="post"/>
  190. </model>
  191. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  192. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  193. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  194. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  195. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  196. </xhtml:head>
  197. <xhtml:body pagewidth="816" pageheight="516" guideline="2,514;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  198. <switch id="switch1" style="left:5px; top:22px; width:790px; height:475px; ">
  199. <case id="case1" selected="true">
  200. <button id="button37" class="btn2_letter2" style="left:480px; top:5px; width:42px; height:19px; ">
  201. <caption>복사</caption>
  202. <script type="javascript" ev:event="onclick">
  203. <![CDATA[
  204. var spccd = "";
  205. for ( var i = 1; i <= grd_lpcmspcm.rows; i++ ) {
  206. if ( model.getValue ( "/root/lpcmspcmsrch/lpcmspcmlist[" + i + "]/status") == "I" ) {
  207. spccd = model.getValue ( "/root/lpcmspcmsrch/lpcmspcmlist[" + i + "]/spccd" );
  208. if ( isNull ( model.getValue ( "/root/main/lpcmspcm/lpcmspcmlist[spccd='" + spccd + "']/spccd" ))) {
  209. model.setValue ( "/root/lpcmspcmsrch/lpcmspcmlist[" + i + "]/orddeptcd", model.getValue ( "/root/init/orddeptcd"));
  210. var pDestNode = model.instances(0).selectSingleNode("/root/main/lpcmspcm");
  211. var pSrchNode = model.instances(0).selectSingleNode("/root/lpcmspcmsrch/lpcmspcmlist[" + i + "]");
  212. pDestNode.appendChild(pSrchNode.cloneNode(true));
  213. } else {
  214. messageBox ( model.getValue ( "/root/lpcmspcmsrch/lpcmspcmlist[spccd='" + spccd + "']/spcnm" ) + "는 이미 있는 검체명 입니다", "E" );
  215. }
  216. }
  217. }
  218. model.refresh();
  219. ]]>
  220. </script>
  221. </button>
  222. <button id="button2" class="btn5_letter2" style="left:740px; top:5px; width:42px; height:19px; ">
  223. <caption>저장</caption>
  224. <script type="javascript" ev:event="DOMActivate">
  225. <![CDATA[
  226. var saveClincCmt = model.instances(0).selectNodes( "/root/main/lpcmspcm/lpcmspcmlist" );
  227. model.setValue ( "/root/send/cond1", getNodeListCSV(saveClincCmt));
  228. submit ( "TXMMB02301" );
  229. if ( !isNull ( cmb_ordept.label) ) {
  230. var calcscorcd = model.getValue ( "/root/prcpclscdlist/prcpclscdlist[" + datagrid1.row + "]/calcscorcd" );
  231. model.setValue ( "/root/send/cond1", model.getValue ( "/root/init/orddeptcd"));
  232. model.setValue ( "/root/send/cond2", "1" );
  233. model.setValue ( "/root/send/cond3", calcscorcd );
  234. submit ( "TRMMB02302", false );
  235. }
  236. model.refresh();
  237. fColorSetting();
  238. ]]>
  239. </script>
  240. </button>
  241. <datagrid id="grd_uselpcmspcm" nodeset="/root/main/lpcmspcm/lpcmspcmlist" caption="^자주쓰는 병리검체" colsep="^" colwidth="35, 199" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:530px; top:31px; width:256px; height:440px; ">
  242. <col disabled="true" ref="status" type="combo" style="text-align:center; ">
  243. <choices>
  244. <item>
  245. <label>-</label>
  246. <value>-</value>
  247. </item>
  248. <item>
  249. <label>신규</label>
  250. <value>I</value>
  251. </item>
  252. <item>
  253. <label>수정</label>
  254. <value>U</value>
  255. </item>
  256. <item>
  257. <label>삭제</label>
  258. <value>D</value>
  259. </item>
  260. </choices>
  261. </col>
  262. <col ref="spcnm" type="output"/>
  263. <script type="javascript" ev:event="onmousedown">
  264. <![CDATA[
  265. fMouseRghtBtnPopup();
  266. ]]>
  267. </script>
  268. </datagrid>
  269. <line id="line7" class="line_1" style="x1:530px; y1:26px; x2:786px; y2:26px; "/>
  270. <line id="line1" class="line_1" style="x1:2px; y1:26px; x2:272px; y2:26px; "/>
  271. <datagrid id="grd_lpcmspcm" nodeset="/root/lpcmspcmsrch/lpcmspcmlist" caption="^병리검체" colsep="^" colwidth="30, 175" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:273px; top:31px; width:256px; height:440px; ">
  272. <col checkvalue="I,N" ref="status" type="checkbox" style="text-align:center; "/>
  273. <col ref="spcnm" type="output"/>
  274. <script type="javascript" ev:event="ondblclick">
  275. <![CDATA[
  276. if(isDataCell()){
  277. var spcnm = model.getValue("/root/lpcmspcmsrch/lpcmspcmlist[" + grd_lpcmspcm.row + "]/spcnm");
  278. var spccd = model.getValue("/root/lpcmspcmsrch/lpcmspcmlist[" + grd_lpcmspcm.row + "]/spccd");
  279. var totchkspccd = model.getValue("/root/main/lpcmspcm/totlpcmspcmlist[spccd='" + spccd + "']/spccd");
  280. var chckspccd = model.getValue("/root/main/lpcmspcm/lpcmspcmlist[spccd='" + spccd + "']/spccd");
  281. var totchkspcnm = model.getValue ( "/root/main/lpcmspcm/totlpcmspcmlist[spcnm='" + spcnm + "']/spcnm" );
  282. var chckspcnm = model.getValue ( "/root/main/lpcmspcm/lpcmspcmlist[spcnm='" + spcnm + "']/spcnm" );
  283. if(isNull(totchkspccd) && isNull(chckspccd)){
  284. model.setValue ( "/root/lpcmspcmsrch/lpcmspcmlist[" + grd_lpcmspcm.row + "]/status", "I" );
  285. model.setValue ( "/root/lpcmspcmsrch/lpcmspcmlist[" + grd_lpcmspcm.row + "]/orddeptcd", model.getValue ( "/root/init/orddeptcd"));
  286. //var pDestNode = model.instances(0).selectSingleNode("/root/main/lpcmspcm");
  287. //var pSrchNode = model.instances(0).selectSingleNode("/root/lpcmspcmsrch/lpcmspcmlist[" + grd_lpcmspcm.row + "]");
  288. //pDestNode.appendChild(pSrchNode.cloneNode(true));
  289. model.duplicate ( "/root/main/lpcmspcm", "/root/lpcmspcmsrch/lpcmspcmlist[" + grd_lpcmspcm.row + "]" , "*[1]");
  290. } else {
  291. messageBox ("[" + spcnm + "]는 이미 있는 검체명", "E008" );
  292. }
  293. model.refresh();
  294. }
  295. ]]>
  296. </script>
  297. <script type="javascript" ev:event="onmousedown">
  298. <![CDATA[
  299. window.setPopupMenu(false);
  300. ]]>
  301. </script>
  302. </datagrid>
  303. <datagrid id="datagrid1" nodeset="/root/prcpclscdlist/prcpclscdlist" caption="검체분류" colsep="^" colwidth="250" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:2px; top:30px; width:270px; height:440px; ">
  304. <col ref="prcpclsnm"/>
  305. <script type="javascript" ev:event="onclick">
  306. <![CDATA[
  307. if(isDataCell()){
  308. var calcscorcd = model.getValue ( "/root/prcpclscdlist/prcpclscdlist[" + datagrid1.row + "]/calcscorcd" );
  309. model.setValue ( "/root/send/cond1", calcscorcd );
  310. submit ( "TRMMB02301", false );
  311. if ( !isNull ( cmb_ordept.label) ) {
  312. model.setValue ( "/root/send/cond1", model.getValue ( "/root/init/orddeptcd"));
  313. model.setValue ( "/root/send/cond2", "1" );
  314. model.setValue ( "/root/send/cond3", calcscorcd );
  315. submit ( "TRMMB02302", false );
  316. }
  317. model.refresh();
  318. fColorSetting();
  319. }
  320. ]]>
  321. </script>
  322. </datagrid>
  323. <line id="line3" class="line_1" style="x1:273px; y1:26px; x2:529px; y2:26px; "/>
  324. <select1 id="radio1" ref="/root/send/cond4" appearance="full" cols="2" overflow="visible" style="left:594px; top:7px; width:140px; height:20px; border-style:none; ">
  325. <choices>
  326. <item>
  327. <label>전체조회</label>
  328. <value>all</value>
  329. </item>
  330. <item>
  331. <label>분류조회</label>
  332. <value>cls</value>
  333. </item>
  334. </choices>
  335. <script type="javascript" ev:event="xforms-value-changed">
  336. <![CDATA[
  337. if ( !isNull ( cmb_ordept.label) ) {
  338. var calcscorcd = model.getValue ( "/root/prcpclscdlist/prcpclscdlist[" + datagrid1.row + "]/calcscorcd" );
  339. model.setValue ( "/root/send/cond1", model.getValue ( "/root/init/orddeptcd"));
  340. model.setValue ( "/root/send/cond2", "1" );
  341. model.setValue ( "/root/send/cond3", calcscorcd );
  342. submit ( "TRMMB02302", false );
  343. }
  344. model.refresh();
  345. ]]>
  346. </script>
  347. </select1>
  348. </case>
  349. <case id="case2">
  350. <button id="button4" class="btn2_letter2" style="left:690px; top:5px; width:42px; height:19px; ">
  351. <caption>추가</caption>
  352. <script type="javascript" ev:event="onclick">
  353. <![CDATA[
  354. model.setValue ( "/root/reset/clinccmtlist/cdkind", "1" );
  355. model.setValue ( "/root/reset/clinccmtlist/orddeptcd", model.getValue ( "/root/init/orddeptcd"));
  356. appendChildPrcp ( "/root/reset/clinccmtlist", "/root/clinccmt", "main" );
  357. model.refresh();
  358. ]]>
  359. </script>
  360. </button>
  361. <button id="button6" class="btn5_letter2" style="left:736px; top:5px; width:42px; height:19px; ">
  362. <caption>저장</caption>
  363. <script type="javascript" ev:event="DOMActivate">
  364. <![CDATA[
  365. var saveClincCmt = model.instances(0).selectNodes( "/root/clinccmt/clinccmtlist" );
  366. model.setValue ( "/root/send/cond1", getNodeListCSV(saveClincCmt));
  367. submit ( "TXMMB02211" );
  368. ]]>
  369. </script>
  370. </button>
  371. <datagrid id="grd_clinccmtlist" nodeset="/root/clinccmt/clinccmtlist" caption="^자주쓰는 병리임상소견" colsep="^" colwidth="35, 711" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:2px; top:31px; width:782px; height:440px; ">
  372. <col disabled="true" ref="status" type="combo" style="text-align:center; ">
  373. <choices>
  374. <item>
  375. <label>-</label>
  376. <value>-</value>
  377. </item>
  378. <item>
  379. <label>신규</label>
  380. <value>I</value>
  381. </item>
  382. <item>
  383. <label>수정</label>
  384. <value>U</value>
  385. </item>
  386. <item>
  387. <label>삭제</label>
  388. <value>D</value>
  389. </item>
  390. </choices>
  391. </col>
  392. <col ref="etccnts" type="input"/>
  393. <script type="javascript" ev:event="onmousedown">
  394. <![CDATA[
  395. fSpcMouseRghtBtnPopup();
  396. ]]>
  397. </script>
  398. <script type="javascript" ev:event="xforms-value-changed">
  399. <![CDATA[
  400. var status = model.getValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.row + "]/status" );
  401. if (status=="-" ) {
  402. model.setValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.row+ "]/status", "U" );
  403. }
  404. model.refresh();
  405. ]]>
  406. </script>
  407. </datagrid>
  408. <line id="line2" class="line_1" style="x1:2px; y1:26px; x2:784px; y2:26px; "/>
  409. </case>
  410. </switch>
  411. <button id="button1" class="btn_sw" group="tab" selected="true" style="left:9px; top:1px; width:60px; height:22px; ">
  412. <caption>검체</caption>
  413. <script type="javascript" ev:event="DOMActivate">
  414. <![CDATA[
  415. model.toggle ("case1" );
  416. ]]>
  417. </script>
  418. </button>
  419. <caption id="caption1" style="left:151px; top:2px; width:55px; height:20px; ">진료과:</caption>
  420. <button id="button3" class="btn_sw" group="tab" selected="true" style="left:69px; top:1px; width:62px; height:22px; ">
  421. <caption>임상소견</caption>
  422. <script type="javascript" ev:event="DOMActivate">
  423. <![CDATA[
  424. model.toggle ("case2" );
  425. model.setValue ( "/root/send/cond1", model.getValue ( "/root/init/orddeptcd" ));
  426. model.setValue ( "/root/send/cond2", "1" );
  427. submit ( "TRMMB02211" );
  428. ]]>
  429. </script>
  430. </button>
  431. <select1 id="cmb_ordept" ref="/root/init/orddeptcd" appearance="minimal" style="left:196px; top:2px; width:185px; height:19px; ">
  432. <choices>
  433. <itemset nodeset="/root/init/orddept/dept">
  434. <label ref="depthngnm"/>
  435. <value ref="deptcd"/>
  436. </itemset>
  437. </choices>
  438. <script type="javascript" ev:event="xforms-value-changed">
  439. <![CDATA[
  440. if ( !isNull ( cmb_ordept.label) ) {
  441. model.setValue ( "/root/send/cond1", model.getValue ( "/root/init/orddeptcd"));
  442. model.setValue ( "/root/send/cond2", "1" );
  443. submit ( "TRMMB02302",false );
  444. submit ( "TRMMB02211" );
  445. fColorSetting();
  446. } else {
  447. model.removeNodeset ( "/root/main/lpcmspcm/lpcmspcmlist" );
  448. model.removeNodeset ( "/root/clinccmt/clinccmtlist" );
  449. model.refresh();
  450. }
  451. ]]>
  452. </script>
  453. </select1>
  454. <line id="line4" style="x1:800px; y1:70px; x2:800px; y2:405px; "/>
  455. </xhtml:body>
  456. </xhtml:html>