6f9f363fce52de17c07f5ab9efea4a744d0cd861.svn-base 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../css/body.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>
  6. <![CDATA[ 发货管理 >> 发货处理 >> 日下车计划表(UIG020006)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <formData>
  12. <fromDate/>
  13. <toDate/>
  14. <transType>T</transType>
  15. </formData>
  16. <resData/>
  17. <reqData/>
  18. <grid1/>
  19. </root>
  20. </instance>
  21. </model>
  22. <script type="javascript">
  23. <![CDATA[
  24. function excelExport(){
  25. return datagrid1;
  26. }
  27. function find(){
  28. commSendReq("/root/formData");
  29. commSubmit("UIJ010080-service","find","glueAction.do");
  30. // commAppendData("/root/grid1/UIJ010080_RST_VO","/root/resData/UIJ010080_RST_VO");
  31. datagrid1.refresh();
  32. }
  33. ]]>
  34. </script>
  35. <script type="javascript" src="../../js/boaCommon.js"/>
  36. </xhtml:head>
  37. <xhtml:body style="font-family:宋体; ">
  38. <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; ">
  39. <col ref="YWD"/>
  40. <col ref="PACTNO"/>
  41. <col ref="ORDERNO"/>
  42. <col ref="ISOUT"/>
  43. <col ref="PLANDATE"/>
  44. <col ref="PL"/>
  45. <col ref="REALSENDTIME"/>
  46. <col ref="TRANS_CAR_NO"/>
  47. <col ref="DLIV_DIRNO"/>
  48. <col ref="BUYERCODE"/>
  49. <col ref="transtype"/>
  50. <col ref="INCEPTCORPCODE"/>
  51. <col ref="STL_GRD"/>
  52. <col ref="SPEC_STL_GRD"/>
  53. <col ref="ACT_WGT"/>
  54. <col ref="loadposition"/>
  55. <col ref="MOTORMANNAME"/>
  56. <col ref="STATIONCODE"/>
  57. <col ref="BY_SEA_YN"/>
  58. </datagrid>
  59. <line id="line1" style="x1:95px; y1:15px; x2:110px; y2:15px; "/>
  60. <input id="input1" ref="/root/formData/fromDate" class="input" inputtype="date" style="left:0px; top:5px; width:95px; height:20px; "/>
  61. <input id="input2" ref="/root/formData/toDate" class="input" inputtype="date" style="left:110px; top:5px; width:95px; height:20px; ">
  62. <script type="javascript" ev:event="xforms-value-changed">
  63. <![CDATA[
  64. if(model.getValue("/root/formData/fromDate") == null || model.getValue("/root/formData/fromDate") == ""){
  65. model.setValue("/root/formData/fromDate",model.getValue("/root/formData/toDate"));
  66. input1.refresh();
  67. }
  68. ]]>
  69. </script>
  70. </input>
  71. <select1 id="combo1" ref="/root/formData/transType" appearance="minimal" style="left:230px; top:5px; width:110px; height:20px; ">
  72. <choices>
  73. <item>
  74. <label>火运</label>
  75. <value>T</value>
  76. </item>
  77. <item>
  78. <label>汽运</label>
  79. <value>C</value>
  80. </item>
  81. </choices>
  82. </select1>
  83. </xhtml:body>
  84. </xhtml:html>