| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?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[炼钢作业 >> 板坯库管理 >> 热轧板坯库异常坯料查询(UIG060040)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <searchData>
- <slabNo/>
- <yardAddr/>
- </searchData>
- <outputData>
- <noYard/>
- <noSystem/>
- <errorData/>
- </outputData>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function find(){
- commSendReq("/root/searchData");
- commSubmit("UIG060040-service","find","glueAction.do");
-
- model.setValue("/root/outputData/noYard",model.getValue("/root/resData/syncSlabYard_vo_VO/syncSlabYard_vo_Row/NON_SEARCH"));
- model.setValue("/root/outputData/noSystem",model.getValue("/root/resData/syncSlabYard_vo_VO/syncSlabYard_vo_Row/NON_EXIT"));
- model.setValue("/root/outputData/errorData",model.getValue("/root/resData/syncSlabYard_vo_VO/syncSlabYard_vo_Row/ERRO_DUP_SLAB"));
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body>
- <textarea id="textarea2" ref="/root/searchData/slabNo" style="left:0px; top:25px; width:135px; height:615px; "/>
- <textarea id="textarea3" ref="/root/searchData/yardAddr" style="left:145px; top:25px; width:145px; height:615px; "/>
- <textarea id="textarea1" ref="/root/outputData/noSystem" style="left:315px; top:25px; width:160px; height:615px; "/>
- <textarea id="textarea4" ref="/root/outputData/noYard" style="left:485px; top:25px; width:225px; height:615px; "/>
- <textarea id="textarea5" ref="/root/outputData/errorData" style="left:725px; top:25px; width:145px; height:615px; "/>
- <caption id="caption3" class="cell" style="left:0px; top:0px; width:135px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">板 坯 号</caption>
- <caption id="caption1" class="cell" style="left:145px; top:0px; width:145px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">垛 位</caption>
- <caption id="caption2" class="cell" style="left:315px; top:0px; width:160px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">未 入 库 坯 料</caption>
- <caption id="caption4" class="cell" style="left:485px; top:0px; width:225px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">未 出 库 坯 料</caption>
- <caption id="caption5" class="cell" style="left:725px; top:0px; width:145px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">库 存 重 复 坯 料</caption>
- </xhtml:body>
- </xhtml:html>
|