718fede158b9f081ce9f93253cd168180d2e66e2.svn-base 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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[统计管理>>现况分析>>热连轧厂板坯出库报表(UIG070010) ]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <formData>
  12. <WKGROUP/>
  13. <WKSHIFT/>
  14. <REP_DATE/>
  15. </formData>
  16. <grid/>
  17. <reqData/>
  18. <resData/>
  19. </root>
  20. </instance>
  21. </model>
  22. <script type="javascript">
  23. <![CDATA[
  24. function find(){
  25. commSendReq("/root/formData");
  26. model.duplicate("/root/reqData","/root/formData/REP_DATE");
  27. model.duplicate("/root/reqData","/root/formData/WKGROUP");
  28. model.duplicate("/root/reqData","/root/formData/WKSHIFT");
  29. commSubmit("UIG070010-service","find","glueAction.do");
  30. commAppendData("/root/grid/dataEdit_VO","/root/resData/dataEdit_VO");
  31. var ordno = model1.getValue("/root/resData/dataEdit_VO/dataEdit_Row/ORD_NO");
  32. alert(ordno);
  33. datagrid1.refresh();
  34. }
  35. ]]>
  36. </script>
  37. <script type="javascript" src="../../js/boaCommon.js"/>
  38. </xhtml:head>
  39. <xhtml:body>
  40. <caption id="caption3" class="cell" style="left:0px; top:0px; width:90px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">日期</caption>
  41. <caption id="caption1" class="cell" style="left:220px; top:0px; width:90px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">班组</caption>
  42. <select1 id="combo2" ref="/root/formData/WKGROUP" appearance="minimal" style="left:310px; top:0px; width:75px; height:20px; ">
  43. <choices>
  44. <item>
  45. <label>甲</label>
  46. <value>A</value>
  47. </item>
  48. <item>
  49. <label>乙</label>
  50. <value>B</value>
  51. </item>
  52. <item>
  53. <label>丙</label>
  54. <value>C</value>
  55. </item>
  56. <item>
  57. <label>丁</label>
  58. <value>D</value>
  59. </item>
  60. </choices>
  61. </select1>
  62. <caption id="caption2" class="cell" style="left:395px; top:0px; width:90px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">班次</caption>
  63. <select1 id="combo3" ref="/root/formData/WKSHIFT" appearance="minimal" style="left:485px; top:0px; width:60px; height:20px; ">
  64. <choices>
  65. <item>
  66. <label>早班</label>
  67. <value>1</value>
  68. </item>
  69. <item>
  70. <label>中班</label>
  71. <value>2</value>
  72. </item>
  73. <item>
  74. <label>晚班</label>
  75. <value>3</value>
  76. </item>
  77. </choices>
  78. </select1>
  79. <datagrid id="datagrid1" nodeset="/root/grid/dataEdit_VO/dataEdit_Row" caption="序号^订单号^板坯号^钢号^规格(厚×宽×长)^重量^去向^领料人^出库时间^回炉类型" colsep="^" colwidth="54, 143, 109, 141, 127, 64, 51, 91, 108, 89" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:45px; width:980px; height:575px; ">
  80. <col ref="SEQ_NO"/>
  81. <col ref="ORD_NO"/>
  82. <col ref="SLAB_NO"/>
  83. <col ref="STL_GRD"/>
  84. <col ref="SLAB_SIZE"/>
  85. <col ref="SLAB_WGT"/>
  86. <col ref="SLAB_RT"/>
  87. <col ref="EMP_ID"/>
  88. <col ref="SLAB_STOCK_EXT_DTIME"/>
  89. <col ref="MISSNO_CLF"/>
  90. </datagrid>
  91. <input id="input6" ref="/root/formData/REP_DATE" inputtype="date" format="yyyy-mm-dd" style="left:89px; top:0px; width:110px; height:20px; background-color:#ffff99; border-color:#000000; "/>
  92. </xhtml:body>
  93. </xhtml:html>