UIH090010.xrw 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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[热轧作业>>热轧报表>>成品出库班报表(UIH090010)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <reqData/>
  12. <resData/>
  13. <datagrid1/>
  14. <searchData>
  15. <searchTime/>
  16. <searchGroup/>
  17. <searchWrok/>
  18. </searchData>
  19. </root>
  20. </instance>
  21. </model>
  22. <script type="javascript" src="../../js/boaCommon.js"/>
  23. <script type="javascript">
  24. <![CDATA[
  25. function InitParams(node) {
  26. if (typeof node == "undefined" && typeof node != "object") return;
  27. model.removenode("/root/initData/rcvInfo");
  28. model.makeNode("/root/initData/rcvInfo");
  29. var nodeList = node.childNodes;
  30. node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
  31. for (var i = 0; i < nodeList.length; i++)
  32. node.appendChild(nodeList.item(i));
  33. }
  34. function Init(node)
  35. {
  36. InitParams(node);
  37. }
  38. function find(){
  39. model.removenode("/root/reqData");
  40. model.makeNode("/root/reqData");
  41. model.removenode("/root/datagrid1");
  42. model.makeNode("/root/datagrid1");
  43. commSubmit("UIH090010-service", "find", "glueAction.do");
  44. commAppendData("/root/datagrid1/CoilOut_VO","/root/resData/CoilOut_VO");
  45. model.refresh();
  46. }
  47. ]]>
  48. </script>
  49. </xhtml:head>
  50. <xhtml:body>
  51. <caption id="caption1" class="cell" style="left:0px; top:5px; width:90px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">生产日期</caption>
  52. <input id="input1" ref="/root/searchData/searchTime" inputtype="date" style="left:92px; top:5px; width:100px; height:20px; background-color:#ffff99; "/>
  53. <caption id="caption2" class="cell" style="left:195px; top:5px; width:90px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">班次</caption>
  54. <caption id="caption3" class="cell" style="left:378px; top:5px; width:90px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">班组</caption>
  55. <select1 id="combo1" ref="/root/searchData/searchWrok" appearance="minimal" style="left:285px; top:5px; width:90px; height:20px; background-color:#ffff99; ">
  56. <choices>
  57. <item>
  58. <label>--全部--</label>
  59. <value/>
  60. </item>
  61. <item>
  62. <label>早</label>
  63. <value>1</value>
  64. </item>
  65. <item>
  66. <label>中</label>
  67. <value>2</value>
  68. </item>
  69. <item>
  70. <label>晚</label>
  71. <value>3</value>
  72. </item>
  73. </choices>
  74. </select1>
  75. <select1 id="combo2" ref="/root/searchData/searchGroup" appearance="minimal" style="left:468px; top:5px; width:90px; height:20px; background-color:#ffff99; ">
  76. <choices>
  77. <item>
  78. <label>--全部--</label>
  79. <value/>
  80. </item>
  81. <item>
  82. <label>甲</label>
  83. <value>A</value>
  84. </item>
  85. <item>
  86. <label>乙</label>
  87. <value>B</value>
  88. </item>
  89. <item>
  90. <label>丙</label>
  91. <value>C</value>
  92. </item>
  93. <item>
  94. <label>丁</label>
  95. <value>D</value>
  96. </item>
  97. </choices>
  98. </select1>
  99. <datagrid id="datagrid1" nodeset="/root/datagrid1/CoilOut_VO/CoilOut_Row" caption="序号^发货明细编号^收货单位^车号^牌号^钢卷号^判定结果^规格(厚*宽)mm^卷重(kg)^出库人^备注" colsep="^" colwidth="50, 100, 100, 100, 80, 100, 60, 120, 90, 88, 90" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:35px; width:980px; height:565px; ">
  100. <col ref="ROWNUM"/>
  101. <col ref="SHIP_INVNO"/>
  102. <col/>
  103. <col ref="TRANS_CAR_NO"/>
  104. <col ref="STL_GRD"/>
  105. <col ref="OLD_SAMPL_NO"/>
  106. <col ref="TOT_DEC_GRD"/>
  107. <col ref="COIL_SPEC"/>
  108. <col ref="ACT_WGT"/>
  109. <col ref="REG_ID"/>
  110. <col ref="REM"/>
  111. </datagrid>
  112. </xhtml:body>
  113. </xhtml:html>