16e97fd09a5c47395bd31138b21fce210fbfd670.svn-base 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../css/body.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>
  6. <![CDATA[(UIG020110)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <searchData>
  12. <CHARGE_NO/>
  13. </searchData>
  14. <formData>
  15. <CHARGE_NO/>
  16. <L2DEMO/>
  17. </formData>
  18. <initData>
  19. <INIT_CHARGE_NO/>
  20. </initData>
  21. </root>
  22. </instance>
  23. <script type="javascript" ev:event="xforms-ready">
  24. <![CDATA[
  25. init();
  26. ]]>
  27. </script>
  28. </model>
  29. <script type="javascript">
  30. <![CDATA[
  31. function init(){
  32. commSendReq("/root/formData");
  33. commSubmit("UIG020050-service","init","glueAction.do");
  34. commAppendData("/root/initData/INIT_CHARGE_NO/InitDataResult_VO","/root/resData/InitDataResult_VO");
  35. model.refresh();
  36. }
  37. function find(){
  38. commSendReq("/root/searchData");
  39. model.makeValue("/root/reqData/SUBPROC","V");
  40. commSubmit("UIG020110-service","find","glueAction.do");
  41. }
  42. function rightClick(){
  43. var checkValue = model.getValue("/root/searchData/CHARGE_NO");
  44. if(checkValue == null || checkValue == "")return;
  45. var tstvalue = parseInt(checkValue.substr(4,5),10);
  46. tstvalue = (tstvalue + 1) + "";
  47. var strLen = tstvalue.length;
  48. checkValue = checkValue.substr(0,4);
  49. for(var i = 0 ; i < (5 - strLen) ; i++){
  50. checkValue = checkValue + "0";
  51. }
  52. checkValue = checkValue + tstvalue + "A";
  53. model.setValue("/root/searchData/CHARGE_NO",checkValue);
  54. find();
  55. }
  56. function leftClick(){
  57. var checkValue = model.getValue("/root/searchData/CHARGE_NO");
  58. if(checkValue == null || checkValue == "")return;
  59. var tstvalue = parseInt(checkValue.substr(4,5),10);
  60. tstvalue = (tstvalue - 1) + "";
  61. var strLen = tstvalue.length;
  62. checkValue = checkValue.substr(0,4);
  63. for(var i = 0 ; i < (5 - strLen) ; i++){
  64. checkValue = checkValue + "0";
  65. }
  66. checkValue = checkValue + tstvalue + "A";
  67. model.setValue("/root/searchData/CHARGE_NO",checkValue);
  68. find();
  69. }
  70. function save(){
  71. }
  72. ]]>
  73. </script>
  74. <script type="javascript" src="../../js/boaCommon.js"/>
  75. <script type="javascript" src="../../js/G02.js"/>
  76. </xhtml:head>
  77. <xhtml:body style="font-family:宋体; ">
  78. <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; ">
  79. <col ref="STEEL_TEMP" type="input" style="background-color:#ffff99; "/>
  80. <col ref="SLAG_NET_WGT" type="input" style="background-color:#ffff99; "/>
  81. <col ref="START_TEMP" type="input" style="background-color:#ffff99; "/>
  82. <col ref="START_TEMP_TIME" type="input" style="background-color:#ffff99; "/>
  83. <col ref="START_HYD_CON" type="input" style="background-color:#ffff99; "/>
  84. <col ref="START_ HYD_CON_TIME" type="input" style="background-color:#ffff99; "/>
  85. <col ref="END_TEMP" type="input" style="background-color:#ffff99; "/>
  86. <col ref="END_TEMP_TIME" type="input" style="background-color:#ffff99; "/>
  87. <col ref="END_HYD_CON" type="input" style="background-color:#ffff99; "/>
  88. <col ref="END_ HYD_CON_TIME" type="input" style="background-color:#ffff99; "/>
  89. <col ref="PRE_TIME" type="input" style="background-color:#ffff99; "/>
  90. <col ref="MID_TIME" type="input" style="background-color:#ffff99; "/>
  91. <col ref="POST_TIME" type="input" style="background-color:#ffff99; "/>
  92. <col ref="STEAM_TEMP" type="input" style="background-color:#ffff99; "/>
  93. <col ref="STEAM_PRESS" type="input" style="background-color:#ffff99; "/>
  94. <col ref="STEAM_FLOW" type="input" style="background-color:#ffff99; "/>
  95. <col ref="SOFT_TIME" type="input" style="background-color:#ffff99; "/>
  96. <col ref="VACUUM_DEGREE" type="input" style="background-color:#ffff99; "/>
  97. <col ref="VACUUM_DURATION" type="input" style="background-color:#ffff99; "/>
  98. </datagrid>
  99. <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; ">
  100. <col ref="MAINRAW_CD"/>
  101. <col ref="MAINRAW_CD_DESC"/>
  102. <col ref="MAINRAW_WGT" type="input" style="background-color:#ffff99; "/>
  103. <script type="javascript" ev:event="xforms-value-changed">
  104. <![CDATA[
  105. METALFLAG = true;
  106. ]]>
  107. </script>
  108. </datagrid>
  109. <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; ">
  110. <col ref="MAINRAW_CD"/>
  111. <col ref="MAINRAW_CD_DESC"/>
  112. <col ref="MAINRAW_WGT" type="input" format="#,###" style="background-color:#ffff99; "/>
  113. <script type="javascript" ev:event="xforms-value-changed">
  114. <![CDATA[
  115. NONMETALFLAG = true;
  116. ]]>
  117. </script>
  118. </datagrid>
  119. <button id="button3" style="left:265px; top:8px; width:20px; height:20px; background-image:../../images/cal_next_m.gif; ">
  120. <caption/>
  121. <script type="javascript" ev:event="DOMActivate">
  122. <![CDATA[
  123. rightClick();
  124. ]]>
  125. </script>
  126. </button>
  127. <button id="button4" style="left:240px; top:8px; width:20px; height:20px; background-image:../../images/cal_pre_m.gif; ">
  128. <caption/>
  129. <script type="javascript" ev:event="DOMActivate">
  130. <![CDATA[
  131. leftClick();
  132. ]]>
  133. </script>
  134. </button>
  135. <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; ">
  136. <col ref="xm"/>
  137. </datagrid>
  138. <caption id="caption1" style="left:300px; top:5px; width:86px; height:20px; background-color:#ffcc99; ">中厚板特殊要求</caption>
  139. <select1 id="combo1" ref="/root/searchData/CHARGE_NO" appearance="minimal" editmode="input" style="left:102px; top:5px; width:130px; height:20px; border-color:#000000; ">
  140. <choices>
  141. <itemset nodeset="/root/initData/INIT_CHARGE_NO/InitDataResult_VO/InitDataResult_Row">
  142. <label ref="LABEL"/>
  143. <value ref="VALUE"/>
  144. </itemset>
  145. </choices>
  146. <script type="javascript" ev:event="xforms-value-changed">
  147. <![CDATA[
  148. find();
  149. ]]>
  150. </script>
  151. </select1>
  152. <caption id="caption2" class="cell" style="left:0px; top:5px; width:100px; height:20px; border-color:#000000; ">炉次号</caption>
  153. <line id="line1" style="x1:0px; y1:0px; x2:980px; y2:0px; "/>
  154. <input id="input1" ref="/root/formData/L2DEMO" style="left:390px; top:5px; width:585px; height:20px; background-color:#ffff99; "/>
  155. <line id="line2" style="x1:0px; y1:30px; x2:980px; y2:30px; "/>
  156. <datagrid id="datagrid1" nodeset="/root/datagrid1/LfResult_Row" allowuserresize="false" caption="预定炉次号&#xA;^钢种^连浇炉^统计日^VD机号^班次^组^作业人^钢包包号^钢包使用次数^VD目标温度^作业时间^作业时间|预定炉次号&#xA;^钢种^连浇炉^统计日^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; ">
  157. <col ref="PLAN_CHARGE_NO"/>
  158. <col ref="STL_GRD"/>
  159. <col ref="CAST_SEQ"/>
  160. <col ref="XIN_DATE" type="inputdate" style="background-color:#ffff99; "/>
  161. <col ref="LF_NO" type="combo" style="background-color:#ffff99; ">
  162. <choices>
  163. <item>
  164. <label>L1</label>
  165. <value>L1</value>
  166. </item>
  167. <item>
  168. <label>L2</label>
  169. <value>L2</value>
  170. </item>
  171. </choices>
  172. </col>
  173. <col ref="WKSHIFT" type="combo" editmode="inputsearch" style="background-color:#ffff99; ">
  174. <choices>
  175. <itemset nodeset="/root/wkResult/WkShiftResult/ShiftResult_VO/ShiftResult_Row">
  176. <label ref="LABEL"/>
  177. <value ref="VALUE"/>
  178. </itemset>
  179. </choices>
  180. </col>
  181. <col ref="WKGROUP" type="combo" editmode="inputsearch" style="background-color:#ffff99; ">
  182. <choices>
  183. <itemset nodeset="/root/wkResult/WkGroupResult/GroupResult_VO/GroupResult_Row">
  184. <label ref="LABEL"/>
  185. <value ref="VALUE"/>
  186. </itemset>
  187. </choices>
  188. </col>
  189. <col ref="EMP_ID" type="combo" editmode="inputsearch" style="background-color:#ffff99; ">
  190. <choices>
  191. <itemset nodeset="/root/wkResult/WkEmpResult/onclickResult_VO/onclickResult_Row">
  192. <label ref="LABEL"/>
  193. <value ref="VALUE"/>
  194. </itemset>
  195. </choices>
  196. </col>
  197. <col ref="LD_NO"/>
  198. <col ref="LF_TREAT_CNT"/>
  199. <col ref="LF_TGT_TEMP"/>
  200. <col ref="LF_WK_HOUR_MIN"/>
  201. <col ref="LF_WK_HOUR_MAX"/>
  202. <script type="javascript" ev:event="xforms-select">
  203. <![CDATA[人
  204. if (datagrid1.col == datagrid1.colRef("WKGROUP")) {
  205. selOnClick();
  206. }
  207. ]]>
  208. </script>
  209. </datagrid>
  210. </xhtml:body>
  211. </xhtml:html>