| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <time>
- <s/>
- <e/>
- </time>
- <datagrid1>
- <L2QLTYRESULT/>
- </datagrid1>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function find()
- {
- model.removenode("/root/reqData");
- model.makeValue("/root/reqData/STIME" , input1.value+"0000");
- model.makeValue("/root/reqData/ETIME" , input2.value+"9999");
- //
- commSubmit("UIB020110-service" , "findL2" , "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/L2QLTYRESULT_VO");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid1" nodeset="/root/datagrid1/L2QLTYRESULT_Row" caption="钢Ïé号^ò¦ãÆ时间^试样号^ý§Óø^标ñ×号^标ñ×ø«号^实验项ÙÍ1^实验内é»1^实验项ÙÍ2^实验内é»2|钢Ïé号^ò¦ãÆ时间^试样号^ý§Óø^标ñ×号^标ñ×ø«号^实验项ÙÍ1^实验内é»1^实验项ÙÍ2^实验内é»2" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 87, 97, 90, 79" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:585px; ">
- <col ref="COIL_NO"/>
- <col ref="QLTY_SEND_DTIME"/>
- <col ref="SMP_NO"/>
- <col ref="COIL_THK"/>
- <col ref="SPEC_ABBSYM"/>
- <col ref="SPEC_STL_GRD"/>
- <col ref="QLTY_CD1"/>
- <col ref="QLTY_TT1"/>
- <col ref="QLTY_CD2"/>
- <col ref="QLTY_TT2"/>
- </datagrid>
- <button id="button1" style="left:365px; top:0px; width:100px; height:20px; background-color:#00ff00; border-style:solid; ">
- <caption>FIND</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/time/s" inputtype="date" style="left:100px; top:0px; width:100px; height:20px; "/>
- <input id="input2" ref="/root/time/e" inputtype="date" style="left:215px; top:0px; width:100px; height:20px; "/>
- <line id="line1" style="x1:200px; y1:10px; x2:215px; y2:10px; "/>
- <line id="line2" style="x1:0px; y1:25px; x2:975px; y2:25px; "/>
- <caption id="caption1" style="left:0px; top:0px; width:100px; height:20px; text-align:center; ">ò¦ãÆ时间</caption>
- </xhtml:body>
- </xhtml:html>
|