| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="D:/glue/workspace1/xgmes3/WebContents/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>炉次号/板坯号选择</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <ChargeNo/>
- <RadioResult>
- </RadioResult>
- <SlabRadio>
- <SlabResult_Row>
- <LABEL/>
- <VALUE/>
- </SlabResult_Row>
- </SlabRadio>
- <Seq/>
- <inputvalue>J91-</inputvalue>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript">
- <![CDATA[
- var ope = window.opener;//子窗口
- var flag = ope.model.getValue("/root/flag");
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="530" pageheight="400">
- <select1 id="radio1" ref="/root/RadioResult" appearance="full" cellspacing="15" cols="3" itemheight="25" itemwidth="150" overflow="visible" style="left:5px; top:30px; width:516px; height:365px; font-size:12pt; font-weight:bold; color:#333300; border-color:#800000; border-style:solid; ">
- <choices>
- <itemset nodeset="/root/RadioResult/ChargeNOResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //没更换一个炉次,需要将上次查询的不合格炉次号对应的板坯号清除
- model.resetInstanceNode("/root/initSlabData/SlabResult_VO");
-
- model.removenode("/root/reqData");
- model.makeValue("/root/reqData/QQ" , radio1.value);
- if(flag == "UIB020040")
- {
- commSubmit("UIB020040-service" , "findSlabSeq" , "glueAction.do");
- }
- else if(flag=="UIB020035")
- {
- ope.input40.value = radio1.value;
- ope.document.all("button99").dispatch("DOMActivate");
- window.close();
- }
- // model.copyNode("/root/SlabRadio" , "/root/resData/SlabResult_VO");
- // input1.value = radio1.value;
- // model.refresh();
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="cell" style="left:120px; top:5px; width:140px; height:23px; "/>
- <input id="input1" ref="/root/inputvalue" style="left:95px; top:0px; width:130px; height:20px; "/>
- <caption id="caption1" style="left:5px; top:0px; width:90px; height:20px; font-family:宋体; vertical-align:middle; background-color:#ffcc99; border-style:solid; ">请输入炉号:</caption>
- <button id="button1" visibility="visible" style="left:225px; top:0px; width:85px; height:20px; font-family:宋体; background-color:#cc99ff; ">
- <caption>选择</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ope.input40.value = input1.value;
- ope.document.all("button99").dispatch("DOMActivate");
- window.close();
- ]]>
- </script>
- </button>
- <line id="line1" style="x1:5px; y1:25px; x2:450px; y2:25px; border-color:#ff0000; "/>
- </xhtml:body>
- </xhtml:html>
|