| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../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>
- <![CDATA[统计管理>>现况分析>>热连轧厂板坯出库报表(UIG070010) ]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <WKGROUP/>
- <WKSHIFT/>
- <REP_DATE/>
- </formData>
- <grid/>
- <reqData/>
- <resData/>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function find(){
- commSendReq("/root/formData");
-
- model.duplicate("/root/reqData","/root/formData/REP_DATE");
- model.duplicate("/root/reqData","/root/formData/WKGROUP");
- model.duplicate("/root/reqData","/root/formData/WKSHIFT");
- commSubmit("UIG070010-service","find","glueAction.do");
-
-
- commAppendData("/root/grid/dataEdit_VO","/root/resData/dataEdit_VO");
-
- var ordno = model1.getValue("/root/resData/dataEdit_VO/dataEdit_Row/ORD_NO");
- alert(ordno);
-
- datagrid1.refresh();
- }
-
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption3" class="cell" style="left:0px; top:0px; width:90px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">日期</caption>
- <caption id="caption1" class="cell" style="left:220px; top:0px; width:90px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">班组</caption>
- <select1 id="combo2" ref="/root/formData/WKGROUP" appearance="minimal" style="left:310px; top:0px; width:75px; height:20px; ">
- <choices>
- <item>
- <label>甲</label>
- <value>A</value>
- </item>
- <item>
- <label>乙</label>
- <value>B</value>
- </item>
- <item>
- <label>丙</label>
- <value>C</value>
- </item>
- <item>
- <label>丁</label>
- <value>D</value>
- </item>
- </choices>
- </select1>
- <caption id="caption2" class="cell" style="left:395px; top:0px; width:90px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">班次</caption>
- <select1 id="combo3" ref="/root/formData/WKSHIFT" appearance="minimal" style="left:485px; top:0px; width:60px; height:20px; ">
- <choices>
- <item>
- <label>早班</label>
- <value>1</value>
- </item>
- <item>
- <label>中班</label>
- <value>2</value>
- </item>
- <item>
- <label>晚班</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <datagrid id="datagrid1" nodeset="/root/grid/dataEdit_VO/dataEdit_Row" caption="序号^订单号^板坯号^钢号^规格(厚×宽×长)^重量^去向^领料人^出库时间^回炉类型" colsep="^" colwidth="54, 143, 109, 141, 127, 64, 51, 91, 108, 89" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:45px; width:980px; height:575px; ">
- <col ref="SEQ_NO"/>
- <col ref="ORD_NO"/>
- <col ref="SLAB_NO"/>
- <col ref="STL_GRD"/>
- <col ref="SLAB_SIZE"/>
- <col ref="SLAB_WGT"/>
- <col ref="SLAB_RT"/>
- <col ref="EMP_ID"/>
- <col ref="SLAB_STOCK_EXT_DTIME"/>
- <col ref="MISSNO_CLF"/>
- </datagrid>
- <input id="input6" ref="/root/formData/REP_DATE" inputtype="date" format="yyyy-mm-dd" style="left:89px; top:0px; width:110px; height:20px; background-color:#ffff99; border-color:#000000; "/>
- </xhtml:body>
- </xhtml:html>
|