| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?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[统计管理>>物料分析>>成品库入库查询(UIH090080)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <searchData>
- <searchTime/>
- <searchGroup/>
- <searchShift/>
- </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") == ""){
- alert("轧辊单元号不能为空,请输入希望查询的轧辊单元号!");
- return;
- }
- model.duplicate("/root/reqData","/root/searchData/searchTime");
-
- commSubmit("UIH090080-service", "find", "glueAction.do");
-
- commAppendData("/root/datagrid1/COILINRESULT_VO","/root/resData/COILINRESULT_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>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/COILINRESULT_VO/COILINRESULT_Row" caption="轧辊单元^顺序号^钢卷号^入库人^入库时间^库内位置^订单规格^钢卷重量^综合判定等级^是否取样" colsep="^" colwidth="100, 100, 100, 100, 80, 108, 100, 100, 89, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:570px; ">
- <col ref="ROLL_MANA_NO"/>
- <col ref="ROLL_SLAB_SEQ"/>
- <col ref="COIL_NO"/>
- <col ref="REG_ID"/>
- <col ref="REG_DTIME"/>
- <col ref="COIL_YARD"/>
- <col ref="T_W"/>
- <col ref="ACT_WGT"/>
- <col ref="TOT_DEC_GRD"/>
- <col ref="SMP_DIR_PIC_YN"/>
- </datagrid>
- <input id="input1" ref="/root/searchData/searchTime" style="left:95px; top:5px; width:105px; height:20px; background-color:#ffff99; ">
- <hint>
- <![CDATA[请输入轧制计划号(如:A0086)]]>
- </hint>
- </input>
- </xhtml:body>
- </xhtml:html>
|