| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>
- <![CDATA[品质判定>>成分判定>>质量月报表]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <datagrid1>
- </datagrid1>
- <formpaihao>
- <paihao/>
- </formpaihao>
- <fornDate>
- <DATE/>
- <DATEEND/>
- </fornDate>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function find()
- {
- model.removenode("/root/reqData");
- model.makeValue("/root/reqData/STL_GRD" , input1.value);
- model.makeValue("/root/reqData/SLAB_CUT_DTIME_BEGIN" , input2.value);
- model.makeValue("/root/reqData/SLAB_CUT_DTIME_END" , input3.value);
- commSubmit("UIB030280-service" , "find" , "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/zlybbResult_VO");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <caption id="caption1" style="left:40px; top:10px; width:100px; height:20px; vertical-align:middle; ">牌号</caption>
- <input id="input1" ref="/root/formpaihao/paihao" style="left:100px; top:10px; width:100px; height:20px; "/>
- <line id="line1" style="x1:0px; y1:35px; x2:970px; y2:35px; "/>
- <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; ">
- <col ref="STL_GRD"/>
- <col ref="JYL"/>
- <col ref="HGL"/>
- <col ref="LYP"/>
- <col ref="NKHGL"/>
- <col ref="HGLV"/>
- <col ref="FPL"/>
- <col ref="HF"/>
- <col ref="LW"/>
- <col ref="DC"/>
- <col ref="AK"/>
- <col ref="JZ"/>
- <col ref="SJ"/>
- <col ref="GD"/>
- <col ref="FC"/>
- <col ref="WQ"/>
- <col ref="QT"/>
- <col ref="XM"/>
- <col ref="CFGP"/>
- <col ref="FY"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- //alert(input2.value);
- ]]>
- </script>
- </datagrid>
- <button id="button1" visibility="hidden" style="left:665px; top:10px; width:100px; height:20px; ">
- <caption>查询</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <caption id="caption2" style="left:225px; top:10px; width:100px; height:20px; ">出库日期</caption>
- <input id="input2" ref="/root/fornDate/DATE" inputtype="date" format="yyyy-mm-dd" style="left:305px; top:10px; width:100px; height:20px; "/>
- <line id="line2" style="x1:405px; y1:20px; x2:425px; y2:20px; "/>
- <input id="input3" ref="/root/fornDate/DATEEND" inputtype="date" format="yyyy-mm-dd" style="left:425px; top:10px; width:100px; height:20px; "/>
- </xhtml:body>
- </xhtml:html>
|