| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?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[统计管理>>现况分析>>成品库入库报表(UIH090050)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <searchData>
- <searchTime/>
- <searchGroup/>
- <searchShift/>
- </searchData>
- <datagrid1/>
- <sumData>
- <SUM_COILRST_CNT/>
- <SUM_COILRST_WGT/>
- </sumData>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript">
- <![CDATA[
- function InitParams(node) {
- if (typeof node == "undefined" && typeof node != "object") return;
- model.removenode("/root/initData/rcvInfo");
- model.makeNode("/root/initData/rcvInfo");
- var nodeList = node.childNodes;
- node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
- for (var i = 0; i < nodeList.length; i++)
- node.appendChild(nodeList.item(i));
- }
-
- function Init(node)
- {
- InitParams(node);
- }
-
- function find(){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- model.removenode("/root/datagrid1");
- model.makeNode("/root/datagrid1");
-
- if(model.getValue("/root/searchData/searchTime") == ""){
- var cur_date;
- cur_date = commCurDate();
- model.setValue("/root/searchData/searchTime",cur_date);
- model.refresh();
- }
-
- model.duplicate("/root/reqData","/root/searchData/searchTime");
-
- commSubmit("UIH090050-service", "find", "glueAction.do");
-
- commAppendData("/root/datagrid1/COILIN_VO","/root/resData/COILIN_VO");
- model.setValue("/root/sumData/SUM_COILRST_CNT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_CNT"));
- model.setValue("/root/sumData/SUM_COILRST_WGT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_WGT"));
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption1" class="cell" style="left:0px; top:5px; width:90px; height:20px; font-weight:bold; border-color:#000000; ">日期</caption>
- <input id="input1" ref="/root/searchData/searchTime" inputtype="date" format="yyyy-mm-dd" style="left:92px; top:5px; width:115px; height:20px; background-color:#ffff99; "/>
- <caption id="caption10" class="cell" visibility="hidden" style="left:215px; top:5px; width:90px; height:20px; font-weight:bold; border-color:#000000; ">班次</caption>
- <select1 id="combo1" ref="/root/searchData/searchShift" visibility="hidden" appearance="minimal" editmode="input" style="left:307px; top:5px; width:108px; height:20px; background-color:#ffff99; border-color:#000000; ">
- <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>
- </select1>
- <caption id="caption2" class="cell" visibility="hidden" style="left:425px; top:5px; width:90px; height:20px; font-weight:bold; border-color:#000000; ">班组</caption>
- <select1 id="combo2" ref="/root/searchData/searchGroup" visibility="hidden" appearance="minimal" editmode="input" style="left:517px; top:5px; width:108px; height:20px; background-color:#ffff99; border-color:#000000; ">
- <choices>
- <item>
- <label>--全部--</label>
- <value/>
- </item>
- <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>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/COILIN_VO/COILIN_Row" caption="序号^轧制单元号^订单号^轧批号^钢卷号^是否取样^钢种^规格(厚×宽)mm^卷重kg^堆置垛位^判定结果^缺陷类型^入库人^入库时间^备注" colsep="^" colwidth="50, 100, 100, 100, 100, 100, 100, 120, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:555px; ">
- <col ref="SEQ"/>
- <col ref="ROLL_MANA_NO"/>
- <col ref="ORD_NO"/>
- <col ref="SPM_NO"/>
- <col ref="OLD_SAMPL_NO"/>
- <col ref="SMP_DIR_PIC_YN"/>
- <col ref="SPEC_STL_GRD"/>
- <col ref="T_W"/>
- <col ref="ACT_WGT"/>
- <col ref="CUR_LOAD_LOC"/>
- <col ref="TOT_DEC_GRD"/>
- <col ref="CRK_CD"/>
- <col ref="REG_ID"/>
- <col ref="REG_DTIME"/>
- <col ref="REM"/>
- </datagrid>
- <output id="output5" ref="/root/sumData/SUM_COILRST_WGT" format="#,###" style="left:362px; top:591px; width:90px; height:20px; text-align:right; background-color:#ffffff; border-color:#000000; border-style:solid; "/>
- <output id="output6" ref="/root/sumData/SUM_COILRST_CNT" format="#,###" style="left:172px; top:591px; width:90px; height:20px; text-align:right; background-color:#ffffff; border-color:#000000; border-style:solid; "/>
- <caption id="caption3" class="cell" style="left:0px; top:590px; width:85px; height:20px; text-align:center; background-color:#ffcc99; border-color:#000000; border-style:solid; ">上表统计:</caption>
- <caption id="caption11" class="cell" style="left:90px; top:591px; width:80px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">钢卷总块数</caption>
- <caption id="caption12" class="cell" style="left:265px; top:591px; width:95px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">钢卷总重量(吨)</caption>
- </xhtml:body>
- </xhtml:html>
|