| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?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[热轧作业>>钢卷库管理>>行车命令执行情况查询(UIH052000)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <searchData>
- <searchTime/>
- <FROM_ADDR/>
- <TO_ADDR/>
- <REG_ID/>
- </searchData>
- <MARK>2</MARK>
- <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();
- }
-
- var mark = model.getValue("/root/MARK");
-
- if(mark == 2){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- commSendReq("/root/searchData");
- commSubmit("UIH052000-service", "find", "glueAction.do");
-
- commAppendData("/root/datagrid1/orderResult_VO","/root/resData/orderResult_VO");
-
- model.refresh();
- }else if(mark == 1){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- commSendReq("/root/searchData");
- commSubmit("UIH052000-service", "find1", "glueAction.do");
-
- commAppendData("/root/datagrid1/orderResult_VO","/root/resData/orderResult_VO");
- model.refresh();
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <input id="input11" ref="/root/searchData/FROM_ADDR" style="left:356px; top:0px; width:94px; height:20px; "/>
- <caption id="caption14" class="cell" style="left:275px; top:0px; width:80px; height:20px; font-weight:bold; border-color:#000000; ">原放置位置</caption>
- <input id="input1" ref="/root/searchData/TO_ADDR" style="left:535px; top:0px; width:90px; height:20px; "/>
- <caption id="caption6" class="cell" style="left:455px; top:0px; width:75px; height:20px; font-weight:bold; border-color:#000000; ">到放置位置</caption>
- <caption id="caption4" class="cell" style="left:630px; top:0px; width:55px; height:20px; font-weight:bold; border-color:#000000; ">操作人</caption>
- <input id="input4" ref="/root/searchData/REG_ID" style="left:690px; top:0px; width:80px; height:20px; "/>
- <caption id="caption2" class="cell" style="left:0px; top:0px; width:70px; height:20px; font-weight:bold; border-color:#000000; ">时间</caption>
- <input id="input6" ref="/root/searchData/searchTime" inputtype="date" format="yyyy-mm-dd" style="left:72px; top:0px; width:100px; height:20px; "/>
- <select1 id="combo1" ref="/root/MARK" appearance="minimal" style="left:170px; top:0px; width:100px; height:20px; ">
- <choices>
- <item>
- <label>已执行命令</label>
- <value>2</value>
- </item>
- <item>
- <label>待执行命令</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/orderResult_VO/orderResult_Row" caption="命令编号^原放置位置^到放置位置^钢卷号^执行标志^作业行车^命令制定人^命令制定时间^命令执行人^命令执行时间" colsep="^" colwidth="77, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:585px; ">
- <col ref="ORD_SEQ"/>
- <col editable="false" ref="FROM_ADDR" type="input"/>
- <col editable="false" ref="TO_ADDR" type="input"/>
- <col editable="false" ref="COIL_NO" type="input"/>
- <col editable="false" ref="ORD_STAT" type="input"/>
- <col editable="false" ref="CR_NO" type="input"/>
- <col editable="false" ref="REG_ID_1" type="input"/>
- <col editable="false" ref="REG_DTIME_1" type="input"/>
- <col editable="false" ref="REG_ID_2" type="input"/>
- <col editable="false" ref="REG_DTIME_2" type="input"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|