| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?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="">
- <reqData/>
- <resData/>
- <datagrid1/>
- <formData>
- <SDTIME/>
- <EDTIME/>
- <COIL1/>
- <COIL2/>
- </formData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ]]>
- </script>
- </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.makeNode("/root/reqData");
-
- commSubmit("UIB030204-service", "find", "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/HisDcsResult_VO");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid3" nodeset="/root/datagrid3/HisDcsResult_Row" caption="钢卷号^状态区分^合同号^订单号^原始合同号^原始订单号^材质判定等级^成分判定等级^重量判定等级^外观判定等级^尺寸判定等级^综合判定等级^操作人^操作时间" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 55, 55, 55, 55, 55, 55, 71, 71" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="30" rowsep="|" tooltip="label" style="left:0px; top:40px; width:975px; height:570px; ">
- <col ref="MATERIAL_NO"/>
- <col disabled="true" ref="DCS_FLAG" type="combo">
- <choices>
- <item>
- <label>综合判定</label>
- <value>D</value>
- </item>
- <item>
- <label>取消判定</label>
- <value>C</value>
- </item>
- </choices>
- </col>
- <col ref="ORD_NO"/>
- <col ref="ORD_SEQ"/>
- <col ref="ORG_ORD_NO"/>
- <col ref="ORG_ORD_SEQ"/>
- <col ref="MATLQLTY_DEC_GRD"/>
- <col ref="INGR_DEC_GRD"/>
- <col ref="WGT_DEC_RST"/>
- <col ref="EXTSHAPE_DEC_GRD"/>
- <col ref="SIZE_DEC_RST"/>
- <col ref="TOT_DEC_GRD"/>
- <col ref="REG_PGM_ID"/>
- <col ref="REG_DTIME" format="yyyy-mm-dd hh:nn:ss"/>
- </datagrid>
- <button id="button1" style="left:905px; top:10px; width:65px; height:20px; ">
- <caption>FIND</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <line id="line1" style="x1:0px; y1:35px; x2:975px; y2:35px; "/>
- <caption id="caption1" class="cell" style="left:0px; top:10px; width:100px; height:20px; ">判定日期</caption>
- <input id="input1" style="left:100px; top:10px; width:100px; height:20px; "/>
- <line id="line2" style="x1:200px; y1:20px; x2:210px; y2:20px; "/>
- <input id="input2" style="left:210px; top:10px; width:100px; height:20px; "/>
- <caption id="caption2" class="cell" style="left:335px; top:10px; width:100px; height:20px; ">轧批号</caption>
- <input id="input3" style="left:435px; top:10px; width:100px; height:20px; "/>
- <line id="line3" style="x1:535px; y1:20px; x2:545px; y2:20px; "/>
- <input id="input4" style="left:545px; top:10px; width:100px; height:20px; "/>
- </xhtml:body>
- </xhtml:html>
|