| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../css/body.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[热轧作业>>钢卷库管理>>移垛操作历史记录查询(UIH052100)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <searchData>
- <searchTime/>
- <COIL_NO/>
- </searchData>
- <datagrid1/>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript">
- <![CDATA[
- function Init(node) {
- InitParams(node);
- }
- //调用公共的初始化方法获得登录用户名
- 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 excelExport(){
- return datagrid1;
- }
-
- function find(){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- // if(model.getValue("/root/searchData/searchTime") == ""){
- // var cur_date;
- // cur_date = commCurDate();
- // model.setValue("/root/searchData/searchTime",cur_date);
- // model.refresh();
- // }
- if(model.getValue("/root/searchData/COIL_NO") == ""){
- alert(" 钢卷号不能为空! ");
- return;
- }
-
- commSendReq("/root/searchData");
- commSubmit("UIH052100-service", "find", "glueAction.do");
-
- commAppendData("/root/datagrid1/moveResult_VO","/root/resData/moveResult_VO");
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <input id="input11" ref="/root/searchData/COIL_NO" style="left:81px; top:0px; width:94px; height:20px; "/>
- <caption id="caption14" class="cell" style="left:0px; top:0px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">钢卷号</caption>
- <caption id="caption2" class="cell" visibility="hidden" style="left:200px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">时间</caption>
- <input id="input6" ref="/root/searchData/searchTime" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:272px; top:0px; width:100px; height:20px; "/>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/moveResult_VO/moveResult_Row" caption="钢卷号^来源垛位^去向垛位^移垛人^移垛时间^班次^班组^操作人ID^操作时间" colsep="^" colwidth="100, 108, 110, 110, 110, 110, 110, 110, 110" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:570px; ">
- <col editable="false" ref="COIL_NO" type="input"/>
- <col editable="false" ref="CUR_LOAD_LOC_F" type="input"/>
- <col editable="false" ref="CUR_LOAD_LOC_T" type="input"/>
- <col editable="false" ref="REG_ID" type="input"/>
- <col editable="false" ref="REG_DTIME" type="input"/>
- <col editable="false" ref="REG_SHIFT" type="input"/>
- <col editable="false" ref="REG_GROUP" type="input"/>
- <col editable="false" ref="REG_USE_ID" type="input"/>
- <col editable="false" ref="REG_USE_DTIME" type="input"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|