UIH090030.xrw 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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[统计管理>>物料分析>>加热炉出炉实际(UIH090030)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <reqData/>
  12. <resData/>
  13. <searchData>
  14. <searchTimeF/>
  15. <searchGroup/>
  16. <searchShift/>
  17. <searchTimeT/>
  18. <searchF>000000</searchF>
  19. <searchT>235959</searchT>
  20. <SF/>
  21. <ST/>
  22. <MISSNO_CLF/>
  23. </searchData>
  24. <datagrid1/>
  25. <sumData>
  26. <SUM_COILRST_CNT/>
  27. <SUM_COILRST_WGT/>
  28. </sumData>
  29. </root>
  30. </instance>
  31. </model>
  32. <script type="javascript" src="../../js/boaCommon.js"/>
  33. <script type="javascript" src="../../js/G02.js"/>
  34. <script type="javascript">
  35. <![CDATA[
  36. function InitParams(node) {
  37. if (typeof node == "undefined" && typeof node != "object") return;
  38. model.removenode("/root/initData/rcvInfo");
  39. model.makeNode("/root/initData/rcvInfo");
  40. var nodeList = node.childNodes;
  41. node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
  42. for (var i = 0; i < nodeList.length; i++)
  43. node.appendChild(nodeList.item(i));
  44. }
  45. function Init(node)
  46. {
  47. InitParams(node);
  48. }
  49. function excelExport(){
  50. return datagrid1;
  51. }
  52. function find(){
  53. if(model.getValue("/root/searchData/searchTimeF") == null || model.getValue("/root/searchData/searchTimeF") == "" || model.getValue("/root/searchData/searchTimeT") == null || model.getValue("/root/searchData/searchTimeT") == ""){
  54. var curDate = CurentDate();
  55. model.setValue("/root/searchData/searchTimeF",curDate);
  56. model.setValue("/root/searchData/searchTimeT",curDate);
  57. }
  58. model.removenode("/root/reqData");
  59. model.makeNode("/root/reqData");
  60. model.removenode("/root/datagrid1");
  61. model.makeNode("/root/datagrid1");
  62. var searchTimeF = model.getValue("/root/searchData/searchTimeF");
  63. var searchTimeT = model.getValue("/root/searchData/searchTimeT");
  64. var searchF = model.getValue("/root/searchData/searchF");
  65. var searchT = model.getValue("/root/searchData/searchT");
  66. var SF = null;
  67. var ST = null;
  68. SF = searchTimeF+searchF;
  69. ST = searchTimeT+searchT;
  70. model.setValue("/root/searchData/SF",SF);
  71. model.setValue("/root/searchData/ST",ST);
  72. model.refresh();
  73. commSendReq("/root/searchData");
  74. commSubmit("UIH090030-service", "find", "glueAction.do");
  75. commAppendData("/root/datagrid1/RHFOUT_VO","/root/resData/RHFOUT_VO");
  76. model.setValue("/root/sumData/SUM_COILRST_CNT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_CNT"));
  77. model.setValue("/root/sumData/SUM_COILRST_WGT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_WGT"));
  78. model.refresh();
  79. }
  80. ]]>
  81. </script>
  82. </xhtml:head>
  83. <xhtml:body>
  84. <caption id="caption1" class="cell" style="left:0px; top:5px; width:55px; height:20px; font-weight:bold; border-color:#000000; ">日期</caption>
  85. <input id="input1" ref="/root/searchData/searchTimeF" inputtype="date" format="yyyy-mm-dd" style="left:55px; top:5px; width:90px; height:20px; background-color:#ffff99; "/>
  86. <datagrid id="datagrid1" nodeset="/root/datagrid1/RHFOUT_VO/RHFOUT_Row" caption="序号^板坯号^钢种^规格(厚×宽×长)mm^重量(kg)^加热^加热^出炉时间^流水号^钢卷号^出炉操作人^吊销操作人^吊销操作岗位^吊销操作时间^吊销更改人^吊销更改时间^备注|序号^板坯号^钢种^规格(厚×宽×长)mm^重量(kg)^炉号^列号^出炉时间^流水号^钢卷号^出炉操作人^吊销操作人^吊销操作岗位^吊销操作时间^吊销更改人^吊销更改时间^备注" colwidth="50, 100, 100, 150, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:60px; width:980px; height:550px; ">
  87. <col ref="SEQ"/>
  88. <col ref="SLAB_NO"/>
  89. <col ref="STL_GRD"/>
  90. <col ref="T_W_L"/>
  91. <col ref="SLAB_WGT"/>
  92. <col ref="DEVNO"/>
  93. <col ref="ROW_NUM"/>
  94. <col ref="EXTRACT_DTIME"/>
  95. <col ref="COIL_NO"/>
  96. <col ref="OLD_SAMPL_NO"/>
  97. <col ref="EXTRACT_WK_EMP_NO"/>
  98. <col ref="REG_USE_ID"/>
  99. <col ref="REG_ID"/>
  100. <col ref="REG_DTIME"/>
  101. <col ref="MOD_ID"/>
  102. <col ref="MOD_DTIME"/>
  103. <col ref="MEMO"/>
  104. </datagrid>
  105. <caption id="caption10" class="cell" style="left:575px; top:5px; width:55px; height:20px; font-weight:bold; border-color:#000000; ">班次</caption>
  106. <select1 id="combo1" ref="/root/searchData/searchShift" appearance="minimal" editmode="input" style="left:632px; top:5px; width:63px; height:20px; background-color:#ffff99; border-color:#000000; ">
  107. <choices>
  108. <item>
  109. <label>--全部--</label>
  110. <value/>
  111. </item>
  112. <item>
  113. <label>早</label>
  114. <value>1</value>
  115. </item>
  116. <item>
  117. <label>中</label>
  118. <value>2</value>
  119. </item>
  120. <item>
  121. <label>晚</label>
  122. <value>3</value>
  123. </item>
  124. </choices>
  125. </select1>
  126. <caption id="caption2" class="cell" style="left:700px; top:5px; width:55px; height:20px; font-weight:bold; border-color:#000000; ">班组</caption>
  127. <select1 id="combo2" ref="/root/searchData/searchGroup" appearance="minimal" editmode="input" style="left:757px; top:5px; width:78px; height:20px; background-color:#ffff99; border-color:#000000; ">
  128. <choices>
  129. <item>
  130. <label>--全部--</label>
  131. <value/>
  132. </item>
  133. <item>
  134. <label>甲</label>
  135. <value>A</value>
  136. </item>
  137. <item>
  138. <label>乙</label>
  139. <value>B</value>
  140. </item>
  141. <item>
  142. <label>丙</label>
  143. <value>C</value>
  144. </item>
  145. <item>
  146. <label>丁</label>
  147. <value>D</value>
  148. </item>
  149. </choices>
  150. </select1>
  151. <caption id="caption11" style="left:785px; top:41px; width:30px; height:20px; font-weight:bold; ">块</caption>
  152. <caption id="caption12" style="left:955px; top:40px; width:20px; height:20px; font-weight:bold; ">吨</caption>
  153. <caption id="caption3" class="cell" style="left:805px; top:40px; width:70px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">重量合计</caption>
  154. <line id="line2" style="x1:725px; y1:60px; x2:785px; y2:60px; "/>
  155. <line id="line3" style="x1:875px; y1:60px; x2:955px; y2:60px; "/>
  156. <output id="output1" ref="/root/sumData/SUM_COILRST_CNT" style="left:725px; top:40px; width:60px; height:20px; text-align:center; "/>
  157. <caption id="caption9" class="cell" style="left:655px; top:40px; width:70px; height:20px; font-weight:bold; background-color:#ffcc00; border-color:#000000; ">板坯合计</caption>
  158. <output id="output2" ref="/root/sumData/SUM_COILRST_WGT" style="left:875px; top:40px; width:80px; height:20px; text-align:center; "/>
  159. <input id="input2" ref="/root/searchData/searchTimeT" inputtype="date" format="yyyy-mm-dd" style="left:230px; top:5px; width:90px; height:20px; background-color:#ffff99; "/>
  160. <input id="input3" ref="/root/searchData/searchT" format="hh:nn:ss" style="left:320px; top:5px; width:70px; height:20px; background-color:#ffff99; "/>
  161. <input id="input4" ref="/root/searchData/searchF" format="hh:nn:ss" style="left:145px; top:5px; width:70px; height:20px; background-color:#ffff99; "/>
  162. <line id="line1" style="x1:215px; y1:15px; x2:230px; y2:15px; "/>
  163. <caption id="caption4" class="cell" style="left:400px; top:5px; width:55px; height:20px; font-weight:bold; border-color:#000000; ">状态</caption>
  164. <select1 id="combo3" ref="/root/searchData/MISSNO_CLF" appearance="minimal" editmode="input" style="left:457px; top:5px; width:108px; height:20px; background-color:#ffff99; border-color:#000000; ">
  165. <choices>
  166. <item>
  167. <label>--全部--</label>
  168. <value/>
  169. </item>
  170. <item>
  171. <label>炉前取消</label>
  172. <value>1</value>
  173. </item>
  174. <item>
  175. <label>炉后加回</label>
  176. <value>2</value>
  177. </item>
  178. <item>
  179. <label>炉后轧回</label>
  180. <value>3</value>
  181. </item>
  182. </choices>
  183. </select1>
  184. </xhtml:body>
  185. </xhtml:html>