| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?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[统计管理>>物料分析>>中板、废卷入库报表(UIH090070)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <searchData>
- <searchTime/>
- </searchData>
- <datagrid1/>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <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");
-
- if(model.getValue("/root/searchData/searchTime") == ""){
- var cur_date;
- cur_date = commCurDate();
- model.setValue("/root/searchData/searchTime",cur_date);
- model.refresh();
- }
-
- model.duplicate("/root/reqData","/root/searchData/searchTime");
-
- commSubmit("UIH090070-service", "find", "glueAction.do");
-
- commAppendData("/root/datagrid1/MISSNOCOIL_VO","/root/resData/MISSNOCOIL_VO");
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption1" class="cell" style="left:0px; top:5px; width:90px; height:20px; font-weight:bold; border-color:#000000; ">日期</caption>
- <input id="input1" ref="/root/searchData/searchTime" inputtype="date" format="yyyy-mm-dd" style="left:92px; top:5px; width:115px; height:20px; background-color:#ffff99; "/>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/MISSNOCOIL_VO/MISSNOCOIL_Row" caption="轧批号^板坯号^钢种^中间坯^中间坯^中间坯^废卷^废卷^时间^入库人|轧批号^板坯号^钢种^规格(厚×宽)mm^重量kg^堆放位置^重量kg^堆放位置^时间^入库人" colsep="^" colwidth="100, 100, 100, 110, 91, 91, 91, 91, 100, 99" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:975px; height:585px; ">
- <col ref="SAMPL_NO"/>
- <col ref="SLAB_NO"/>
- <col ref="SPEC_STL_GRD"/>
- <col ref="T_W"/>
- <col ref="MISSNO_BAR_WGT"/>
- <col ref="COIL_YARD"/>
- <col ref="MISSNO_BAR_WGT1"/>
- <col ref="COIL_YARD1"/>
- <col ref="REG_DTIME"/>
- <col ref="REG_ID"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|