6804ae48440da02e9e29e9d2c2fd953f6fe0c400.svn-base 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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[品质判定>>成分判定>>质量月报表]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <datagrid1>
  12. </datagrid1>
  13. <formpaihao>
  14. <paihao/>
  15. </formpaihao>
  16. <fornDate>
  17. <DATE/>
  18. <DATEEND/>
  19. </fornDate>
  20. </root>
  21. </instance>
  22. </model>
  23. <script type="javascript" src="../../js/boaCommon.js"/>
  24. <script type="javascript" src="../../js/b01.js"/>
  25. <script type="javascript">
  26. <![CDATA[
  27. function find()
  28. {
  29. model.removenode("/root/reqData");
  30. model.makeValue("/root/reqData/STL_GRD" , input1.value);
  31. model.makeValue("/root/reqData/SLAB_CUT_DTIME_BEGIN" , input2.value);
  32. model.makeValue("/root/reqData/SLAB_CUT_DTIME_END" , input3.value);
  33. commSubmit("UIB030280-service" , "find" , "glueAction.do");
  34. model.copyNode("/root/datagrid1" , "/root/resData/zlybbResult_VO");
  35. model.refresh();
  36. }
  37. ]]>
  38. </script>
  39. </xhtml:head>
  40. <xhtml:body pagewidth="980" pageheight="620">
  41. <caption id="caption1" style="left:40px; top:10px; width:100px; height:20px; vertical-align:middle; ">牌号</caption>
  42. <input id="input1" ref="/root/formpaihao/paihao" style="left:100px; top:10px; width:100px; height:20px; "/>
  43. <line id="line1" style="x1:0px; y1:35px; x2:970px; y2:35px; "/>
  44. <datagrid id="datagrid1" nodeset="/root/datagrid1/zlybbResult_Row" caption="牌号^检验量^合格量^利用品^内控合格率%^合格率%^废品量^废品分类(吨)^废品分类(吨)^废品分类(吨)^废品分类(吨)^废品分类(吨)^废品分类(吨)^废品分类(吨)^废品分类(吨)^废品分类(吨)^废品分类(吨)^修磨量^成分改判^复样量|牌号^检验量^合格量^利用品^内控合格率%^合格率%^废品量^化废^裂纹^短尺^凹坑^夹杂^双浇^鼓肚^分层^弯曲^其它^修磨量^成分改判^复样量" colsep="^" colwidth="80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:40px; width:940px; height:550px; ">
  45. <col ref="STL_GRD"/>
  46. <col ref="JYL"/>
  47. <col ref="HGL"/>
  48. <col ref="LYP"/>
  49. <col ref="NKHGL"/>
  50. <col ref="HGLV"/>
  51. <col ref="FPL"/>
  52. <col ref="HF"/>
  53. <col ref="LW"/>
  54. <col ref="DC"/>
  55. <col ref="AK"/>
  56. <col ref="JZ"/>
  57. <col ref="SJ"/>
  58. <col ref="GD"/>
  59. <col ref="FC"/>
  60. <col ref="WQ"/>
  61. <col ref="QT"/>
  62. <col ref="XM"/>
  63. <col ref="CFGP"/>
  64. <col ref="FY"/>
  65. <script type="javascript" ev:event="onclick">
  66. <![CDATA[
  67. //alert(input2.value);
  68. ]]>
  69. </script>
  70. </datagrid>
  71. <button id="button1" visibility="hidden" style="left:665px; top:10px; width:100px; height:20px; ">
  72. <caption>查询</caption>
  73. <script type="javascript" ev:event="onclick">
  74. <![CDATA[
  75. find();
  76. ]]>
  77. </script>
  78. </button>
  79. <caption id="caption2" style="left:225px; top:10px; width:100px; height:20px; ">出库日期</caption>
  80. <input id="input2" ref="/root/fornDate/DATE" inputtype="date" format="yyyy-mm-dd" style="left:305px; top:10px; width:100px; height:20px; "/>
  81. <line id="line2" style="x1:405px; y1:20px; x2:425px; y2:20px; "/>
  82. <input id="input3" ref="/root/fornDate/DATEEND" inputtype="date" format="yyyy-mm-dd" style="left:425px; top:10px; width:100px; height:20px; "/>
  83. </xhtml:body>
  84. </xhtml:html>