| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <?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[热轧作业>>热轧报表>>成品出库班报表(UIH090010)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <datagrid1/>
- <searchData>
- <searchTime/>
- <searchGroup/>
- <searchWrok/>
- </searchData>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript">
- <![CDATA[
- function InitParams(node) {
- if (typeof node == "undefined" && typeof node != "object") return;
- model.removenode("/root/initData/rcvInfo");
- model.makeNode("/root/initData/rcvInfo");
- var nodeList = node.childNodes;
- node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
- for (var i = 0; i < nodeList.length; i++)
- node.appendChild(nodeList.item(i));
- }
-
- function Init(node)
- {
- InitParams(node);
- }
-
- function find(){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- model.removenode("/root/datagrid1");
- model.makeNode("/root/datagrid1");
-
- commSubmit("UIH090010-service", "find", "glueAction.do");
-
- commAppendData("/root/datagrid1/CoilOut_VO","/root/resData/CoilOut_VO");
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption1" class="cell" style="left:0px; top:5px; width:90px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">生产日期</caption>
- <input id="input1" ref="/root/searchData/searchTime" inputtype="date" style="left:92px; top:5px; width:100px; height:20px; background-color:#ffff99; "/>
- <caption id="caption2" class="cell" style="left:195px; top:5px; width:90px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">班次</caption>
- <caption id="caption3" class="cell" style="left:378px; top:5px; width:90px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">班组</caption>
- <select1 id="combo1" ref="/root/searchData/searchWrok" appearance="minimal" style="left:285px; top:5px; width:90px; height:20px; background-color:#ffff99; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <item>
- <label>早</label>
- <value>1</value>
- </item>
- <item>
- <label>中</label>
- <value>2</value>
- </item>
- <item>
- <label>晚</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <select1 id="combo2" ref="/root/searchData/searchGroup" appearance="minimal" style="left:468px; top:5px; width:90px; height:20px; background-color:#ffff99; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <item>
- <label>甲</label>
- <value>A</value>
- </item>
- <item>
- <label>乙</label>
- <value>B</value>
- </item>
- <item>
- <label>丙</label>
- <value>C</value>
- </item>
- <item>
- <label>丁</label>
- <value>D</value>
- </item>
- </choices>
- </select1>
- <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; ">
- <col ref="ROWNUM"/>
- <col ref="SHIP_INVNO"/>
- <col/>
- <col ref="TRANS_CAR_NO"/>
- <col ref="STL_GRD"/>
- <col ref="OLD_SAMPL_NO"/>
- <col ref="TOT_DEC_GRD"/>
- <col ref="COIL_SPEC"/>
- <col ref="ACT_WGT"/>
- <col ref="REG_ID"/>
- <col ref="REM"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|