| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../css/body.css" ?>
- <?xml-stylesheet type="text/css" href="../css/bCommon.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[品质判定>>成分判定>>待判板坯信息查询]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <datagrid1/>
- <curProc>
- <CurProc_Row>
- <LABEL/>
- <VALUE/>
- </CurProc_Row>
- </curProc>
- <formData>
- <Slab_Kind>1</Slab_Kind>
- </formData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if(window.parent==null) Init();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function Init(node)
- {
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commSubmit("UIB030205-service", "success", "glueAction.do");
- model.copyNode("/root/curProc" , "/root/resData/CurProc_VO");
- model.refresh();
- }
-
- function find()
- {
- model.removenode("/root/reqData");
- // model.makeValue("/root/reqData/SLAB_KIND" , combo1.value);
- commSendReq("/root/formData");
- if(combo1.value == "1")//未判定板坯
- {
- commSubmit("UIB030205-service", "find1", "glueAction.do");
- }
- else if(combo1.value == "2")//不合格板坯
- {
- commSubmit("UIB030205-service", "find2", "glueAction.do");
- }
- model.copyNode("/root/datagrid1" , "/root/resData/SlabResult_VO");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid1" nodeset="/root/datagrid1/SlabResult_Row" caption="板坯号^进程状态^是否在炼钢板坯库^实际牌号^计划牌号^余材区分^成分等级^外观等级^判定操作人^判定操作时间" colsep="^" colwidth="100, 100, 58, 100, 100, 66, 76, 88, 89, 81" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:30px; width:975px; height:585px; ">
- <col disabled="false" ref="SLAB_NO" type="input"/>
- <col disabled="true" ref="CUR_PROG_CD" type="combo">
- <choices>
- <itemset nodeset="/root/curProc/CurProc_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </col>
- <col ref="SLAB_YN"/>
- <col ref="STL_GRD"/>
- <col ref="BEF_STL_GRD"/>
- <col disabled="true" ref="ORD_FL" type="combo">
- <choices>
- <item>
- <label>订单材</label>
- <value>1</value>
- </item>
- <item>
- <label>余材</label>
- <value>2</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="SLAB_INGR_DEC_GRD" type="combo">
- <choices>
- <item>
- <label>待判定</label>
- <value/>
- </item>
- <item>
- <label>合格</label>
- <value>1</value>
- </item>
- <item>
- <label>不合格</label>
- <value>2</value>
- </item>
- <item>
- <label>化废</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="EXTSHAPE_GRD" type="combo">
- <choices>
- <item>
- <label>待判定</label>
- <value/>
- </item>
- <item>
- <label>合格</label>
- <value>1</value>
- </item>
- <item>
- <label>不合格</label>
- <value>2</value>
- </item>
- </choices>
- </col>
- <col ref="SLAB_INGR_DEC_EMP_ID"/>
- <col ref="SLAB_INGR_DEC_DTIME" format="yyyy-mm-dd hh:nn:ss"/>
- </datagrid>
- <caption id="caption1" class="cell" style="left:0px; top:3px; width:100px; height:20px; ">板坯类型</caption>
- <line id="line1" style="x1:0px; y1:0px; x2:976px; y2:0px; "/>
- <line id="line2" style="x1:0px; y1:26px; x2:975px; y2:26px; "/>
- <select1 id="combo1" ref="/root/formData/Slab_Kind" appearance="minimal" style="left:100px; top:3px; width:100px; height:20px; ">
- <choices>
- <item>
- <label>未判定板坯</label>
- <value>1</value>
- </item>
- <item>
- <label>不合格板坯</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|