f91ee4dbdee5085598911a8da098c933806a4f79.svn-base 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../css/body.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>
  6. <![CDATA[炼钢作业 >> 炼钢作业进程 >> 炼钢工序进程管理(UIG020100)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <AUTO/>
  12. <bof>
  13. <bofNO2>
  14. </bofNO2>
  15. <bofNO1>
  16. </bofNO1>
  17. </bof>
  18. <cas>
  19. <casNO2>
  20. </casNO2>
  21. <casNO1>
  22. </casNO1>
  23. </cas>
  24. <rh>
  25. </rh>
  26. <lf>
  27. </lf>
  28. <ccm>
  29. <ccmNO2>
  30. </ccmNO2>
  31. <ccmNO2_other>
  32. </ccmNO2_other>
  33. <ccmNO1>
  34. </ccmNO1>
  35. <ccmNO1_other>
  36. </ccmNO1_other>
  37. </ccm>
  38. <kr>
  39. <KR1>
  40. </KR1>
  41. <KR2/>
  42. </kr>
  43. <reqData>
  44. <bof>
  45. <BOF_NO2>B2</BOF_NO2>
  46. <BOF_NO1>B1</BOF_NO1>
  47. </bof>
  48. <cas>
  49. <CAS_NO2>C2</CAS_NO2>
  50. <CAS_NO1>C1</CAS_NO1>
  51. </cas>
  52. <LF_NO>L1</LF_NO>
  53. <RH_NO>R1</RH_NO>
  54. <ccm>
  55. <CCM_NO2>J2</CCM_NO2>
  56. <CCM_NO1>J1</CCM_NO1>
  57. <CUT_NO1>S1</CUT_NO1>
  58. <CUT_NO2>S2</CUT_NO2>
  59. </ccm>
  60. <kr>
  61. <KR_NO1>K1</KR_NO1>
  62. <KR_NO2>K2</KR_NO2>
  63. </kr>
  64. </reqData>
  65. </root>
  66. </instance>
  67. <script type="javascript" ev:event="xforms-ready">
  68. <![CDATA[
  69. select();
  70. ]]>
  71. </script>
  72. </model>
  73. <script type="javascript" src="../../js/boaCommon.js"/>
  74. <script type="javascript">
  75. <![CDATA[
  76. function select()
  77. {
  78. commSubmit("UIG020100-service", "find", "glueAction.do");
  79. model.copyNode("/root/bof/bofNO2","/root/resData/bofNO2Result_VO/bofNO2Result_Row");
  80. model.copyNode("/root/bof/bofNO1","/root/resData/bofNO1Result_VO/bofNO1Result_Row");
  81. model.copyNode("/root/cas/casNO2","/root/resData/casNO2Result_VO/casNO2Result_Row");
  82. model.copyNode("/root/cas/casNO1","/root/resData/casNO1Result_VO/casNO1Result_Row");
  83. model.copyNode("/root/rh","/root/resData/rhResult_VO/rhResult_Row");
  84. model.copyNode("/root/lf","/root/resData/lfResult_VO/lfResult_Row");
  85. model.copyNode("/root/ccm/ccmNO2","/root/resData/ccmNO2Result_VO/ccmNO2Result_Row");
  86. model.copyNode("/root/ccm/ccmNO1","/root/resData/ccmNO1Result_VO/ccmNO1Result_Row");
  87. model.copyNode("/root/ccm/ccmNO2_other","/root/resData/ccmNO2Others_VO/ccmNO2Others_Row");
  88. model.copyNode("/root/ccm/ccmNO1_other","/root/resData/ccmNO1Others_VO/ccmNO1Others_Row");
  89. model.copyNode("/root/kr/KR1","/root/resData/krNO1Result_VO/krNO1Result_Row");
  90. model.copyNode("/root/kr/KR2","/root/resData/krNO2Result_VO/krNO2Result_Row");
  91. BOF2_QM.visible = false;
  92. BOF1_QM.visible = false;
  93. CAS2_QM.visible = false;
  94. CAS1_QM.visible = false;
  95. RH_QM.visible = false;
  96. LF_QM.visible = false;
  97. CCM2_QM.visible = false;
  98. CCM1_QM.visible = false;
  99. KR1_QM.visible = false;
  100. KR2_QM.visible = false;
  101. //BOF的无值
  102. if(input1.value != ""){
  103. BOF2_QM.visible = true;
  104. }
  105. if(input40.value != ""){
  106. BOF1_QM.visible = true;
  107. }
  108. //CAS的C1无值
  109. if(input8.value!=""){
  110. CAS2_QM.visible = true;
  111. }
  112. //CAS的C2无值
  113. if(input26.value != ""){
  114. CAS1_QM.visible = true;
  115. }
  116. //LF无数据上来时选择的图片
  117. if(input13.value !=""){
  118. RH_QM.visible = true;
  119. }
  120. //LF无数据上来时选择的图片
  121. if(input36.value!=""){
  122. LF_QM.visible = true;
  123. }
  124. if(input20.value != ""){
  125. CCM2_QM.visible = true;
  126. }
  127. if(input28.value != ""){
  128. CCM1_QM.visible = true;
  129. }
  130. if(input66.value != ""){
  131. KR1_QM.visible = true;
  132. }
  133. if(input69.value != ""){
  134. KR2_QM.visible = true;
  135. }
  136. model.copyNode("/root/rh" ,"/root/resData/rhResult_VO/rhResult_Row");
  137. model.copyNode("/root/lf" ,"/root/resData/lfResult_VO/lfResult_Row");
  138. model.refresh();
  139. }
  140. function find()
  141. {
  142. select();
  143. checkbox1.value="";
  144. }
  145. var clockTimer;//设置刷新时间返回的值
  146. ]]>
  147. </script>
  148. </xhtml:head>
  149. <xhtml:body guideline="1,980;2,190;2,45;2,405;2,260;2,555;2,438;1,254;1,485;1,716;1,115;1,350;1,585;1,816;2,100;2,316;2,489;2,585;" style="font-family:宋体; ">
  150. <img id="CAS2_HM" src="../../images/cas_1.gif" style="left:254px; top:35px; width:100px; height:80px; background-stretch:stretch; "/>
  151. <img id="CAS1_HM" src="../../images/cas_1.gif" style="left:254px; top:250px; width:100px; height:80px; background-stretch:stretch; "/>
  152. <img id="RH_HM" src="../../images/rh_2.gif" style="left:485px; top:44px; width:100px; height:125px; background-stretch:stretch; "/>
  153. <img id="LF_HM" src="../../images/lf_2.gif" style="left:485px; top:260px; width:80px; height:68px; background-stretch:stretch; "/>
  154. <img id="KR_HM" src="../../images/lf_2.gif" style="left:0px; top:468px; width:90px; height:63px; background-stretch:stretch; "/>
  155. <img id="CCM1_HM" src="../../images/ccm2.gif" style="left:716px; top:260px; width:125px; height:152px; background-stretch:stretch; "/>
  156. <img id="CCM2_HM" src="../../images/ccm2.gif" style="left:716px; top:45px; width:125px; height:162px; background-stretch:stretch; "/>
  157. <img id="BOF2_HM" src="../../images/bof2.gif" style="left:0px; top:45px; width:110px; height:145px; background-stretch:stretch; "/>
  158. <img id="BOF1_HM" src="../../images/bof2.gif" style="left:0px; top:260px; width:110px; height:145px; background-stretch:stretch; "/>
  159. <img id="CAS1_QM" visibility="hidden" src="../../images/cas.gif" style="left:254px; top:260px; width:100px; height:125px; background-stretch:stretch; "/>
  160. <img id="BOF2_QM" visibility="hidden" src="../../images/bof.gif" style="left:0px; top:45px; width:110px; height:145px; background-stretch:stretch; "/>
  161. <img id="CAS2_QM" visibility="hidden" src="../../images/cas.gif" style="left:254px; top:44px; width:100px; height:125px; background-stretch:stretch; "/>
  162. <img id="RH_QM" visibility="hidden" src="../../images/rh_1.gif" style="left:485px; top:40px; width:100px; height:135px; background-stretch:stretch; "/>
  163. <img id="CCM2_QM" visibility="hidden" src="../../images/ccm_1.gif" style="left:716px; top:50px; width:125px; height:157px; background-stretch:stretch; "/>
  164. <img id="BOF1_QM" visibility="hidden" src="../../images/bof.gif" style="left:0px; top:260px; width:110px; height:145px; background-stretch:stretch; "/>
  165. <img id="CCM1_QM" visibility="hidden" src="../../images/ccm_1.gif" style="left:716px; top:264px; width:125px; height:152px; background-stretch:stretch; "/>
  166. <img id="LF_QM" visibility="hidden" src="../../images/lf_1.gif" style="left:485px; top:260px; width:100px; height:125px; background-stretch:stretch; "/>
  167. <img id="KR1_QM" visibility="hidden" src="../../images/lf_1.gif" style="left:0px; top:471px; width:95px; height:105px; background-stretch:stretch; "/>
  168. <caption id="caption1" style="left:120px; top:52px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
  169. <caption id="caption2" style="left:120px; top:72px; width:50px; height:18px; vertical-align:middle; ">铁 水 量</caption>
  170. <caption id="caption3" style="left:120px; top:92px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
  171. <caption id="caption4" style="left:120px; top:112px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  172. <caption id="caption5" style="left:120px; top:132px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  173. <caption id="caption6" style="left:120px; top:152px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  174. <input id="input1" ref="/root/bof/bofNO2/CHARGE_NO" editable="false" style="left:170px; top:52px; width:80px; height:18px; "/>
  175. <input id="input2" ref="/root/bof/bofNO2/TREAT_WGT" editable="false" style="left:170px; top:72px; width:80px; height:18px; "/>
  176. <input id="input4" ref="/root/bof/bofNO2/TREAT_CD_DESC" editable="false" style="left:170px; top:112px; width:80px; height:18px; "/>
  177. <input id="input5" ref="/root/bof/bofNO2/TREAT_TEMP" editable="false" style="left:170px; top:92px; width:80px; height:18px; "/>
  178. <input id="input3" ref="/root/bof/bofNO2/REG_DTIME" editable="false" style="left:170px; top:132px; width:80px; height:18px; "/>
  179. <input id="input7" ref="/root/bof/bofNO2/STL_GRD" editable="false" style="left:170px; top:152px; width:80px; height:18px; "/>
  180. <input id="input6" ref="/root/cas/casNO2/STL_GRD" editable="false" style="left:403px; top:152px; width:80px; height:18px; "/>
  181. <caption id="caption7" style="left:353px; top:52px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
  182. <caption id="caption8" style="left:353px; top:72px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  183. <caption id="caption9" style="left:353px; top:92px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
  184. <caption id="caption10" style="left:353px; top:112px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  185. <caption id="caption11" style="left:353px; top:132px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  186. <input id="input8" ref="/root/cas/casNO2/CHARGE_NO" editable="false" style="left:403px; top:52px; width:80px; height:18px; "/>
  187. <caption id="caption12" style="left:353px; top:152px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  188. <input id="input9" ref="/root/cas/casNO2/CAS_ARRV_WGT" editable="false" style="left:403px; top:72px; width:80px; height:18px; "/>
  189. <input id="input10" ref="/root/cas/casNO2/REG_DTIME" editable="false" style="left:403px; top:132px; width:80px; height:18px; "/>
  190. <input id="input11" ref="/root/cas/casNO2/TREAT_CD_DESC" editable="false" style="left:403px; top:112px; width:80px; height:18px; "/>
  191. <input id="input12" ref="/root/cas/casNO2/TREAT_TEMP" editable="false" style="left:403px; top:92px; width:80px; height:18px; "/>
  192. <input id="input13" ref="/root/rh/CHARGE_NO" editable="false" style="left:635px; top:52px; width:80px; height:18px; "/>
  193. <input id="input14" ref="/root/rh/RH_ARRV_WGT" editable="false" style="left:635px; top:72px; width:80px; height:18px; "/>
  194. <input id="input15" ref="/root/rh/REG_DTIME" editable="false" style="left:635px; top:132px; width:80px; height:18px; "/>
  195. <input id="input16" ref="/root/rh/TREAT_CD_DESC" editable="false" style="left:635px; top:112px; width:80px; height:18px; "/>
  196. <caption id="caption13" style="left:585px; top:112px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  197. <input id="input17" ref="/root/rh/TREAT_TEMP" editable="false" style="left:635px; top:92px; width:80px; height:18px; "/>
  198. <caption id="caption14" style="left:585px; top:132px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  199. <caption id="caption15" style="left:585px; top:152px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  200. <caption id="caption16" style="left:585px; top:52px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
  201. <caption id="caption17" style="left:585px; top:72px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  202. <caption id="caption18" style="left:585px; top:92px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
  203. <input id="input18" ref="/root/rh/STL_GRD" editable="false" style="left:635px; top:152px; width:80px; height:18px; "/>
  204. <input id="input19" ref="/root/ccm/ccmNO2/CAST_NO" visibility="hidden" editable="false" style="left:874px; top:72px; width:80px; height:18px; "/>
  205. <caption id="caption19" style="left:824px; top:132px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  206. <input id="input20" ref="/root/ccm/ccmNO2/CHARGE_NO" editable="false" style="left:874px; top:92px; width:80px; height:18px; "/>
  207. <caption id="caption20" style="left:824px; top:152px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  208. <input id="input21" ref="/root/ccm/ccmNO2/TREAT_CD_DESC" editable="false" style="left:874px; top:152px; width:80px; height:18px; "/>
  209. <caption id="caption21" style="left:824px; top:172px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  210. <input id="input22" ref="/root/ccm/ccmNO2/STL_GRD" editable="false" style="left:874px; top:132px; width:80px; height:18px; "/>
  211. <caption id="caption22" visibility="hidden" style="left:824px; top:72px; width:50px; height:18px; vertical-align:middle; ">浇 次 号</caption>
  212. <input id="input23" ref="/root/ccm/ccmNO2/CCM_ARRV_WGT" editable="false" style="left:874px; top:112px; width:80px; height:18px; "/>
  213. <input id="input24" ref="/root/ccm/ccmNO2/REG_DTIME" editable="false" style="left:874px; top:172px; width:80px; height:18px; "/>
  214. <caption id="caption23" style="left:824px; top:92px; width:50px; height:18px; vertical-align:middle; ">到达炉次</caption>
  215. <caption id="caption24" style="left:824px; top:112px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  216. <input id="input25" ref="/root/bof/bofNO1/STL_GRD" editable="false" style="left:170px; top:367px; width:80px; height:18px; "/>
  217. <input id="input26" ref="/root/cas/casNO1/CHARGE_NO" editable="false" style="left:403px; top:267px; width:80px; height:18px; "/>
  218. <input id="input27" ref="/root/cas/casNO1/CAS_ARRV_WGT" editable="false" style="left:403px; top:287px; width:80px; height:18px; "/>
  219. <input id="input28" ref="/root/ccm/ccmNO1/CHARGE_NO" editable="false" style="left:874px; top:307px; width:80px; height:18px; "/>
  220. <input id="input29" ref="/root/ccm/ccmNO1/TREAT_CD_DESC" editable="false" style="left:874px; top:367px; width:80px; height:18px; "/>
  221. <caption id="caption25" style="left:824px; top:367px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  222. <input id="input30" ref="/root/cas/casNO1/REG_DTIME" editable="false" style="left:403px; top:347px; width:80px; height:18px; "/>
  223. <input id="input31" ref="/root/ccm/ccmNO1/STL_GRD" editable="false" style="left:874px; top:347px; width:80px; height:18px; "/>
  224. <caption id="caption26" style="left:824px; top:387px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  225. <input id="input32" ref="/root/cas/casNO1/TREAT_CD_DESC" editable="false" style="left:403px; top:327px; width:80px; height:18px; "/>
  226. <caption id="caption27" style="left:353px; top:327px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  227. <caption id="caption28" style="left:120px; top:267px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
  228. <input id="input33" ref="/root/ccm/ccmNO1/CCM_ARRV_WGT" editable="false" style="left:874px; top:327px; width:80px; height:18px; "/>
  229. <caption id="caption29" visibility="hidden" style="left:824px; top:287px; width:50px; height:18px; vertical-align:middle; ">浇 次 号</caption>
  230. <input id="input34" ref="/root/cas/casNO1/TREAT_TEMP" editable="false" style="left:403px; top:307px; width:80px; height:18px; "/>
  231. <caption id="caption30" style="left:353px; top:347px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  232. <caption id="caption31" style="left:120px; top:287px; width:50px; height:18px; vertical-align:middle; ">铁 水 量</caption>
  233. <caption id="caption32" style="left:824px; top:307px; width:50px; height:18px; vertical-align:middle; ">到达炉次</caption>
  234. <input id="input35" ref="/root/ccm/ccmNO1/REG_DTIME" editable="false" style="left:874px; top:387px; width:80px; height:18px; "/>
  235. <input id="input36" ref="/root/lf/CHARGE_NO" editable="false" style="left:635px; top:267px; width:80px; height:18px; "/>
  236. <caption id="caption33" style="left:353px; top:367px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  237. <caption id="caption34" style="left:120px; top:307px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
  238. <caption id="caption35" style="left:824px; top:327px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  239. <caption id="caption36" style="left:585px; top:327px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  240. <input id="input37" ref="/root/lf/LF_ARRV_WGT" editable="false" style="left:635px; top:287px; width:80px; height:18px; "/>
  241. <caption id="caption37" style="left:120px; top:327px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  242. <caption id="caption38" style="left:585px; top:347px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  243. <input id="input38" ref="/root/lf/REG_DTIME" editable="false" style="left:635px; top:347px; width:80px; height:18px; "/>
  244. <caption id="caption39" style="left:120px; top:347px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
  245. <caption id="caption40" style="left:585px; top:367px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  246. <input id="input39" ref="/root/lf/TREAT_CD_DESC" editable="false" style="left:635px; top:327px; width:80px; height:18px; "/>
  247. <input id="input40" ref="/root/bof/bofNO1/CHARGE_NO" editable="false" style="left:170px; top:267px; width:80px; height:18px; "/>
  248. <caption id="caption41" style="left:120px; top:367px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  249. <caption id="caption42" style="left:585px; top:267px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
  250. <input id="input41" ref="/root/lf/TREAT_TEMP" editable="false" style="left:635px; top:307px; width:80px; height:18px; "/>
  251. <caption id="caption43" style="left:353px; top:267px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
  252. <input id="input42" ref="/root/bof/bofNO1/TREAT_WGT" editable="false" style="left:170px; top:287px; width:80px; height:18px; "/>
  253. <input id="input43" ref="/root/lf/STL_GRD" editable="false" style="left:635px; top:367px; width:80px; height:18px; "/>
  254. <caption id="caption44" style="left:585px; top:287px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  255. <caption id="caption45" style="left:353px; top:287px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  256. <input id="input44" ref="/root/bof/bofNO1/REG_DTIME" editable="false" style="left:170px; top:347px; width:80px; height:18px; "/>
  257. <input id="input45" ref="/root/ccm/ccmNO1/CAST_NO" visibility="hidden" editable="false" style="left:874px; top:286px; width:80px; height:18px; "/>
  258. <caption id="caption46" style="left:585px; top:307px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
  259. <caption id="caption47" style="left:353px; top:307px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
  260. <input id="input46" ref="/root/bof/bofNO1/TREAT_CD_DESC" editable="false" style="left:170px; top:327px; width:80px; height:18px; "/>
  261. <caption id="caption48" style="left:824px; top:347px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
  262. <input id="input47" ref="/root/bof/bofNO1/TREAT_TEMP" editable="false" style="left:170px; top:307px; width:80px; height:18px; "/>
  263. <input id="input48" ref="/root/cas/casNO1/STL_GRD" editable="false" style="left:403px; top:367px; width:80px; height:18px; "/>
  264. <caption id="caption49" style="left:115px; top:27px; width:50px; height:18px; font-weight:bold; text-align:center; ">2# 转炉</caption>
  265. <caption id="caption50" style="left:350px; top:27px; width:50px; height:18px; font-weight:bold; text-align:center; ">2# CAS</caption>
  266. <caption id="caption53" style="left:115px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">1# 转炉</caption>
  267. <caption id="caption55" style="left:585px; top:27px; width:45px; height:18px; font-weight:bold; text-align:center; ">RH</caption>
  268. <caption id="caption56" style="left:355px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">1# CAS</caption>
  269. <caption id="caption57" style="left:585px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">LF</caption>
  270. <input id="input49" ref="/root/cas/casNO2/LD_NO" editable="false" style="left:295px; top:172px; width:50px; height:18px; "/>
  271. <input id="input50" ref="/root/rh/LD_NO" style="left:529px; top:172px; width:50px; height:18px; "/>
  272. <input id="input51" ref="/root/ccm/ccmNO2/LD_NO" style="left:747px; top:45px; width:70px; height:18px; "/>
  273. <input id="input52" ref="/root/ccm/ccmNO2_other/SLAB_CUT_CHARGE_NO" editable="false" style="left:785px; top:205px; width:70px; height:18px; "/>
  274. <input id="input53" ref="/root/ccm/ccmNO2_other/PLAN_SLAB_CNT" editable="false" style="left:860px; top:205px; width:45px; height:18px; "/>
  275. <input id="input54" ref="/root/ccm/ccmNO2_other/ACT_SLAB_CNT" editable="false" style="left:909px; top:205px; width:45px; height:18px; "/>
  276. <caption id="caption59" style="left:730px; top:205px; width:50px; height:18px; ">切割炉次</caption>
  277. <input id="input55" ref="/root/ccm/ccmNO1_other/SLAB_CUT_CHARGE_NO" editable="false" style="left:785px; top:415px; width:70px; height:18px; "/>
  278. <input id="input56" ref="/root/ccm/ccmNO1_other/PLAN_SLAB_CNT" editable="false" style="left:860px; top:415px; width:45px; height:18px; "/>
  279. <input id="input57" ref="/root/ccm/ccmNO1_other/ACT_SLAB_CNT" editable="false" style="left:909px; top:415px; width:45px; height:18px; "/>
  280. <caption id="caption60" style="left:730px; top:412px; width:50px; height:18px; ">切割炉次</caption>
  281. <input id="input58" ref="/root/cas/casNO1/LD_NO" style="left:295px; top:387px; width:50px; height:18px; "/>
  282. <input id="input59" ref="/root/lf/LD_NO" style="left:529px; top:387px; width:50px; height:18px; "/>
  283. <select id="checkbox1" ref="/root/AUTO" overflow="visible" appearance="full" style="left:890px; top:10px; width:70px; height:20px; border-style:none; ">
  284. <choices>
  285. <item>
  286. <label>自动刷新</label>
  287. <value>true</value>
  288. </item>
  289. </choices>
  290. <script type="javascript" ev:event="onclick">
  291. <![CDATA[
  292. if(checkbox1.value=="true")
  293. {
  294. clockTimer = window.setInterval("select()", 10000);
  295. }
  296. if(checkbox1.value=="")
  297. {
  298. window.clearInterval(clockTimer);
  299. }
  300. ]]>
  301. </script>
  302. </select>
  303. <input id="input60" ref="/root/ccm/ccmNO1/LD_NO" style="left:747px; top:260px; width:70px; height:18px; "/>
  304. <input id="input62" ref="/root/kr/KR1/TREAT_DTIME" editable="false" style="left:170px; top:546px; width:150px; height:18px; "/>
  305. <caption id="caption68" style="left:120px; top:466px; width:50px; height:18px; vertical-align:middle; ">处 理 号</caption>
  306. <caption id="caption70" style="left:120px; top:486px; width:50px; height:18px; vertical-align:middle; ">铁水包号</caption>
  307. <input id="input63" ref="/root/kr/KR1/TREAT_TEMP" editable="false" style="left:170px; top:526px; width:150px; height:18px; "/>
  308. <caption id="caption71" style="left:115px; top:440px; width:55px; height:18px; font-weight:bold; text-align:center; ">预处理K1</caption>
  309. <caption id="caption72" style="left:120px; top:506px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  310. <input id="input65" ref="/root/kr/KR1/LD_NO" editable="false" style="left:170px; top:486px; width:150px; height:18px; "/>
  311. <caption id="caption73" style="left:120px; top:526px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
  312. <input id="input66" ref="/root/kr/KR1/KR_TREAT_NO" editable="false" style="left:170px; top:466px; width:150px; height:18px; "/>
  313. <input id="input67" ref="/root/kr/KR1/TREAT_WGT" editable="false" style="left:170px; top:506px; width:150px; height:18px; "/>
  314. <caption id="caption74" style="left:120px; top:546px; width:50px; height:18px; vertical-align:middle; ">完成时刻</caption>
  315. <caption id="caption52" style="left:816px; top:27px; width:50px; height:18px; font-weight:bold; text-align:center; ">2# CCM</caption>
  316. <caption id="caption58" style="left:816px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">1# CCM</caption>
  317. <caption id="caption51" style="left:476px; top:487px; width:50px; height:18px; vertical-align:middle; ">铁水包号</caption>
  318. <caption id="caption54" style="left:471px; top:440px; width:55px; height:18px; font-weight:bold; text-align:center; ">预处理K2</caption>
  319. <caption id="caption61" style="left:476px; top:507px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
  320. <input id="input61" ref="/root/kr/KR2/TREAT_DTIME" editable="false" style="left:526px; top:547px; width:150px; height:18px; "/>
  321. <caption id="caption62" style="left:476px; top:527px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
  322. <input id="input64" ref="/root/kr/KR2/TREAT_TEMP" editable="false" style="left:526px; top:527px; width:150px; height:18px; "/>
  323. <caption id="caption63" style="left:476px; top:547px; width:50px; height:18px; vertical-align:middle; ">完成时刻</caption>
  324. <input id="input68" ref="/root/kr/KR2/LD_NO" editable="false" style="left:526px; top:487px; width:150px; height:18px; "/>
  325. <input id="input69" ref="/root/kr/KR2/KR_TREAT_NO" editable="false" style="left:526px; top:467px; width:150px; height:18px; "/>
  326. <input id="input70" ref="/root/kr/KR2/TREAT_WGT" editable="false" style="left:526px; top:507px; width:150px; height:18px; "/>
  327. <img id="img1" src="../../images/lf_2.gif" style="left:356px; top:468px; width:90px; height:63px; background-stretch:stretch; "/>
  328. <caption id="caption64" style="left:476px; top:467px; width:50px; height:18px; vertical-align:middle; ">处 理 号</caption>
  329. <img id="KR2_QM" visibility="hidden" src="../../images/lf_1.gif" style="left:356px; top:471px; width:95px; height:105px; background-stretch:stretch; "/>
  330. <input id="input71" ref="/root/kr/KR1/EVENT_CD" editable="false" style="left:170px; top:567px; width:150px; height:18px; "/>
  331. <caption id="caption65" style="left:120px; top:567px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  332. <input id="input72" ref="/root/kr/KR2/EVENT_CD" editable="false" style="left:526px; top:567px; width:150px; height:18px; "/>
  333. <caption id="caption66" style="left:476px; top:567px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
  334. <caption id="caption67" style="left:353px; top:387px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
  335. <input id="input73" ref="/root/cas/casNO1/NXT_RPOC_CD" editable="false" style="left:403px; top:387px; width:80px; height:18px; "/>
  336. <caption id="caption69" style="left:120px; top:387px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
  337. <input id="input74" ref="/root/bof/bofNO1/NXT_RPOC_CD" editable="false" style="left:170px; top:387px; width:80px; height:18px; "/>
  338. <caption id="caption75" style="left:585px; top:387px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
  339. <input id="input75" ref="/root/lf/NXT_RPOC_CD" editable="false" style="left:635px; top:387px; width:80px; height:18px; "/>
  340. <caption id="caption76" style="left:585px; top:172px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
  341. <input id="input76" ref="/root/rh/NXT_RPOC_CD" editable="false" style="left:635px; top:172px; width:80px; height:18px; "/>
  342. <caption id="caption77" style="left:353px; top:172px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
  343. <input id="input77" ref="/root/cas/casNO2/NXT_RPOC_CD" editable="false" style="left:403px; top:172px; width:80px; height:18px; "/>
  344. <input id="input78" ref="/root/bof/bofNO2/NXT_RPOC_CD" editable="false" style="left:170px; top:172px; width:80px; height:18px; "/>
  345. <caption id="caption78" style="left:120px; top:172px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
  346. <button id="button1" style="left:815px; top:9px; width:75px; height:20px; background-image:D:\workspace\xgmes3\WebContents\images\btn_exit.gif; ">
  347. <caption>刷新</caption>
  348. <script type="javascript" ev:event="DOMActivate">
  349. <![CDATA[
  350. select();
  351. ]]>
  352. </script>
  353. </button>
  354. <caption id="caption79" style="left:254px; top:172px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
  355. <caption id="caption80" style="left:485px; top:172px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
  356. <caption id="caption81" style="left:485px; top:387px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
  357. <caption id="caption82" style="left:254px; top:387px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
  358. </xhtml:body>
  359. </xhtml:html>