| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <?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[热轧作业>>轧辊/热轧标准>>轧辊保有现况(UIH040060)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <resData/>
- <reqData/>
- <searchData>
- <ROLL_TYPE/>
- <ROLL_STAT/>
- </searchData>
- <datagrid1/>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- //查询方法
- function find(){
- //清空发送接点
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- model.removenode("/root/datagrid1");
- model.makeNode("/root/datagrid1");
-
- //分类别、状态全存在,类别存在状态不存在,类别状态都不存在进行查询
- var roll_type = model.getValue("/root/searchData/ROLL_TYPE");
- var roll_stat = model.getValue("/root/searchData/ROLL_STAT");
- if(roll_type != "" && roll_stat !=""){
- //把发送的轧辊类别和状态信息放入reqData
- model.duplicate("/root/reqData","/root/searchData/ROLL_TYPE");
- model.duplicate("/root/reqData","/root/searchData/ROLL_STAT");
-
- commSubmit("UIH040060-service","findAll","glueAction.do");
- }else if(roll_type !="" && roll_stat == ""){
- model.duplicate("/root/reqData","/root/searchData/ROLL_TYPE");
-
- commSubmit("UIH040060-service","findType","glueAction.do");
- }else if(roll_type == "" && roll_stat ==""){
- commSubmit("UIH040060-service","findNull","glueAction.do");
- }else{
- alert(" 不能存在轧辊类别为空,轧辊状态不为空的情况! ");
- }
-
-
- // //把发送的轧辊类别和状态信息放入reqData
- // model.duplicate("/root/reqData","/root/searchData/ROLL_TYPE");
- // model.duplicate("/root/reqData","/root/searchData/ROLL_STAT");
- //
- // commSubmit("UIH040060-service","find","glueAction.do");
-
- //把查询的结果放入datagrid1中
- model.duplicate("/root/datagrid1","/root/resData/RollList_VO");
-
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body guideline="2,0;">
- <caption id="caption6" class="cell" style="left:0px; top:5px; width:90px; height:20px; font-weight:bold; border-color:#000000; ">轧辊现状</caption>
- <caption id="caption1" class="cell" style="left:0px; top:35px; width:90px; height:20px; font-weight:bold; border-color:#000000; ">轧辊类别</caption>
- <select1 id="combo1" ref="/root/searchData/ROLL_TYPE" appearance="minimal" style="left:92px; top:35px; width:110px; height:20px; background-color:#ffff99; border-color:#000000; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <item>
- <label>其它辊</label>
- <value>BUR</value>
- </item>
- <item>
- <label>支撑辊</label>
- <value>EWR</value>
- </item>
- <item>
- <label>工作辊</label>
- <value>WKR</value>
- </item>
- </choices>
- </select1>
- <caption id="caption2" class="cell" style="left:207px; top:35px; width:93px; height:20px; font-weight:bold; border-color:#000000; ">轧辊状态</caption>
- <select1 id="combo2" ref="/root/searchData/ROLL_STAT" appearance="minimal" style="left:302px; top:35px; width:110px; height:20px; background-color:#ffff99; border-color:#000000; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <item>
- <label>使用中</label>
- <value>U</value>
- </item>
- <item>
- <label>装配完成</label>
- <value>W</value>
- </item>
- <item>
- <label>磨削待机</label>
- <value>S</value>
- </item>
- <item>
- <label>磨削完成</label>
- <value>G</value>
- </item>
- <item>
- <label>轧辊废弃</label>
- <value>D</value>
- </item>
- <item>
- <label>新辊入库</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/RollList_VO/RollList_Row" scroll="both" allowuserresize="false" caption="轧辊号^轧辊状态^机架号^上下辊区分^轧辊类别^轧辊材质^轧辊单价^入库直径^辊型(mm)^废弃直径^现在直径^厂家标志^入库时间^磨削时间^磨削完成时间^磨削次数" colsep="^" colwidth="75, 62, 60, 76, 69, 72, 75, 75, 64, 69, 69, 59, 83, 74, 100, 75" defaultrows="26" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:75px; width:980px; height:520px; ">
- <col ref="ROLL_NO"/>
- <col ref="ROLL_STAT"/>
- <col ref="STAND_NO"/>
- <col ref="TOP_BOT_CLF"/>
- <col ref="ROLL_TYPE"/>
- <col ref="ROLL_MAT_QLTY"/>
- <col ref="ROLL_UCOST"/>
- <col ref="ENT_DIA" style="text-align:right; "/>
- <col ref="ROLL_SHAPE_CD"/>
- <col ref="DISUSE_DIA" style="text-align:right; "/>
- <col ref="CUR_DIA" style="text-align:right; "/>
- <col ref="ROLL_MAKER"/>
- <col ref="ENT_DTIME" format="yyyy-mm-dd hh:mm:ss"/>
- <col ref="GRIND_DTIME" style="text-align:right; "/>
- <col ref="GRIND_USE_DTIME"/>
- <col ref="GRIND_STEPNO"/>
- </datagrid>
- <line id="line1" style="x1:0px; y1:30px; x2:980px; y2:30px; "/>
- <line id="line2" style="x1:0px; y1:65px; x2:980px; y2:65px; "/>
- </xhtml:body>
- </xhtml:html>
|