| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <ShipCompCd/>
- <DestPcd/>
- <DlivType/>
- <ShipDirDateFrom/>
- <ShipDirDateTo/>
- <SpecAbbsym/>
- <CoilThkFrom/>
- <CoilThkTo/>
- <CoilWthFrom/>
- <CoilWthTo/>
- <CoilLenFrom/>
- <CoilLenTo/>
- <CustCd/>
- <OrdNo/>
- <OrdSeq/>
- <CurLoadLoc/>
- <ShipProgCd/>
- </formData>
- <gridData1/>
- <LOVData>
- <ShipCompCd/>
- <DlivType/>
- <CustCd/>
- <DestPcd/>
- <SpecAbbsym/>
- <ShipProgCd>
- <ShipProgCd_Row>
- <Label>发货指示确定待机</Label>
- <Value>01</Value>
- </ShipProgCd_Row>
- <ShipProgCd_Row>
- <Label>运送指示待机</Label>
- <Value>02</Value>
- </ShipProgCd_Row>
- <ShipProgCd_Row>
- <Label>排车待机</Label>
- <Value>03</Value>
- </ShipProgCd_Row>
- <ShipProgCd_Row>
- <Label>装车指示待机</Label>
- <Value>04</Value>
- </ShipProgCd_Row>
- <ShipProgCd_Row>
- <Label>装车待机</Label>
- <Value>05</Value>
- </ShipProgCd_Row>
- <ShipProgCd_Row>
- <Label>行车作业结束</Label>
- <Value>06</Value>
- </ShipProgCd_Row>
- <ShipProgCd_Row>
- <Label>发货结束</Label>
- <Value>07</Value>
- </ShipProgCd_Row>
- <ShipProgCd_Row>
- <Label>明细发行</Label>
- <Value>08</Value>
- </ShipProgCd_Row>
- </ShipProgCd>
- </LOVData>
- <resData/>
- <reqData/>
- <sumData>
- <TotalCount/>
- <TotalWeight/>
- </sumData>
- </root>
- </instance>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/mesCommon.js"/>
- <script type="javascript" src="../../js/dCommon.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // Populate values (发货指示期间-combo)
- model.makeValue("/root/reqData/FromNum" ,"7" );
- model.makeValue("/root/reqData/ToNum" ,"0" );
- model.makeValue("/root/reqData/DateType" ,"YYYYMMDD" );
- commSubmit("UIACommDate-service","success" ,"glueAction.do" );
- model.setValue("/root/formData/ShipDirDateFrom" , model.getValue("/root/resData/DateResultList_VO/DateResultList_Row/FR_DATE"));
- model.setValue("/root/formData/ShipDirDateTo" , model.getValue("/root/resData/DateResultList_VO/DateResultList_Row/TO_DATE"));
- //
- commSendReq("/root/formData");
- commSubmit("UIJ010070-service" ,"success" ,"glueAction.do" );
- errorMessage();
- // The first added "ALL" in ShipCompCd LOV
- model.makeValue("/root/LOVData/ShipCompCd/LOVResult_1_Row[1]/ShipCompNm" , "(ALL)" );
- model.makeValue("/root/LOVData/ShipCompCd/LOVResult_1_Row[1]/ShipCompCd" , "%" );
- var iRows = model.getXPathValue("count(/root/resData/LOVResult_1_VO/LOVResult_1_Row)");
- for( var i = 1; i <= iRows; i++ ) {
- model.makeValue("/root/LOVData/ShipCompCd/LOVResult_1_Row["+ (i + 1) +"]/ShipCompNm" , model.getValue("/root/resData/LOVResult_1_VO/LOVResult_1_Row["+ i +"]/SHIP_COMP_NM"));
- model.makeValue("/root/LOVData/ShipCompCd/LOVResult_1_Row["+ (i + 1) +"]/ShipCompCd" , model.getValue("/root/resData/LOVResult_1_VO/LOVResult_1_Row["+ i +"]/SHIP_COMP_CD"));
- }
- // The first added "ALL" in DlivType LOV
- model.makeValue("/root/LOVData/DlivType/LOVResult_1_Row[1]/DlivTypeDesc" , "(ALL)" );
- model.makeValue("/root/LOVData/DlivType/LOVResult_1_Row[1]/DlivType" , "%" );
- var iRows = model.getXPathValue("count(/root/resData/LOVResult_2_VO/LOVResult_2_Row)");
- for( var i = 1; i <= iRows; i++ ) {
- model.makeValue("/root/LOVData/DlivType/LOVResult_1_Row["+ (i + 1) +"]/DlivTypeDesc" , model.getValue("/root/resData/LOVResult_2_VO/LOVResult_2_Row["+ i +"]/DLIV_TYPE_DESC" ));
- model.makeValue("/root/LOVData/DlivType/LOVResult_1_Row["+ (i + 1) +"]/DlivType" , model.getValue("/root/resData/LOVResult_2_VO/LOVResult_2_Row["+ i +"]/DLIV_TYPE" ));
- }
- // The first added "ALL" in CustCd LOV
- model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row[1]/CustNm" , "(ALL)" );
- model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row[1]/CustCd" , "%" );
- var iRows = model.getXPathValue("count(/root/resData/LOVResult_3_VO/LOVResult_3_Row)");
- for( var i = 1; i <= iRows; i++ ) {
- model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row["+ (i + 1) +"]/CustNm" , model.getValue("/root/resData/LOVResult_3_VO/LOVResult_3_Row["+ i +"]/CUST_NM"));
- model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row["+ (i + 1) +"]/CustCd" , model.getValue("/root/resData/LOVResult_3_VO/LOVResult_3_Row["+ i +"]/CUST_CD"));
- }
- // The first added "ALL" in DestPcd LOV
- model.makeValue("/root/LOVData/DestPcd/LOVResult_1_Row[1]/DestPcdDesc" , "(ALL)" );
- model.makeValue("/root/LOVData/DestPcd/LOVResult_1_Row[1]/DestPcd" , "%" );
- var iRows = model.getXPathValue("count(/root/resData/LOVResult_4_VO/LOVResult_4_Row)");
- for( var i = 1; i <= iRows; i++ ) {
- model.makeValue("/root/LOVData/DestPcd/LOVResult_1_Row["+ (i + 1) +"]/DestPcdDesc" , model.getValue("/root/resData/LOVResult_4_VO/LOVResult_4_Row["+ i +"]/DEST_PCD_DESC" ));
- model.makeValue("/root/LOVData/DestPcd/LOVResult_1_Row["+ (i + 1) +"]/DestPcd" , model.getValue("/root/resData/LOVResult_4_VO/LOVResult_4_Row["+ i +"]/DEST_PCD" ));
- }
- // The first added "ALL" in SpecAbbsym LOV
- model.makeValue("/root/LOVData/SpecAbbsym/LOVResult_1_Row[1]/SpecAbbsymDesc" , "(ALL)" );
- model.makeValue("/root/LOVData/SpecAbbsym/LOVResult_1_Row[1]/SpecAbbsym" , "%" );
- var iRows = model.getXPathValue("count(/root/resData/LOVResult_5_VO/LOVResult_5_Row)");
- for( var i = 1; i <= iRows; i++ ) {
- model.makeValue("/root/LOVData/SpecAbbsym/LOVResult_1_Row["+ (i + 1) +"]/SpecAbbsymDesc" , model.getValue("/root/resData/LOVResult_5_VO/LOVResult_5_Row["+ i +"]/SPEC_ABBSYM_DESC"));
- model.makeValue("/root/LOVData/SpecAbbsym/LOVResult_1_Row["+ (i + 1) +"]/SpecAbbsym" , model.getValue("/root/resData/LOVResult_5_VO/LOVResult_5_Row["+ i +"]/SPEC_ABBSYM" ));
- }
- model.refresh();
- ShipCompCd.select(0);
- DlivType.select(0);
- CustCd.select(0);
- DestPcd.select(0);
- SpecAbbsym.select(0);
- ShipProgCd.select(0);
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //1、获取用户登录信息,只能在页面初始化函数中调用
- 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;
- for (var i = 0; i < nodeList.length; i++)
- model.instances(0).selectSingleNode("/root/initData/rcvInfo").appendChild(nodeList.item(i));
- }
-
- //2. 页面初始化函数(必须)
- function Init(node)
- {
- InitParams(node); // 用于设置节点:/root/initData/rcvInfo,获取用户登录信息
- // 在程序中会重建该节点,最好不要重名
- // 函数 InitParams 在 mesCommon.js 中,仅在需要使用登录用户信息时调用
- //...
- }
-
- //3、页面标题
- function setTitle()
- {
- return "工序计划->板坯设计->板坯设计"; // 如:return "进程管理 >> 订单进程现况查询";
- }
-
- function lpad(str, len, fill) {
- if (fill == null) fill = " ";
-
- str = str + "";
-
- while( str.length < len ) {
- str = fill + str;
- }
-
- return str;
- }
- function calcSummary() {
- model.setXPathValue("/root/sumData/TotalCount" ,"count(/root/gridData1/ListResult_1_VO/ListResult_1_Row )");
- model.setXPathValue("/root/sumData/TotalWeight" ,"sum (/root/gridData1/ListResult_1_VO/ListResult_1_Row/ACT_WGT)");
- }
- function find() {
- model.removeNodeset(dg1.nodeset);
- model.refresh();
- commSendReq("/root/formData");
- commSubmit("UIJ010070-service" ,"find" ,"glueAction.do" );
- commAppendData("/root/gridData1/ListResult_1_VO" ,"/root/resData/ListResult_1_VO");
- errorMessage();
- calcSummary();
- model.refresh();
- dg1.isSelected( dg1.fixedRows ) = true;
- dg1.refresh();
- }
- function save() {
- model.refresh();
- }
- function print() {
- alert("dg1.row = ["+ dg1.row +"]"); // current row index , start index = 0
- alert("dg1.rows = ["+ dg1.rows +"]"); // all row count(include title rows), start = 1
- alert("dg1.fixedRows = ["+ dg1.fixedRows +"]"); // fixed row count(only title rows), start = 1
- /*
- model.removeNodeset(dg1.nodeset);
- model.refresh();
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- model.makeValue("/root/reqData/TermOfDeliveryFrom" , model.getValue("/root/formData/TermOfDeliveryFrom"));
- model.makeValue("/root/reqData/TermOfDeliveryTo" , model.getValue("/root/formData/TermOfDeliveryTo" ));
- model.makeValue("/root/reqData/OrdNo" , model.getValue("/root/formData/OrdNo" ));
- model.makeValue("/root/reqData/OrdSeq" , model.getValue("/root/formData/OrdSeq" ));
-
- //alert(instance1.selectSingleNode("/root/reqData").xml);
- commSubmit("UIJ010070-service" ,"print" ,"glueAction.do" );
- commAppendData("/root/gridData1/ListResult_1_VO" ,"/root/resData/ListResult_1_VO" );
- model.setValue("/root/formData/MAX_DSN_SLAB_NO" , model.getValue("/root/resData/ListResult_3_VO/ListResult_3_Row/MAX_DSN_SLAB_NO") );
- window.load("http://localhost:8088/xgmes3/excel.jsp", "html");
- calculateSummary();
- model.refresh();
- */
- }
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,980;2,619;2,597;">
- <caption id="caption01" class="cell" style="left:1px; top:5px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[发货指示期间]]>
- </caption>
- <input id="ShipDirDateFrom" ref="/root/formData/ShipDirDateFrom" inputtype="date" format="yyyy-mm-dd" style="left:91px; top:5px; width:86px; height:20px; "/>
- <line id="line03" style="x1:179px; y1:14px; x2:187px; y2:14px; border-color:#000000; "/>
- <input id="ShipDirDateTo" ref="/root/formData/ShipDirDateTo" inputtype="date" format="yyyy-mm-dd" style="left:190px; top:5px; width:86px; height:20px; "/>
- <caption id="caption02" class="cell" style="left:291px; top:5px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[运输公司]]>
- </caption>
- <select1 id="ShipCompCd" ref="/root/formData/ShipCompCd" appearance="minimal" editmode="inputsearch" style="left:381px; top:5px; width:120px; height:20px; ">
- <choices>
- <itemset nodeset="/root/LOVData/ShipCompCd/LOVResult_1_Row">
- <label ref="ShipCompNm"/>
- <value ref="ShipCompCd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption03" class="cell" style="left:516px; top:5px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[运输方式]]>
- </caption>
- <select1 id="DlivType" ref="/root/formData/DlivType" appearance="minimal" style="left:606px; top:5px; width:105px; height:20px; ">
- <choices>
- <itemset nodeset="/root/LOVData/DlivType/LOVResult_1_Row">
- <label ref="DlivTypeDesc"/>
- <value ref="DlivType"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption04" class="cell" style="left:725px; top:5px; width:85px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[钢卷厚度]]>
- </caption>
- <input id="CoilThkFrom" ref="/root/formData/CoilThkFrom" format="#,###.#" style="left:812px; top:5px; width:78px; height:20px; text-align:right; "/>
- <line id="line04" style="x1:891px; y1:15px; x2:899px; y2:15px; border-color:#000000; "/>
- <input id="CoilThkTo" ref="/root/formData/CoilThkTo" format="#,###.#" style="left:902px; top:5px; width:78px; height:20px; text-align:right; "/>
- <caption id="caption05" class="cell" style="left:725px; top:30px; width:85px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[钢卷宽度]]>
- </caption>
- <input id="CoilWthFrom" ref="/root/formData/CoilWthFrom" format="#,###" style="left:812px; top:30px; width:78px; height:20px; text-align:right; "/>
- <line id="line05" style="x1:891px; y1:40px; x2:899px; y2:40px; border-color:#000000; "/>
- <input id="CoilWthTo" ref="/root/formData/CoilWthTo" format="#,###" style="left:902px; top:30px; width:78px; height:20px; text-align:right; "/>
- <caption id="caption06" class="cell" style="left:725px; top:55px; width:85px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[钢卷长度]]>
- </caption>
- <input id="CoilLenFrom" ref="/root/formData/CoilLenFrom" format="#,###" style="left:812px; top:55px; width:78px; height:20px; text-align:right; "/>
- <line id="line06" style="x1:891px; y1:65px; x2:899px; y2:65px; border-color:#000000; "/>
- <input id="CoilLenTo" ref="/root/formData/CoilLenTo" format="#,###" style="left:902px; top:55px; width:78px; height:20px; text-align:right; "/>
- <caption id="caption07" class="cell" style="left:1px; top:30px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[客户]]>
- </caption>
- <select1 id="CustCd" ref="/root/formData/CustCd" appearance="minimal" editmode="inputsearch" style="left:91px; top:30px; width:185px; height:20px; ">
- <choices>
- <itemset nodeset="/root/LOVData/CustCd/LOVResult_1_Row">
- <label ref="CustNm"/>
- <value ref="CustCd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption08" class="cell" style="left:291px; top:30px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[订单号]]>
- </caption>
- <input id="OrdNo" ref="/root/formData/OrdNo" maxlength="12" style="left:381px; top:30px; width:90px; height:20px; text-align:center; "/>
- <input id="OrdSeq" ref="/root/formData/OrdSeq" maxlength="3" style="left:472px; top:30px; width:29px; height:20px; text-align:center; "/>
- <caption id="caption09" class="cell" style="left:516px; top:30px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[目的地]]>
- </caption>
- <select1 id="DestPcd" ref="/root/formData/DestPcd" appearance="minimal" cols="5" editmode="inputsearch" style="left:606px; top:30px; width:105px; height:20px; ">
- <choices>
- <itemset nodeset="/root/LOVData/DestPcd/LOVResult_1_Row">
- <label ref="DestPcdDesc"/>
- <value ref="DestPcd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption10" class="cell" style="left:1px; top:55px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[标准号]]>
- </caption>
- <select1 id="SpecAbbsym" ref="/root/formData/SpecAbbsym" appearance="minimal" editmode="inputsearch" style="left:91px; top:55px; width:185px; height:20px; ">
- <choices>
- <itemset nodeset="/root/LOVData/SpecAbbsym/LOVResult_1_Row">
- <label ref="SpecAbbsymDesc"/>
- <value ref="SpecAbbsym"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption11" class="cell" style="left:291px; top:55px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[仓库]]>
- </caption>
- <input id="CurLoadLoc" ref="/root/formData/CurLoadLoc" maxlength="12" style="left:381px; top:55px; width:120px; height:20px; text-align:center; "/>
- <caption id="caption12" class="cell" style="left:516px; top:55px; width:88px; height:20px; text-align:center; vertical-align:middle; border-color:#000000; border-style:solid; ">
- <![CDATA[状态区分]]>
- </caption>
- <select1 id="ShipProgCd" ref="/root/formData/ShipProgCd" appearance="minimal" style="left:606px; top:55px; width:105px; height:20px; ">
- <choices>
- <item>
- <label>(ALL)</label>
- <value>%</value>
- </item>
- <item>
- <label>发货结束(还没明细发行)</label>
- <value>07</value>
- </item>
- <item>
- <label>明细发行结束</label>
- <value>08</value>
- </item>
- </choices>
- </select1>
- <datagrid id="dg1" nodeset="/root/gridData1/ListResult_1_VO/ListResult_1_Row" scroll="auto" caption="区分^钢卷号^订单号^序号^客户公司^订单者^装车地点^目的地^专用线^卸车地点^出发港^到达港^钢卷^钢卷^钢卷^钢卷^钢卷^运输方式^运输公司^车辆号^铁路运输号^运送指示号^发货指示号^交货期^出库清单号码^堆放位置^发货指示时间|区分^钢卷号^订单号^序号^客户公司^订单者^装车地点^目的地^专用线^卸车地点^出发港^到达港^厚度^宽度^长度^重量^外径^运输方式^运输公司^车辆号^铁路运输号^运送指示号^发货指示号^交货期^出库清单号码^堆放位置^发货指示时间" colsep="^" colwidth="60, 85, 80, 25, 100, 100, 40, 60, 60, 60, 60, 62, 50, 50, 50, 50, 50, 65, 60, 60, 75, 80, 80, 70, 90, 70, 120, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" defaultrows="10" explorerbar="sort" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:80px; width:980px; height:513px; ">
- <col editable="false" ref="SHIP_PROG_CD" type="combo" style="text-align:left; background-color:#ffffff; ">
- <choices>
- <itemset nodeset="/root/LOVData/ShipProgCd/ShipProgCd_Row">
- <label ref="Label"/>
- <value ref="Value"/>
- </itemset>
- </choices>
- </col>
- <col editable="false" ref="COIL_NO" type="input" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="ORD_NO" type="input" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="ORD_SEQ" type="input" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="CUST_NM" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="ORDCUST_NM" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="GET_ON_PCD" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="DEST_PCD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="EXLV_LINE_CD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="GET_OFF_PCD" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="DEPARTURE_CD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="ARRIVAL_CD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="COIL_THK" type="input" format="#,###.#" style="text-align:right; background-color:#ffffff; "/>
- <col editable="false" ref="COIL_WTH" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
- <col editable="false" ref="COIL_LEN" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
- <col editable="false" ref="ACT_WGT" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
- <col editable="false" ref="COIL_OUTDIA" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
- <col editable="false" ref="DLIV_TP_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="SHIP_COMP_NM" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="TRANS_CAR_NO" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="TRAIN_DLIVNO" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="DLIV_DIRNO" type="input" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="SHIP_DIRNO" type="input" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="ORD_DEVLMT_DATE" type="input" format="yyyy-mm-dd" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="SHIP_INVNO" type="input" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="CUR_LOAD_LOC" type="input" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="SHIP_DIR_DTIME" type="input" style="text-align:center; background-color:#ffffff; "/>
- <col editable="false" ref="CUR_PROG_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="CUST_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="ORDCUST_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="DEST_PCD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="EXLV_LINE_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="DEPARTURE_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="ARRIVAL_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="DLIV_TP" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="SHIP_COMP_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- <col editable="false" ref="COIL_STAT" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
- </datagrid>
- <caption id="caption101" class="cell" style="left:0px; top:599px; width:85px; height:20px; text-align:center; background-color:#ffcc99; border-color:#000000; border-style:solid; ">上表统计:</caption>
- <caption id="caption102" class="cell" style="left:90px; top:600px; width:80px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">钢卷总数量</caption>
- <output id="TotalCount" ref="/root/sumData/TotalCount" format="#,###" style="left:172px; top:600px; width:90px; height:20px; text-align:right; background-color:#ffffff; border-color:#000000; border-style:solid; "/>
- <caption id="caption104" class="cell" style="left:270px; top:599px; width:80px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">钢卷总重量</caption>
- <output id="TotalWeight" ref="/root/sumData/TotalWeight" format="#,###" style="left:353px; top:599px; width:90px; height:20px; text-align:right; background-color:#ffffff; border-color:#000000; border-style:solid; "/>
- <line id="line1" style="x1:0px; y1:2px; x2:978px; y2:2px; "/>
- <line id="line2" style="x1:2px; y1:77px; x2:980px; y2:77px; "/>
- <button id="button1" style="left:985px; top:5px; width:60px; height:20px; background-color:#c0c0c0; ">
- <caption>FIND</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <button id="button2" style="left:985px; top:30px; width:60px; height:20px; background-color:#c0c0c0; ">
- <caption>PRINT</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- print();
- ]]>
- </script>
- </button>
- <button id="button3" style="left:985px; top:55px; width:60px; height:20px; background-color:#c0c0c0; ">
- <caption>SEND</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- send();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|