| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../css/body.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>
- <![CDATA[炼钢作业 >> 炼钢作业进程 >> 炼钢工序进程管理(UIG020100)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <AUTO/>
- <bof>
- <bofNO2>
- </bofNO2>
- <bofNO1>
- </bofNO1>
- </bof>
- <cas>
- <casNO2>
- </casNO2>
- <casNO1>
- </casNO1>
- </cas>
- <rh>
- </rh>
- <lf>
- </lf>
- <ccm>
- <ccmNO2>
- </ccmNO2>
- <ccmNO2_other>
- </ccmNO2_other>
- <ccmNO1>
- </ccmNO1>
- <ccmNO1_other>
- </ccmNO1_other>
- </ccm>
- <kr>
- <KR1>
- </KR1>
- <KR2/>
- </kr>
- <reqData>
- <bof>
- <BOF_NO2>B2</BOF_NO2>
- <BOF_NO1>B1</BOF_NO1>
- </bof>
- <cas>
- <CAS_NO2>C2</CAS_NO2>
- <CAS_NO1>C1</CAS_NO1>
- </cas>
- <LF_NO>L1</LF_NO>
- <RH_NO>R1</RH_NO>
- <ccm>
- <CCM_NO2>J2</CCM_NO2>
- <CCM_NO1>J1</CCM_NO1>
- <CUT_NO1>S1</CUT_NO1>
- <CUT_NO2>S2</CUT_NO2>
- </ccm>
- <kr>
- <KR_NO1>K1</KR_NO1>
- <KR_NO2>K2</KR_NO2>
- </kr>
- </reqData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- select();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript">
- <![CDATA[
- function select()
- {
- commSubmit("UIG020100-service", "find", "glueAction.do");
- model.copyNode("/root/bof/bofNO2","/root/resData/bofNO2Result_VO/bofNO2Result_Row");
- model.copyNode("/root/bof/bofNO1","/root/resData/bofNO1Result_VO/bofNO1Result_Row");
- model.copyNode("/root/cas/casNO2","/root/resData/casNO2Result_VO/casNO2Result_Row");
- model.copyNode("/root/cas/casNO1","/root/resData/casNO1Result_VO/casNO1Result_Row");
- model.copyNode("/root/rh","/root/resData/rhResult_VO/rhResult_Row");
- model.copyNode("/root/lf","/root/resData/lfResult_VO/lfResult_Row");
- model.copyNode("/root/ccm/ccmNO2","/root/resData/ccmNO2Result_VO/ccmNO2Result_Row");
- model.copyNode("/root/ccm/ccmNO1","/root/resData/ccmNO1Result_VO/ccmNO1Result_Row");
- model.copyNode("/root/ccm/ccmNO2_other","/root/resData/ccmNO2Others_VO/ccmNO2Others_Row");
- model.copyNode("/root/ccm/ccmNO1_other","/root/resData/ccmNO1Others_VO/ccmNO1Others_Row");
- model.copyNode("/root/kr/KR1","/root/resData/krNO1Result_VO/krNO1Result_Row");
- model.copyNode("/root/kr/KR2","/root/resData/krNO2Result_VO/krNO2Result_Row");
-
- BOF2_QM.visible = false;
- BOF1_QM.visible = false;
- CAS2_QM.visible = false;
- CAS1_QM.visible = false;
- RH_QM.visible = false;
- LF_QM.visible = false;
- CCM2_QM.visible = false;
- CCM1_QM.visible = false;
- KR1_QM.visible = false;
- KR2_QM.visible = false;
- //BOF的无值
- if(input1.value != ""){
- BOF2_QM.visible = true;
- }
- if(input40.value != ""){
- BOF1_QM.visible = true;
- }
- //CAS的C1无值
- if(input8.value!=""){
- CAS2_QM.visible = true;
- }
- //CAS的C2无值
- if(input26.value != ""){
- CAS1_QM.visible = true;
- }
-
- //LF无数据上来时选择的图片
- if(input13.value !=""){
- RH_QM.visible = true;
- }
-
- //LF无数据上来时选择的图片
- if(input36.value!=""){
- LF_QM.visible = true;
- }
- if(input20.value != ""){
- CCM2_QM.visible = true;
- }
-
-
- if(input28.value != ""){
- CCM1_QM.visible = true;
- }
-
- if(input66.value != ""){
- KR1_QM.visible = true;
- }
-
- if(input69.value != ""){
- KR2_QM.visible = true;
- }
- model.copyNode("/root/rh" ,"/root/resData/rhResult_VO/rhResult_Row");
- model.copyNode("/root/lf" ,"/root/resData/lfResult_VO/lfResult_Row");
- model.refresh();
- }
-
- function find()
- {
- select();
- checkbox1.value="";
- }
-
- var clockTimer;//设置刷新时间返回的值
- ]]>
- </script>
- </xhtml:head>
- <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:宋体; ">
- <img id="CAS2_HM" src="../../images/cas_1.gif" style="left:254px; top:35px; width:100px; height:80px; background-stretch:stretch; "/>
- <img id="CAS1_HM" src="../../images/cas_1.gif" style="left:254px; top:250px; width:100px; height:80px; background-stretch:stretch; "/>
- <img id="RH_HM" src="../../images/rh_2.gif" style="left:485px; top:44px; width:100px; height:125px; background-stretch:stretch; "/>
- <img id="LF_HM" src="../../images/lf_2.gif" style="left:485px; top:260px; width:80px; height:68px; background-stretch:stretch; "/>
- <img id="KR_HM" src="../../images/lf_2.gif" style="left:0px; top:468px; width:90px; height:63px; background-stretch:stretch; "/>
- <img id="CCM1_HM" src="../../images/ccm2.gif" style="left:716px; top:260px; width:125px; height:152px; background-stretch:stretch; "/>
- <img id="CCM2_HM" src="../../images/ccm2.gif" style="left:716px; top:45px; width:125px; height:162px; background-stretch:stretch; "/>
- <img id="BOF2_HM" src="../../images/bof2.gif" style="left:0px; top:45px; width:110px; height:145px; background-stretch:stretch; "/>
- <img id="BOF1_HM" src="../../images/bof2.gif" style="left:0px; top:260px; width:110px; height:145px; background-stretch:stretch; "/>
- <img id="CAS1_QM" visibility="hidden" src="../../images/cas.gif" style="left:254px; top:260px; width:100px; height:125px; background-stretch:stretch; "/>
- <img id="BOF2_QM" visibility="hidden" src="../../images/bof.gif" style="left:0px; top:45px; width:110px; height:145px; background-stretch:stretch; "/>
- <img id="CAS2_QM" visibility="hidden" src="../../images/cas.gif" style="left:254px; top:44px; width:100px; height:125px; background-stretch:stretch; "/>
- <img id="RH_QM" visibility="hidden" src="../../images/rh_1.gif" style="left:485px; top:40px; width:100px; height:135px; background-stretch:stretch; "/>
- <img id="CCM2_QM" visibility="hidden" src="../../images/ccm_1.gif" style="left:716px; top:50px; width:125px; height:157px; background-stretch:stretch; "/>
- <img id="BOF1_QM" visibility="hidden" src="../../images/bof.gif" style="left:0px; top:260px; width:110px; height:145px; background-stretch:stretch; "/>
- <img id="CCM1_QM" visibility="hidden" src="../../images/ccm_1.gif" style="left:716px; top:264px; width:125px; height:152px; background-stretch:stretch; "/>
- <img id="LF_QM" visibility="hidden" src="../../images/lf_1.gif" style="left:485px; top:260px; width:100px; height:125px; background-stretch:stretch; "/>
- <img id="KR1_QM" visibility="hidden" src="../../images/lf_1.gif" style="left:0px; top:471px; width:95px; height:105px; background-stretch:stretch; "/>
- <caption id="caption1" style="left:120px; top:52px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
- <caption id="caption2" style="left:120px; top:72px; width:50px; height:18px; vertical-align:middle; ">铁 水 量</caption>
- <caption id="caption3" style="left:120px; top:92px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
- <caption id="caption4" style="left:120px; top:112px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <caption id="caption5" style="left:120px; top:132px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <caption id="caption6" style="left:120px; top:152px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <input id="input1" ref="/root/bof/bofNO2/CHARGE_NO" editable="false" style="left:170px; top:52px; width:80px; height:18px; "/>
- <input id="input2" ref="/root/bof/bofNO2/TREAT_WGT" editable="false" style="left:170px; top:72px; width:80px; height:18px; "/>
- <input id="input4" ref="/root/bof/bofNO2/TREAT_CD_DESC" editable="false" style="left:170px; top:112px; width:80px; height:18px; "/>
- <input id="input5" ref="/root/bof/bofNO2/TREAT_TEMP" editable="false" style="left:170px; top:92px; width:80px; height:18px; "/>
- <input id="input3" ref="/root/bof/bofNO2/REG_DTIME" editable="false" style="left:170px; top:132px; width:80px; height:18px; "/>
- <input id="input7" ref="/root/bof/bofNO2/STL_GRD" editable="false" style="left:170px; top:152px; width:80px; height:18px; "/>
- <input id="input6" ref="/root/cas/casNO2/STL_GRD" editable="false" style="left:403px; top:152px; width:80px; height:18px; "/>
- <caption id="caption7" style="left:353px; top:52px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
- <caption id="caption8" style="left:353px; top:72px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <caption id="caption9" style="left:353px; top:92px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
- <caption id="caption10" style="left:353px; top:112px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <caption id="caption11" style="left:353px; top:132px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <input id="input8" ref="/root/cas/casNO2/CHARGE_NO" editable="false" style="left:403px; top:52px; width:80px; height:18px; "/>
- <caption id="caption12" style="left:353px; top:152px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <input id="input9" ref="/root/cas/casNO2/CAS_ARRV_WGT" editable="false" style="left:403px; top:72px; width:80px; height:18px; "/>
- <input id="input10" ref="/root/cas/casNO2/REG_DTIME" editable="false" style="left:403px; top:132px; width:80px; height:18px; "/>
- <input id="input11" ref="/root/cas/casNO2/TREAT_CD_DESC" editable="false" style="left:403px; top:112px; width:80px; height:18px; "/>
- <input id="input12" ref="/root/cas/casNO2/TREAT_TEMP" editable="false" style="left:403px; top:92px; width:80px; height:18px; "/>
- <input id="input13" ref="/root/rh/CHARGE_NO" editable="false" style="left:635px; top:52px; width:80px; height:18px; "/>
- <input id="input14" ref="/root/rh/RH_ARRV_WGT" editable="false" style="left:635px; top:72px; width:80px; height:18px; "/>
- <input id="input15" ref="/root/rh/REG_DTIME" editable="false" style="left:635px; top:132px; width:80px; height:18px; "/>
- <input id="input16" ref="/root/rh/TREAT_CD_DESC" editable="false" style="left:635px; top:112px; width:80px; height:18px; "/>
- <caption id="caption13" style="left:585px; top:112px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <input id="input17" ref="/root/rh/TREAT_TEMP" editable="false" style="left:635px; top:92px; width:80px; height:18px; "/>
- <caption id="caption14" style="left:585px; top:132px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <caption id="caption15" style="left:585px; top:152px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <caption id="caption16" style="left:585px; top:52px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
- <caption id="caption17" style="left:585px; top:72px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <caption id="caption18" style="left:585px; top:92px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
- <input id="input18" ref="/root/rh/STL_GRD" editable="false" style="left:635px; top:152px; width:80px; height:18px; "/>
- <input id="input19" ref="/root/ccm/ccmNO2/CAST_NO" visibility="hidden" editable="false" style="left:874px; top:72px; width:80px; height:18px; "/>
- <caption id="caption19" style="left:824px; top:132px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <input id="input20" ref="/root/ccm/ccmNO2/CHARGE_NO" editable="false" style="left:874px; top:92px; width:80px; height:18px; "/>
- <caption id="caption20" style="left:824px; top:152px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <input id="input21" ref="/root/ccm/ccmNO2/TREAT_CD_DESC" editable="false" style="left:874px; top:152px; width:80px; height:18px; "/>
- <caption id="caption21" style="left:824px; top:172px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <input id="input22" ref="/root/ccm/ccmNO2/STL_GRD" editable="false" style="left:874px; top:132px; width:80px; height:18px; "/>
- <caption id="caption22" visibility="hidden" style="left:824px; top:72px; width:50px; height:18px; vertical-align:middle; ">浇 次 号</caption>
- <input id="input23" ref="/root/ccm/ccmNO2/CCM_ARRV_WGT" editable="false" style="left:874px; top:112px; width:80px; height:18px; "/>
- <input id="input24" ref="/root/ccm/ccmNO2/REG_DTIME" editable="false" style="left:874px; top:172px; width:80px; height:18px; "/>
- <caption id="caption23" style="left:824px; top:92px; width:50px; height:18px; vertical-align:middle; ">到达炉次</caption>
- <caption id="caption24" style="left:824px; top:112px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <input id="input25" ref="/root/bof/bofNO1/STL_GRD" editable="false" style="left:170px; top:367px; width:80px; height:18px; "/>
- <input id="input26" ref="/root/cas/casNO1/CHARGE_NO" editable="false" style="left:403px; top:267px; width:80px; height:18px; "/>
- <input id="input27" ref="/root/cas/casNO1/CAS_ARRV_WGT" editable="false" style="left:403px; top:287px; width:80px; height:18px; "/>
- <input id="input28" ref="/root/ccm/ccmNO1/CHARGE_NO" editable="false" style="left:874px; top:307px; width:80px; height:18px; "/>
- <input id="input29" ref="/root/ccm/ccmNO1/TREAT_CD_DESC" editable="false" style="left:874px; top:367px; width:80px; height:18px; "/>
- <caption id="caption25" style="left:824px; top:367px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <input id="input30" ref="/root/cas/casNO1/REG_DTIME" editable="false" style="left:403px; top:347px; width:80px; height:18px; "/>
- <input id="input31" ref="/root/ccm/ccmNO1/STL_GRD" editable="false" style="left:874px; top:347px; width:80px; height:18px; "/>
- <caption id="caption26" style="left:824px; top:387px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <input id="input32" ref="/root/cas/casNO1/TREAT_CD_DESC" editable="false" style="left:403px; top:327px; width:80px; height:18px; "/>
- <caption id="caption27" style="left:353px; top:327px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <caption id="caption28" style="left:120px; top:267px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
- <input id="input33" ref="/root/ccm/ccmNO1/CCM_ARRV_WGT" editable="false" style="left:874px; top:327px; width:80px; height:18px; "/>
- <caption id="caption29" visibility="hidden" style="left:824px; top:287px; width:50px; height:18px; vertical-align:middle; ">浇 次 号</caption>
- <input id="input34" ref="/root/cas/casNO1/TREAT_TEMP" editable="false" style="left:403px; top:307px; width:80px; height:18px; "/>
- <caption id="caption30" style="left:353px; top:347px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <caption id="caption31" style="left:120px; top:287px; width:50px; height:18px; vertical-align:middle; ">铁 水 量</caption>
- <caption id="caption32" style="left:824px; top:307px; width:50px; height:18px; vertical-align:middle; ">到达炉次</caption>
- <input id="input35" ref="/root/ccm/ccmNO1/REG_DTIME" editable="false" style="left:874px; top:387px; width:80px; height:18px; "/>
- <input id="input36" ref="/root/lf/CHARGE_NO" editable="false" style="left:635px; top:267px; width:80px; height:18px; "/>
- <caption id="caption33" style="left:353px; top:367px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <caption id="caption34" style="left:120px; top:307px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
- <caption id="caption35" style="left:824px; top:327px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <caption id="caption36" style="left:585px; top:327px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <input id="input37" ref="/root/lf/LF_ARRV_WGT" editable="false" style="left:635px; top:287px; width:80px; height:18px; "/>
- <caption id="caption37" style="left:120px; top:327px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <caption id="caption38" style="left:585px; top:347px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <input id="input38" ref="/root/lf/REG_DTIME" editable="false" style="left:635px; top:347px; width:80px; height:18px; "/>
- <caption id="caption39" style="left:120px; top:347px; width:50px; height:18px; vertical-align:middle; ">处理时刻</caption>
- <caption id="caption40" style="left:585px; top:367px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <input id="input39" ref="/root/lf/TREAT_CD_DESC" editable="false" style="left:635px; top:327px; width:80px; height:18px; "/>
- <input id="input40" ref="/root/bof/bofNO1/CHARGE_NO" editable="false" style="left:170px; top:267px; width:80px; height:18px; "/>
- <caption id="caption41" style="left:120px; top:367px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <caption id="caption42" style="left:585px; top:267px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
- <input id="input41" ref="/root/lf/TREAT_TEMP" editable="false" style="left:635px; top:307px; width:80px; height:18px; "/>
- <caption id="caption43" style="left:353px; top:267px; width:50px; height:18px; vertical-align:middle; ">炉 次 号</caption>
- <input id="input42" ref="/root/bof/bofNO1/TREAT_WGT" editable="false" style="left:170px; top:287px; width:80px; height:18px; "/>
- <input id="input43" ref="/root/lf/STL_GRD" editable="false" style="left:635px; top:367px; width:80px; height:18px; "/>
- <caption id="caption44" style="left:585px; top:287px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <caption id="caption45" style="left:353px; top:287px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <input id="input44" ref="/root/bof/bofNO1/REG_DTIME" editable="false" style="left:170px; top:347px; width:80px; height:18px; "/>
- <input id="input45" ref="/root/ccm/ccmNO1/CAST_NO" visibility="hidden" editable="false" style="left:874px; top:286px; width:80px; height:18px; "/>
- <caption id="caption46" style="left:585px; top:307px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
- <caption id="caption47" style="left:353px; top:307px; width:50px; height:18px; vertical-align:middle; ">钢水温度</caption>
- <input id="input46" ref="/root/bof/bofNO1/TREAT_CD_DESC" editable="false" style="left:170px; top:327px; width:80px; height:18px; "/>
- <caption id="caption48" style="left:824px; top:347px; width:50px; height:18px; vertical-align:middle; ">钢 号</caption>
- <input id="input47" ref="/root/bof/bofNO1/TREAT_TEMP" editable="false" style="left:170px; top:307px; width:80px; height:18px; "/>
- <input id="input48" ref="/root/cas/casNO1/STL_GRD" editable="false" style="left:403px; top:367px; width:80px; height:18px; "/>
- <caption id="caption49" style="left:115px; top:27px; width:50px; height:18px; font-weight:bold; text-align:center; ">2# 转炉</caption>
- <caption id="caption50" style="left:350px; top:27px; width:50px; height:18px; font-weight:bold; text-align:center; ">2# CAS</caption>
- <caption id="caption53" style="left:115px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">1# 转炉</caption>
- <caption id="caption55" style="left:585px; top:27px; width:45px; height:18px; font-weight:bold; text-align:center; ">RH</caption>
- <caption id="caption56" style="left:355px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">1# CAS</caption>
- <caption id="caption57" style="left:585px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">LF</caption>
- <input id="input49" ref="/root/cas/casNO2/LD_NO" editable="false" style="left:295px; top:172px; width:50px; height:18px; "/>
- <input id="input50" ref="/root/rh/LD_NO" style="left:529px; top:172px; width:50px; height:18px; "/>
- <input id="input51" ref="/root/ccm/ccmNO2/LD_NO" style="left:747px; top:45px; width:70px; height:18px; "/>
- <input id="input52" ref="/root/ccm/ccmNO2_other/SLAB_CUT_CHARGE_NO" editable="false" style="left:785px; top:205px; width:70px; height:18px; "/>
- <input id="input53" ref="/root/ccm/ccmNO2_other/PLAN_SLAB_CNT" editable="false" style="left:860px; top:205px; width:45px; height:18px; "/>
- <input id="input54" ref="/root/ccm/ccmNO2_other/ACT_SLAB_CNT" editable="false" style="left:909px; top:205px; width:45px; height:18px; "/>
- <caption id="caption59" style="left:730px; top:205px; width:50px; height:18px; ">切割炉次</caption>
- <input id="input55" ref="/root/ccm/ccmNO1_other/SLAB_CUT_CHARGE_NO" editable="false" style="left:785px; top:415px; width:70px; height:18px; "/>
- <input id="input56" ref="/root/ccm/ccmNO1_other/PLAN_SLAB_CNT" editable="false" style="left:860px; top:415px; width:45px; height:18px; "/>
- <input id="input57" ref="/root/ccm/ccmNO1_other/ACT_SLAB_CNT" editable="false" style="left:909px; top:415px; width:45px; height:18px; "/>
- <caption id="caption60" style="left:730px; top:412px; width:50px; height:18px; ">切割炉次</caption>
- <input id="input58" ref="/root/cas/casNO1/LD_NO" style="left:295px; top:387px; width:50px; height:18px; "/>
- <input id="input59" ref="/root/lf/LD_NO" style="left:529px; top:387px; width:50px; height:18px; "/>
- <select id="checkbox1" ref="/root/AUTO" overflow="visible" appearance="full" style="left:890px; top:10px; width:70px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>自动刷新</label>
- <value>true</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(checkbox1.value=="true")
- {
- clockTimer = window.setInterval("select()", 10000);
- }
- if(checkbox1.value=="")
- {
- window.clearInterval(clockTimer);
- }
- ]]>
- </script>
- </select>
- <input id="input60" ref="/root/ccm/ccmNO1/LD_NO" style="left:747px; top:260px; width:70px; height:18px; "/>
- <input id="input62" ref="/root/kr/KR1/TREAT_DTIME" editable="false" style="left:170px; top:546px; width:150px; height:18px; "/>
- <caption id="caption68" style="left:120px; top:466px; width:50px; height:18px; vertical-align:middle; ">处 理 号</caption>
- <caption id="caption70" style="left:120px; top:486px; width:50px; height:18px; vertical-align:middle; ">铁水包号</caption>
- <input id="input63" ref="/root/kr/KR1/TREAT_TEMP" editable="false" style="left:170px; top:526px; width:150px; height:18px; "/>
- <caption id="caption71" style="left:115px; top:440px; width:55px; height:18px; font-weight:bold; text-align:center; ">预处理K1</caption>
- <caption id="caption72" style="left:120px; top:506px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <input id="input65" ref="/root/kr/KR1/LD_NO" editable="false" style="left:170px; top:486px; width:150px; height:18px; "/>
- <caption id="caption73" style="left:120px; top:526px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
- <input id="input66" ref="/root/kr/KR1/KR_TREAT_NO" editable="false" style="left:170px; top:466px; width:150px; height:18px; "/>
- <input id="input67" ref="/root/kr/KR1/TREAT_WGT" editable="false" style="left:170px; top:506px; width:150px; height:18px; "/>
- <caption id="caption74" style="left:120px; top:546px; width:50px; height:18px; vertical-align:middle; ">完成时刻</caption>
- <caption id="caption52" style="left:816px; top:27px; width:50px; height:18px; font-weight:bold; text-align:center; ">2# CCM</caption>
- <caption id="caption58" style="left:816px; top:242px; width:50px; height:18px; font-weight:bold; text-align:center; ">1# CCM</caption>
- <caption id="caption51" style="left:476px; top:487px; width:50px; height:18px; vertical-align:middle; ">铁水包号</caption>
- <caption id="caption54" style="left:471px; top:440px; width:55px; height:18px; font-weight:bold; text-align:center; ">预处理K2</caption>
- <caption id="caption61" style="left:476px; top:507px; width:50px; height:18px; vertical-align:middle; ">到达重量</caption>
- <input id="input61" ref="/root/kr/KR2/TREAT_DTIME" editable="false" style="left:526px; top:547px; width:150px; height:18px; "/>
- <caption id="caption62" style="left:476px; top:527px; width:50px; height:18px; vertical-align:middle; ">铁水温度</caption>
- <input id="input64" ref="/root/kr/KR2/TREAT_TEMP" editable="false" style="left:526px; top:527px; width:150px; height:18px; "/>
- <caption id="caption63" style="left:476px; top:547px; width:50px; height:18px; vertical-align:middle; ">完成时刻</caption>
- <input id="input68" ref="/root/kr/KR2/LD_NO" editable="false" style="left:526px; top:487px; width:150px; height:18px; "/>
- <input id="input69" ref="/root/kr/KR2/KR_TREAT_NO" editable="false" style="left:526px; top:467px; width:150px; height:18px; "/>
- <input id="input70" ref="/root/kr/KR2/TREAT_WGT" editable="false" style="left:526px; top:507px; width:150px; height:18px; "/>
- <img id="img1" src="../../images/lf_2.gif" style="left:356px; top:468px; width:90px; height:63px; background-stretch:stretch; "/>
- <caption id="caption64" style="left:476px; top:467px; width:50px; height:18px; vertical-align:middle; ">处 理 号</caption>
- <img id="KR2_QM" visibility="hidden" src="../../images/lf_1.gif" style="left:356px; top:471px; width:95px; height:105px; background-stretch:stretch; "/>
- <input id="input71" ref="/root/kr/KR1/EVENT_CD" editable="false" style="left:170px; top:567px; width:150px; height:18px; "/>
- <caption id="caption65" style="left:120px; top:567px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <input id="input72" ref="/root/kr/KR2/EVENT_CD" editable="false" style="left:526px; top:567px; width:150px; height:18px; "/>
- <caption id="caption66" style="left:476px; top:567px; width:50px; height:18px; vertical-align:middle; ">现 处 理</caption>
- <caption id="caption67" style="left:353px; top:387px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
- <input id="input73" ref="/root/cas/casNO1/NXT_RPOC_CD" editable="false" style="left:403px; top:387px; width:80px; height:18px; "/>
- <caption id="caption69" style="left:120px; top:387px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
- <input id="input74" ref="/root/bof/bofNO1/NXT_RPOC_CD" editable="false" style="left:170px; top:387px; width:80px; height:18px; "/>
- <caption id="caption75" style="left:585px; top:387px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
- <input id="input75" ref="/root/lf/NXT_RPOC_CD" editable="false" style="left:635px; top:387px; width:80px; height:18px; "/>
- <caption id="caption76" style="left:585px; top:172px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
- <input id="input76" ref="/root/rh/NXT_RPOC_CD" editable="false" style="left:635px; top:172px; width:80px; height:18px; "/>
- <caption id="caption77" style="left:353px; top:172px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
- <input id="input77" ref="/root/cas/casNO2/NXT_RPOC_CD" editable="false" style="left:403px; top:172px; width:80px; height:18px; "/>
- <input id="input78" ref="/root/bof/bofNO2/NXT_RPOC_CD" editable="false" style="left:170px; top:172px; width:80px; height:18px; "/>
- <caption id="caption78" style="left:120px; top:172px; width:50px; height:18px; vertical-align:middle; ">下道工序</caption>
- <button id="button1" style="left:815px; top:9px; width:75px; height:20px; background-image:D:\workspace\xgmes3\WebContents\images\btn_exit.gif; ">
- <caption>刷新</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- select();
- ]]>
- </script>
- </button>
- <caption id="caption79" style="left:254px; top:172px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
- <caption id="caption80" style="left:485px; top:172px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
- <caption id="caption81" style="left:485px; top:387px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
- <caption id="caption82" style="left:254px; top:387px; width:40px; height:18px; text-align:center; vertical-align:middle; ">钢包号</caption>
- </xhtml:body>
- </xhtml:html>
|