| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?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[ 发货管理 >> 发货处理 >> 日下车计划表(UIG020006)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <fromDate/>
- <toDate/>
- <transType>T</transType>
- </formData>
- <resData/>
- <reqData/>
- <grid1/>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function excelExport(){
- return datagrid1;
- }
-
- function find(){
- commSendReq("/root/formData");
- commSubmit("UIJ010080-service","find","glueAction.do");
-
- // commAppendData("/root/grid1/UIJ010080_RST_VO","/root/resData/UIJ010080_RST_VO");
- datagrid1.refresh();
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body style="font-family:宋体; ">
- <datagrid id="datagrid1" nodeset="/root/grid1/UIJ010080RST_VO/UIJ010080RST_Row" caption="运往地^合同号^计划号^是否出口^计划时间^产线^实际发货时间^车牌号^出库指示号^客户名称^合同性质^收货单位^钢种^牌号^重量^装车点^承运单位^到站^是否水运" colsep="^" colwidth="50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:980px; height:205px; ">
- <col ref="YWD"/>
- <col ref="PACTNO"/>
- <col ref="ORDERNO"/>
- <col ref="ISOUT"/>
- <col ref="PLANDATE"/>
- <col ref="PL"/>
- <col ref="REALSENDTIME"/>
- <col ref="TRANS_CAR_NO"/>
- <col ref="DLIV_DIRNO"/>
- <col ref="BUYERCODE"/>
- <col ref="transtype"/>
- <col ref="INCEPTCORPCODE"/>
- <col ref="STL_GRD"/>
- <col ref="SPEC_STL_GRD"/>
- <col ref="ACT_WGT"/>
- <col ref="loadposition"/>
- <col ref="MOTORMANNAME"/>
- <col ref="STATIONCODE"/>
- <col ref="BY_SEA_YN"/>
- </datagrid>
- <line id="line1" style="x1:95px; y1:15px; x2:110px; y2:15px; "/>
- <input id="input1" ref="/root/formData/fromDate" class="input" inputtype="date" style="left:0px; top:5px; width:95px; height:20px; "/>
- <input id="input2" ref="/root/formData/toDate" class="input" inputtype="date" style="left:110px; top:5px; width:95px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/formData/fromDate") == null || model.getValue("/root/formData/fromDate") == ""){
- model.setValue("/root/formData/fromDate",model.getValue("/root/formData/toDate"));
- input1.refresh();
- }
- ]]>
- </script>
- </input>
- <select1 id="combo1" ref="/root/formData/transType" appearance="minimal" style="left:230px; top:5px; width:110px; height:20px; ">
- <choices>
- <item>
- <label>火运</label>
- <value>T</value>
- </item>
- <item>
- <label>汽运</label>
- <value>C</value>
- </item>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|