| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/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[(UIG020110)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <searchData>
- <CHARGE_NO/>
- </searchData>
- <formData>
- <CHARGE_NO/>
- <L2DEMO/>
- </formData>
- <initData>
- <INIT_CHARGE_NO/>
- </initData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- init();
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- function init(){
- commSendReq("/root/formData");
- commSubmit("UIG020050-service","init","glueAction.do");
- commAppendData("/root/initData/INIT_CHARGE_NO/InitDataResult_VO","/root/resData/InitDataResult_VO");
- model.refresh();
- }
-
- function find(){
- commSendReq("/root/searchData");
- model.makeValue("/root/reqData/SUBPROC","V");
- commSubmit("UIG020110-service","find","glueAction.do");
- }
-
- function rightClick(){
- var checkValue = model.getValue("/root/searchData/CHARGE_NO");
- if(checkValue == null || checkValue == "")return;
- var tstvalue = parseInt(checkValue.substr(4,5),10);
- tstvalue = (tstvalue + 1) + "";
- var strLen = tstvalue.length;
- checkValue = checkValue.substr(0,4);
- for(var i = 0 ; i < (5 - strLen) ; i++){
- checkValue = checkValue + "0";
- }
- checkValue = checkValue + tstvalue + "A";
- model.setValue("/root/searchData/CHARGE_NO",checkValue);
- find();
- }
-
- function leftClick(){
- var checkValue = model.getValue("/root/searchData/CHARGE_NO");
- if(checkValue == null || checkValue == "")return;
- var tstvalue = parseInt(checkValue.substr(4,5),10);
- tstvalue = (tstvalue - 1) + "";
- var strLen = tstvalue.length;
- checkValue = checkValue.substr(0,4);
- for(var i = 0 ; i < (5 - strLen) ; i++){
- checkValue = checkValue + "0";
- }
- checkValue = checkValue + tstvalue + "A";
- model.setValue("/root/searchData/CHARGE_NO",checkValue);
- find();
- }
-
- function save(){
-
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/G02.js"/>
- </xhtml:head>
- <xhtml:body style="font-family:宋体; ">
- <datagrid id="datagrid2" nodeset="/root/datagrid2/LfResult_Row" allowuserresize="false" caption="钢水最终温度^炉渣厚度^VD开始^VD开始^VD开始^VD开始^VD结束^VD结束^VD结束^VD结束^底吹流量^底吹流量^底吹流量^蒸汽^蒸汽^蒸汽^软吹流量^极限真空度^真空处理时间|钢水最终温度^炉渣厚度^温度^测定时刻^氢含量^氢测定时刻^温度^测定时刻^氢含量^氢测定时刻^前期^中期^后期^温度^压力^流量^软吹流量^极限真空度^真空处理时间" colwidth="45, 33, 33, 58, 44, 71, 39, 57, 59, 80, 33, 31, 31, 31, 28, 36, 31, 38, 36" defaultrows="3" mergecellsfixedrows="bycolrec" selectionmode="free" rowsep="|" colsep="^" style="left:0px; top:105px; width:975px; height:65px; border-color:#000000; ">
- <col ref="STEEL_TEMP" type="input" style="background-color:#ffff99; "/>
- <col ref="SLAG_NET_WGT" type="input" style="background-color:#ffff99; "/>
- <col ref="START_TEMP" type="input" style="background-color:#ffff99; "/>
- <col ref="START_TEMP_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="START_HYD_CON" type="input" style="background-color:#ffff99; "/>
- <col ref="START_ HYD_CON_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="END_TEMP" type="input" style="background-color:#ffff99; "/>
- <col ref="END_TEMP_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="END_HYD_CON" type="input" style="background-color:#ffff99; "/>
- <col ref="END_ HYD_CON_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="PRE_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="MID_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="POST_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="STEAM_TEMP" type="input" style="background-color:#ffff99; "/>
- <col ref="STEAM_PRESS" type="input" style="background-color:#ffff99; "/>
- <col ref="STEAM_FLOW" type="input" style="background-color:#ffff99; "/>
- <col ref="SOFT_TIME" type="input" style="background-color:#ffff99; "/>
- <col ref="VACUUM_DEGREE" type="input" style="background-color:#ffff99; "/>
- <col ref="VACUUM_DURATION" type="input" style="background-color:#ffff99; "/>
- </datagrid>
- <datagrid id="datagrid3" nodeset="/root/datagrid3/LfMetalResult_Row" allowuserresize="false" caption="铁合金实绩^铁合金实绩^铁合金实绩|编码^名称^用量" colwidth="63, 200, 133" defaultrows="8" mergecellsfixedrows="bycolrec" selectionmode="free" rowsep="|" colsep="^" style="left:0px; top:175px; width:400px; height:153px; border-color:#000000; ">
- <col ref="MAINRAW_CD"/>
- <col ref="MAINRAW_CD_DESC"/>
- <col ref="MAINRAW_WGT" type="input" style="background-color:#ffff99; "/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- METALFLAG = true;
- ]]>
- </script>
- </datagrid>
- <datagrid id="datagrid4" nodeset="/root/datagrid4/LfNonMetalResult_Row" allowuserresize="false" caption="辅原料实绩^辅原料实绩^辅原料实绩|编码^名称^用量" colwidth="64, 200, 133" defaultrows="8" mergecellsfixedrows="bycolrec" selectionmode="free" rowsep="|" colsep="^" style="left:575px; top:175px; width:400px; height:153px; border-color:#000000; ">
- <col ref="MAINRAW_CD"/>
- <col ref="MAINRAW_CD_DESC"/>
- <col ref="MAINRAW_WGT" type="input" format="#,###" style="background-color:#ffff99; "/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- NONMETALFLAG = true;
- ]]>
- </script>
- </datagrid>
- <button id="button3" style="left:265px; top:8px; width:20px; height:20px; background-image:../../images/cal_next_m.gif; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rightClick();
- ]]>
- </script>
- </button>
- <button id="button4" style="left:240px; top:8px; width:20px; height:20px; background-image:../../images/cal_pre_m.gif; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- leftClick();
- ]]>
- </script>
- </button>
- <datagrid id="datagrid6" nodeset="/root/datagrid6/LchmResult_VO/LchmResult_Row" caption="项目" colwidth="100" fixedcols="1" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:332px; width:975px; height:220px; border-color:#000000; ">
- <col ref="xm"/>
- </datagrid>
- <caption id="caption1" style="left:300px; top:5px; width:86px; height:20px; background-color:#ffcc99; ">中厚板特殊要求</caption>
- <select1 id="combo1" ref="/root/searchData/CHARGE_NO" appearance="minimal" editmode="input" style="left:102px; top:5px; width:130px; height:20px; border-color:#000000; ">
- <choices>
- <itemset nodeset="/root/initData/INIT_CHARGE_NO/InitDataResult_VO/InitDataResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- find();
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="cell" style="left:0px; top:5px; width:100px; height:20px; border-color:#000000; ">炉次号</caption>
- <line id="line1" style="x1:0px; y1:0px; x2:980px; y2:0px; "/>
- <input id="input1" ref="/root/formData/L2DEMO" style="left:390px; top:5px; width:585px; height:20px; background-color:#ffff99; "/>
- <line id="line2" style="x1:0px; y1:30px; x2:980px; y2:30px; "/>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/LfResult_Row" allowuserresize="false" caption="预定炉次号
^钢种^连浇炉^统计日^VD机号^班次^组^作业人^钢包包号^钢包使用次数^VD目标温度^作业时间^作业时间|预定炉次号
^钢种^连浇炉^统计日^VD机号^班次^组^作业人^钢包包号^钢包使用次数^VD目标温度^最小^最大" colwidth="100, 110, 58, 112, 54, 50, 50, 90, 65, 100, 70, 54, 60" defaultrows="3" mergecellsfixedrows="bycolrec" selectionmode="free" rowsep="|" colsep="^" style="left:0px; top:35px; width:975px; height:65px; border-color:#000000; ">
- <col ref="PLAN_CHARGE_NO"/>
- <col ref="STL_GRD"/>
- <col ref="CAST_SEQ"/>
- <col ref="XIN_DATE" type="inputdate" style="background-color:#ffff99; "/>
- <col ref="LF_NO" type="combo" style="background-color:#ffff99; ">
- <choices>
- <item>
- <label>L1</label>
- <value>L1</value>
- </item>
- <item>
- <label>L2</label>
- <value>L2</value>
- </item>
- </choices>
- </col>
- <col ref="WKSHIFT" type="combo" editmode="inputsearch" style="background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/wkResult/WkShiftResult/ShiftResult_VO/ShiftResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col ref="WKGROUP" type="combo" editmode="inputsearch" style="background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/wkResult/WkGroupResult/GroupResult_VO/GroupResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col ref="EMP_ID" type="combo" editmode="inputsearch" style="background-color:#ffff99; ">
- <choices>
- <itemset nodeset="/root/wkResult/WkEmpResult/onclickResult_VO/onclickResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col ref="LD_NO"/>
- <col ref="LF_TREAT_CNT"/>
- <col ref="LF_TGT_TEMP"/>
- <col ref="LF_WK_HOUR_MIN"/>
- <col ref="LF_WK_HOUR_MAX"/>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[人
- if (datagrid1.col == datagrid1.colRef("WKGROUP")) {
- selOnClick();
- }
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|