| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>
- <![CDATA[热轧作业 >> 钢卷库管理 >> 移送实绩查询(UIH070020) ]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <resData/>
- <reqData/>
- <searchData>
- <MOVE_TIME_F/>
- <OLD_SAMPL_NO/>
- <MOVE_ST/>
- <SPEC_STL_GRD/>
- <ORDCUST_CD_DESC/>
- <MOVE_SHIFT/>
- <MOVE_GROUP/>
- <ORD_NO/>
- <MOVE_TIME_T/>
- </searchData>
- <datagrid1/>
- <sumData>
- <SUM_COILRST_CNT/>
- <SUM_COILRST_WGT/>
- </sumData>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function Init(node) {
- InitParams(node);
- //默认给出系统时间
- var dtime = commCurDate();
- if(model.getValue("/root/searchData/MOVE_TIME_F") == "" || model.getValue("/root/searchData/MOVE_TIME_T") == ""){
- model.setValue("/root/searchData/MOVE_TIME_F",dtime);
- model.setValue("/root/searchData/MOVE_TIME_T",dtime);
- }
- input2.refresh();
- input1.refresh();
- }
- //调用公共的初始化方法获得登录用户名
- 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 excelExport(){
- return datagrid1;
- }
-
- //查询方法
- function find(){
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- commSendReq("/root/searchData");
- commSubmit("UIH070010-service", "findReport", "glueAction.do");
-
- commAppendData("/root/datagrid1/TranfReport_VO","/root/resData/TranfReport_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>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body guideline="2,-3;">
- <caption id="caption5" class="cell" style="left:155px; top:0px; width:65px; height:20px; font-weight:bold; border-color:#000000; ">移送日期</caption>
- <input id="input2" ref="/root/searchData/MOVE_TIME_F" inputtype="date" style="left:220px; top:0px; width:100px; height:20px; background-color:#ffff99; "/>
- <input id="combo4" ref="/root/searchData/OLD_SAMPL_NO" editmode="input" appearance="minimal" style="left:45px; top:0px; width:105px; height:20px; background-color:#ffff99; border-color:#000000; "/>
- <caption id="caption11" class="cell" style="left:0px; top:0px; width:45px; height:20px; font-weight:bold; border-color:#000000; ">钢卷号</caption>
- <select1 id="combo5" ref="/root/searchData/MOVE_ST" appearance="minimal" editmode="input" style="left:385px; top:25px; width:125px; height:20px; background-color:#ffff99; border-color:#000000; ">
- <choices>
- <item>
- <label>板加接收等待</label>
- <value>0</value>
- </item>
- <item>
- <label>板加接收</label>
- <value>1</value>
- </item>
- <item>
- <label>热轧退回卷重新入库</label>
- <value>2</value>
- </item>
- <item>
- <label>板加退回</label>
- <value>3</value>
- </item>
- <item>
- <label>冷轧接收等待</label>
- <value>4</value>
- </item>
- <item>
- <label>冷轧接收</label>
- <value>5</value>
- </item>
- <item>
- <label>冷轧退回</label>
- <value>6</value>
- </item>
- <item>
- <label>冷轧退回卷重新入库</label>
- <value>7</value>
- </item>
- <item>
- <label>板加退回卷重新入库</label>
- <value>8</value>
- </item>
- <item>
- <label/>
- <value/>
- </item>
- </choices>
- </select1>
- <caption id="caption12" class="cell" style="left:325px; top:25px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">移送状态</caption>
- <datagrid id="datagrid1" nodeset="/root/datagrid1/TranfReport_VO/TranfReport_Row" scroll="both" allowuserresize="true" caption="钢卷号^钢码^合同号^订单号^钢卷^钢卷^钢卷^钢卷^车辆号^板加移送货单^冷轧移送货单^移送目的地^移送日期^钢卷退回放置位置^移送状态^发货单位^客户单位^^目的地^产品类型^接收人^接收时间^退回人^退回时间^退回原因^退回备注^退回班次^退回班组^热轧退回入库人^热轧退回入库时间^板加退回入库人^板加退回入库时间^冷轧退回入库人^冷轧退回入库时间|钢卷号^钢码^合同号^订单号^厚度^宽度^长度^重量^车辆号^板加移送货单^冷轧移送货单^移送目的地^移送日期^钢卷退回放置位置^移送状态^发货单位^客户单位^^目的地^产品类型^接收人^接收时间^退回人^退回时间^退回原因^退回备注^退回班次^退回班组^热轧退回入库人^热轧退回入库时间^板加退回入库人^板加退回入库时间^冷轧退回入库人^冷轧退回入库时间" colsep="^" colwidth="91, 84, 70, 45, 32, 33, 33, 31, 83, 65, 65, 58, 100, 78, 111, 100, 100, 100, 100, 100, 45, 71, 70, 79, 100, 100, 100, 100, 61, 78, 54, 70, 57, 67" defaultrows="30" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:45px; width:980px; height:575px; border-color:#000000; ">
- <col editable="false" ref="OLD_SAMPL_NO" type="input"/>
- <col editable="false" ref="SPEC_STL_GRD" type="input"/>
- <col editable="false" ref="ORD_NO" type="input"/>
- <col editable="false" ref="ORD_SEQ" type="input"/>
- <col editable="false" ref="COIL_THK" type="input"/>
- <col editable="false" ref="COIL_WTH" type="input"/>
- <col editable="false" ref="COIL_LEN" type="input"/>
- <col editable="false" ref="ACT_WGT" type="input"/>
- <col editable="false" ref="TRANS_CAR_NO" type="input"/>
- <col editable="false" ref="SHIP_INVNO" type="input"/>
- <col editable="false" ref="SHIP_INVNO_CR" type="input"/>
- <col disabled="true" ref="ROUTE" type="combo">
- <choices>
- <item>
- <label>板加厂</label>
- <value>B</value>
- </item>
- <item>
- <label>冷轧厂</label>
- <value>C</value>
- </item>
- </choices>
- </col>
- <col editable="false" ref="MOVE_TIME" type="input" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="RTN_CUR_STORE_LOC" type="input" maxlength="10" style="background-color:#ffff99; "/>
- <col disabled="true" ref="MOVE_ST" type="combo">
- <choices>
- <item>
- <label>板加接收等待</label>
- <value>0</value>
- </item>
- <item>
- <label>板加接收</label>
- <value>1</value>
- </item>
- <item>
- <label>热轧移送退回卷重新入库</label>
- <value>2</value>
- </item>
- <item>
- <label>板加退回</label>
- <value>3</value>
- </item>
- <item>
- <label>冷轧接收等待</label>
- <value>4</value>
- </item>
- <item>
- <label>冷轧接收</label>
- <value>5</value>
- </item>
- <item>
- <label>冷轧退回</label>
- <value>6</value>
- </item>
- <item>
- <label>冷轧退回卷重新入库</label>
- <value>7</value>
- </item>
- <item>
- <label>板加退回卷重新入库</label>
- <value>8</value>
- </item>
- </choices>
- </col>
- <col editable="false" ref="ORDCUST_CD_DESC" type="input"/>
- <col editable="false" ref="CUST_CD_DESC" type="input"/>
- <col editable="false" ref="ORDCUST_CD" type="input" visibility="hidden"/>
- <col editable="false" ref="DEST_PCD" type="input"/>
- <col editable="false" ref="PRODNM_CD" type="input"/>
- <col editable="false" ref="CREATOR" type="input"/>
- <col editable="false" ref="CREATE_TIME" type="input"/>
- <col editable="false" ref="RETURN_REG" type="input"/>
- <col editable="false" ref="RETURN_DTIME" type="input"/>
- <col editable="false" ref="RTN_CAU_CD" type="input"/>
- <col editable="false" ref="RETURN_REM" type="input"/>
- <col editable="false" ref="RETURN_SHIFT" type="input"/>
- <col editable="false" ref="RETURN_GROUP" type="input"/>
- <col editable="false" ref="YSRETURN_REG" type="input"/>
- <col editable="false" ref="YSRETURN_DTIME" type="input"/>
- <col editable="false" ref="BJRETURN_REG" type="input"/>
- <col editable="false" ref="BJRETURN_DTIME" type="input"/>
- <col editable="false" ref="CRRETURN_REG" type="input"/>
- <col editable="false" ref="CRRETURN_DTIME" type="input"/>
- </datagrid>
- <caption id="caption14" class="cell" style="left:440px; top:0px; width:45px; height:20px; font-weight:bold; border-color:#000000; ">钢码</caption>
- <caption id="caption15" class="cell" style="left:590px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">发货单位</caption>
- <input id="input5" ref="/root/searchData/SPEC_STL_GRD" editmode="input" appearance="minimal" style="left:485px; top:0px; width:95px; height:20px; background-color:#ffff99; border-color:#000000; "/>
- <input id="input6" ref="/root/searchData/ORDCUST_CD_DESC" editmode="input" appearance="minimal" style="left:650px; top:0px; width:120px; height:20px; background-color:#ffff99; border-color:#000000; "/>
- <caption id="caption1" class="cell" style="left:155px; top:25px; width:65px; height:20px; font-weight:bold; border-color:#000000; ">班 组</caption>
- <select1 id="combo1" ref="/root/searchData/MOVE_SHIFT" appearance="minimal" editmode="input" style="left:45px; top:25px; width:105px; height:20px; background-color:#ffff99; border-color:#000000; ">
- <choices>
- <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" style="left:0px; top:25px; width:45px; height:20px; font-weight:bold; border-color:#000000; ">班次</caption>
- <select1 id="combo2" ref="/root/searchData/MOVE_GROUP" appearance="minimal" editmode="input" style="left:220px; top:25px; width:100px; height:20px; background-color:#ffff99; border-color:#000000; ">
- <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>
- <output id="output5" ref="/root/sumData/SUM_COILRST_WGT" format="#,###" style="left:887px; top:25px; 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:672px; top:25px; width:90px; height:20px; text-align:right; background-color:#ffffff; border-color:#000000; border-style:solid; "/>
- <caption id="caption3" class="cell" style="left:590px; top:25px; width:80px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">钢卷总块数</caption>
- <caption id="caption4" class="cell" style="left:765px; top:25px; width:120px; height:20px; font-weight:bold; text-align:center; border-color:#000000; border-style:solid; ">钢卷总重量(吨)</caption>
- <input id="input1" ref="/root/searchData/MOVE_TIME_T" inputtype="date" style="left:330px; top:0px; width:100px; height:20px; background-color:#ffff99; "/>
- <caption id="caption6" class="cell" style="left:785px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">合同号</caption>
- <input id="input3" ref="/root/searchData/ORD_NO" editmode="input" appearance="minimal" style="left:845px; top:0px; width:130px; height:20px; background-color:#ffff99; border-color:#000000; "/>
- <line id="line1" style="x1:320px; y1:10px; x2:330px; y2:10px; "/>
- </xhtml:body>
- </xhtml:html>
|