UIJ010070.xrw 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../css/body.css" type="text/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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <formData>
  10. <ShipCompCd/>
  11. <DestPcd/>
  12. <DlivType/>
  13. <ShipDirDateFrom/>
  14. <ShipDirDateTo/>
  15. <SpecAbbsym/>
  16. <CoilThkFrom/>
  17. <CoilThkTo/>
  18. <CoilWthFrom/>
  19. <CoilWthTo/>
  20. <CoilLenFrom/>
  21. <CoilLenTo/>
  22. <CustCd/>
  23. <OrdNo/>
  24. <OrdSeq/>
  25. <CurLoadLoc/>
  26. <ShipProgCd/>
  27. </formData>
  28. <gridData1/>
  29. <LOVData>
  30. <ShipCompCd/>
  31. <DlivType/>
  32. <CustCd/>
  33. <DestPcd/>
  34. <SpecAbbsym/>
  35. <ShipProgCd>
  36. <ShipProgCd_Row>
  37. <Label>发货指示确定待机</Label>
  38. <Value>01</Value>
  39. </ShipProgCd_Row>
  40. <ShipProgCd_Row>
  41. <Label>运送指示待机</Label>
  42. <Value>02</Value>
  43. </ShipProgCd_Row>
  44. <ShipProgCd_Row>
  45. <Label>排车待机</Label>
  46. <Value>03</Value>
  47. </ShipProgCd_Row>
  48. <ShipProgCd_Row>
  49. <Label>装车指示待机</Label>
  50. <Value>04</Value>
  51. </ShipProgCd_Row>
  52. <ShipProgCd_Row>
  53. <Label>装车待机</Label>
  54. <Value>05</Value>
  55. </ShipProgCd_Row>
  56. <ShipProgCd_Row>
  57. <Label>行车作业结束</Label>
  58. <Value>06</Value>
  59. </ShipProgCd_Row>
  60. <ShipProgCd_Row>
  61. <Label>发货结束</Label>
  62. <Value>07</Value>
  63. </ShipProgCd_Row>
  64. <ShipProgCd_Row>
  65. <Label>明细发行</Label>
  66. <Value>08</Value>
  67. </ShipProgCd_Row>
  68. </ShipProgCd>
  69. </LOVData>
  70. <resData/>
  71. <reqData/>
  72. <sumData>
  73. <TotalCount/>
  74. <TotalWeight/>
  75. </sumData>
  76. </root>
  77. </instance>
  78. <script type="javascript" src="../../js/boaCommon.js"/>
  79. <script type="javascript" src="../../js/boaMsg.js"/>
  80. <script type="javascript" src="../../js/mesCommon.js"/>
  81. <script type="javascript" src="../../js/dCommon.js"/>
  82. <script type="javascript" ev:event="xforms-ready">
  83. <![CDATA[
  84. // Populate values (发货指示期间-combo)
  85. model.makeValue("/root/reqData/FromNum" ,"7" );
  86. model.makeValue("/root/reqData/ToNum" ,"0" );
  87. model.makeValue("/root/reqData/DateType" ,"YYYYMMDD" );
  88. commSubmit("UIACommDate-service","success" ,"glueAction.do" );
  89. model.setValue("/root/formData/ShipDirDateFrom" , model.getValue("/root/resData/DateResultList_VO/DateResultList_Row/FR_DATE"));
  90. model.setValue("/root/formData/ShipDirDateTo" , model.getValue("/root/resData/DateResultList_VO/DateResultList_Row/TO_DATE"));
  91. //
  92. commSendReq("/root/formData");
  93. commSubmit("UIJ010070-service" ,"success" ,"glueAction.do" );
  94. errorMessage();
  95. // The first added "ALL" in ShipCompCd LOV
  96. model.makeValue("/root/LOVData/ShipCompCd/LOVResult_1_Row[1]/ShipCompNm" , "(ALL)" );
  97. model.makeValue("/root/LOVData/ShipCompCd/LOVResult_1_Row[1]/ShipCompCd" , "%" );
  98. var iRows = model.getXPathValue("count(/root/resData/LOVResult_1_VO/LOVResult_1_Row)");
  99. for( var i = 1; i <= iRows; i++ ) {
  100. 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"));
  101. 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"));
  102. }
  103. // The first added "ALL" in DlivType LOV
  104. model.makeValue("/root/LOVData/DlivType/LOVResult_1_Row[1]/DlivTypeDesc" , "(ALL)" );
  105. model.makeValue("/root/LOVData/DlivType/LOVResult_1_Row[1]/DlivType" , "%" );
  106. var iRows = model.getXPathValue("count(/root/resData/LOVResult_2_VO/LOVResult_2_Row)");
  107. for( var i = 1; i <= iRows; i++ ) {
  108. 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" ));
  109. model.makeValue("/root/LOVData/DlivType/LOVResult_1_Row["+ (i + 1) +"]/DlivType" , model.getValue("/root/resData/LOVResult_2_VO/LOVResult_2_Row["+ i +"]/DLIV_TYPE" ));
  110. }
  111. // The first added "ALL" in CustCd LOV
  112. model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row[1]/CustNm" , "(ALL)" );
  113. model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row[1]/CustCd" , "%" );
  114. var iRows = model.getXPathValue("count(/root/resData/LOVResult_3_VO/LOVResult_3_Row)");
  115. for( var i = 1; i <= iRows; i++ ) {
  116. model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row["+ (i + 1) +"]/CustNm" , model.getValue("/root/resData/LOVResult_3_VO/LOVResult_3_Row["+ i +"]/CUST_NM"));
  117. model.makeValue("/root/LOVData/CustCd/LOVResult_1_Row["+ (i + 1) +"]/CustCd" , model.getValue("/root/resData/LOVResult_3_VO/LOVResult_3_Row["+ i +"]/CUST_CD"));
  118. }
  119. // The first added "ALL" in DestPcd LOV
  120. model.makeValue("/root/LOVData/DestPcd/LOVResult_1_Row[1]/DestPcdDesc" , "(ALL)" );
  121. model.makeValue("/root/LOVData/DestPcd/LOVResult_1_Row[1]/DestPcd" , "%" );
  122. var iRows = model.getXPathValue("count(/root/resData/LOVResult_4_VO/LOVResult_4_Row)");
  123. for( var i = 1; i <= iRows; i++ ) {
  124. 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" ));
  125. model.makeValue("/root/LOVData/DestPcd/LOVResult_1_Row["+ (i + 1) +"]/DestPcd" , model.getValue("/root/resData/LOVResult_4_VO/LOVResult_4_Row["+ i +"]/DEST_PCD" ));
  126. }
  127. // The first added "ALL" in SpecAbbsym LOV
  128. model.makeValue("/root/LOVData/SpecAbbsym/LOVResult_1_Row[1]/SpecAbbsymDesc" , "(ALL)" );
  129. model.makeValue("/root/LOVData/SpecAbbsym/LOVResult_1_Row[1]/SpecAbbsym" , "%" );
  130. var iRows = model.getXPathValue("count(/root/resData/LOVResult_5_VO/LOVResult_5_Row)");
  131. for( var i = 1; i <= iRows; i++ ) {
  132. 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"));
  133. model.makeValue("/root/LOVData/SpecAbbsym/LOVResult_1_Row["+ (i + 1) +"]/SpecAbbsym" , model.getValue("/root/resData/LOVResult_5_VO/LOVResult_5_Row["+ i +"]/SPEC_ABBSYM" ));
  134. }
  135. model.refresh();
  136. ShipCompCd.select(0);
  137. DlivType.select(0);
  138. CustCd.select(0);
  139. DestPcd.select(0);
  140. SpecAbbsym.select(0);
  141. ShipProgCd.select(0);
  142. ]]>
  143. </script>
  144. <script type="javascript">
  145. <![CDATA[
  146. //1、获取用户登录信息,只能在页面初始化函数中调用
  147. function InitParams(node)
  148. {
  149. if (typeof node == "undefined" && typeof node != "object") return;
  150. model.removenode("/root/initData/rcvInfo");
  151. model.makeNode("/root/initData/rcvInfo");
  152. var nodeList = node.childNodes;
  153. for (var i = 0; i < nodeList.length; i++)
  154. model.instances(0).selectSingleNode("/root/initData/rcvInfo").appendChild(nodeList.item(i));
  155. }
  156. //2. 页面初始化函数(必须)
  157. function Init(node)
  158. {
  159. InitParams(node); // 用于设置节点:/root/initData/rcvInfo,获取用户登录信息
  160. // 在程序中会重建该节点,最好不要重名
  161. // 函数 InitParams 在 mesCommon.js 中,仅在需要使用登录用户信息时调用
  162. //...
  163. }
  164. //3、页面标题
  165. function setTitle()
  166. {
  167. return "工序计划->板坯设计->板坯设计"; // 如:return "进程管理 >> 订单进程现况查询";
  168. }
  169. function lpad(str, len, fill) {
  170. if (fill == null) fill = " ";
  171. str = str + "";
  172. while( str.length < len ) {
  173. str = fill + str;
  174. }
  175. return str;
  176. }
  177. function calcSummary() {
  178. model.setXPathValue("/root/sumData/TotalCount" ,"count(/root/gridData1/ListResult_1_VO/ListResult_1_Row )");
  179. model.setXPathValue("/root/sumData/TotalWeight" ,"sum (/root/gridData1/ListResult_1_VO/ListResult_1_Row/ACT_WGT)");
  180. }
  181. function find() {
  182. model.removeNodeset(dg1.nodeset);
  183. model.refresh();
  184. commSendReq("/root/formData");
  185. commSubmit("UIJ010070-service" ,"find" ,"glueAction.do" );
  186. commAppendData("/root/gridData1/ListResult_1_VO" ,"/root/resData/ListResult_1_VO");
  187. errorMessage();
  188. calcSummary();
  189. model.refresh();
  190. dg1.isSelected( dg1.fixedRows ) = true;
  191. dg1.refresh();
  192. }
  193. function save() {
  194. model.refresh();
  195. }
  196. function print() {
  197. alert("dg1.row = ["+ dg1.row +"]"); // current row index , start index = 0
  198. alert("dg1.rows = ["+ dg1.rows +"]"); // all row count(include title rows), start = 1
  199. alert("dg1.fixedRows = ["+ dg1.fixedRows +"]"); // fixed row count(only title rows), start = 1
  200. /*
  201. model.removeNodeset(dg1.nodeset);
  202. model.refresh();
  203. model.removenode("/root/reqData");
  204. model.makeNode("/root/reqData");
  205. model.makeValue("/root/reqData/TermOfDeliveryFrom" , model.getValue("/root/formData/TermOfDeliveryFrom"));
  206. model.makeValue("/root/reqData/TermOfDeliveryTo" , model.getValue("/root/formData/TermOfDeliveryTo" ));
  207. model.makeValue("/root/reqData/OrdNo" , model.getValue("/root/formData/OrdNo" ));
  208. model.makeValue("/root/reqData/OrdSeq" , model.getValue("/root/formData/OrdSeq" ));
  209. //alert(instance1.selectSingleNode("/root/reqData").xml);
  210. commSubmit("UIJ010070-service" ,"print" ,"glueAction.do" );
  211. commAppendData("/root/gridData1/ListResult_1_VO" ,"/root/resData/ListResult_1_VO" );
  212. model.setValue("/root/formData/MAX_DSN_SLAB_NO" , model.getValue("/root/resData/ListResult_3_VO/ListResult_3_Row/MAX_DSN_SLAB_NO") );
  213. window.load("http://localhost:8088/xgmes3/excel.jsp", "html");
  214. calculateSummary();
  215. model.refresh();
  216. */
  217. }
  218. ]]>
  219. </script>
  220. </model>
  221. </xhtml:head>
  222. <xhtml:body guideline="1,980;2,619;2,597;">
  223. <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; ">
  224. <![CDATA[发货指示期间]]>
  225. </caption>
  226. <input id="ShipDirDateFrom" ref="/root/formData/ShipDirDateFrom" inputtype="date" format="yyyy-mm-dd" style="left:91px; top:5px; width:86px; height:20px; "/>
  227. <line id="line03" style="x1:179px; y1:14px; x2:187px; y2:14px; border-color:#000000; "/>
  228. <input id="ShipDirDateTo" ref="/root/formData/ShipDirDateTo" inputtype="date" format="yyyy-mm-dd" style="left:190px; top:5px; width:86px; height:20px; "/>
  229. <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; ">
  230. <![CDATA[运输公司]]>
  231. </caption>
  232. <select1 id="ShipCompCd" ref="/root/formData/ShipCompCd" appearance="minimal" editmode="inputsearch" style="left:381px; top:5px; width:120px; height:20px; ">
  233. <choices>
  234. <itemset nodeset="/root/LOVData/ShipCompCd/LOVResult_1_Row">
  235. <label ref="ShipCompNm"/>
  236. <value ref="ShipCompCd"/>
  237. </itemset>
  238. </choices>
  239. </select1>
  240. <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; ">
  241. <![CDATA[运输方式]]>
  242. </caption>
  243. <select1 id="DlivType" ref="/root/formData/DlivType" appearance="minimal" style="left:606px; top:5px; width:105px; height:20px; ">
  244. <choices>
  245. <itemset nodeset="/root/LOVData/DlivType/LOVResult_1_Row">
  246. <label ref="DlivTypeDesc"/>
  247. <value ref="DlivType"/>
  248. </itemset>
  249. </choices>
  250. </select1>
  251. <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; ">
  252. <![CDATA[钢卷厚度]]>
  253. </caption>
  254. <input id="CoilThkFrom" ref="/root/formData/CoilThkFrom" format="#,###.#" style="left:812px; top:5px; width:78px; height:20px; text-align:right; "/>
  255. <line id="line04" style="x1:891px; y1:15px; x2:899px; y2:15px; border-color:#000000; "/>
  256. <input id="CoilThkTo" ref="/root/formData/CoilThkTo" format="#,###.#" style="left:902px; top:5px; width:78px; height:20px; text-align:right; "/>
  257. <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; ">
  258. <![CDATA[钢卷宽度]]>
  259. </caption>
  260. <input id="CoilWthFrom" ref="/root/formData/CoilWthFrom" format="#,###" style="left:812px; top:30px; width:78px; height:20px; text-align:right; "/>
  261. <line id="line05" style="x1:891px; y1:40px; x2:899px; y2:40px; border-color:#000000; "/>
  262. <input id="CoilWthTo" ref="/root/formData/CoilWthTo" format="#,###" style="left:902px; top:30px; width:78px; height:20px; text-align:right; "/>
  263. <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; ">
  264. <![CDATA[钢卷长度]]>
  265. </caption>
  266. <input id="CoilLenFrom" ref="/root/formData/CoilLenFrom" format="#,###" style="left:812px; top:55px; width:78px; height:20px; text-align:right; "/>
  267. <line id="line06" style="x1:891px; y1:65px; x2:899px; y2:65px; border-color:#000000; "/>
  268. <input id="CoilLenTo" ref="/root/formData/CoilLenTo" format="#,###" style="left:902px; top:55px; width:78px; height:20px; text-align:right; "/>
  269. <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; ">
  270. <![CDATA[客户]]>
  271. </caption>
  272. <select1 id="CustCd" ref="/root/formData/CustCd" appearance="minimal" editmode="inputsearch" style="left:91px; top:30px; width:185px; height:20px; ">
  273. <choices>
  274. <itemset nodeset="/root/LOVData/CustCd/LOVResult_1_Row">
  275. <label ref="CustNm"/>
  276. <value ref="CustCd"/>
  277. </itemset>
  278. </choices>
  279. </select1>
  280. <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; ">
  281. <![CDATA[订单号]]>
  282. </caption>
  283. <input id="OrdNo" ref="/root/formData/OrdNo" maxlength="12" style="left:381px; top:30px; width:90px; height:20px; text-align:center; "/>
  284. <input id="OrdSeq" ref="/root/formData/OrdSeq" maxlength="3" style="left:472px; top:30px; width:29px; height:20px; text-align:center; "/>
  285. <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; ">
  286. <![CDATA[目的地]]>
  287. </caption>
  288. <select1 id="DestPcd" ref="/root/formData/DestPcd" appearance="minimal" cols="5" editmode="inputsearch" style="left:606px; top:30px; width:105px; height:20px; ">
  289. <choices>
  290. <itemset nodeset="/root/LOVData/DestPcd/LOVResult_1_Row">
  291. <label ref="DestPcdDesc"/>
  292. <value ref="DestPcd"/>
  293. </itemset>
  294. </choices>
  295. </select1>
  296. <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; ">
  297. <![CDATA[标准号]]>
  298. </caption>
  299. <select1 id="SpecAbbsym" ref="/root/formData/SpecAbbsym" appearance="minimal" editmode="inputsearch" style="left:91px; top:55px; width:185px; height:20px; ">
  300. <choices>
  301. <itemset nodeset="/root/LOVData/SpecAbbsym/LOVResult_1_Row">
  302. <label ref="SpecAbbsymDesc"/>
  303. <value ref="SpecAbbsym"/>
  304. </itemset>
  305. </choices>
  306. </select1>
  307. <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; ">
  308. <![CDATA[仓库]]>
  309. </caption>
  310. <input id="CurLoadLoc" ref="/root/formData/CurLoadLoc" maxlength="12" style="left:381px; top:55px; width:120px; height:20px; text-align:center; "/>
  311. <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; ">
  312. <![CDATA[状态区分]]>
  313. </caption>
  314. <select1 id="ShipProgCd" ref="/root/formData/ShipProgCd" appearance="minimal" style="left:606px; top:55px; width:105px; height:20px; ">
  315. <choices>
  316. <item>
  317. <label>(ALL)</label>
  318. <value>%</value>
  319. </item>
  320. <item>
  321. <label>发货结束(还没明细发行)</label>
  322. <value>07</value>
  323. </item>
  324. <item>
  325. <label>明细发行结束</label>
  326. <value>08</value>
  327. </item>
  328. </choices>
  329. </select1>
  330. <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; ">
  331. <col editable="false" ref="SHIP_PROG_CD" type="combo" style="text-align:left; background-color:#ffffff; ">
  332. <choices>
  333. <itemset nodeset="/root/LOVData/ShipProgCd/ShipProgCd_Row">
  334. <label ref="Label"/>
  335. <value ref="Value"/>
  336. </itemset>
  337. </choices>
  338. </col>
  339. <col editable="false" ref="COIL_NO" type="input" style="text-align:center; background-color:#ffffff; "/>
  340. <col editable="false" ref="ORD_NO" type="input" style="text-align:center; background-color:#ffffff; "/>
  341. <col editable="false" ref="ORD_SEQ" type="input" style="text-align:center; background-color:#ffffff; "/>
  342. <col editable="false" ref="CUST_NM" type="input" style="text-align:left; background-color:#ffffff; "/>
  343. <col editable="false" ref="ORDCUST_NM" type="input" style="text-align:left; background-color:#ffffff; "/>
  344. <col editable="false" ref="GET_ON_PCD" type="input" style="text-align:left; background-color:#ffffff; "/>
  345. <col editable="false" ref="DEST_PCD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
  346. <col editable="false" ref="EXLV_LINE_CD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
  347. <col editable="false" ref="GET_OFF_PCD" type="input" style="text-align:left; background-color:#ffffff; "/>
  348. <col editable="false" ref="DEPARTURE_CD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
  349. <col editable="false" ref="ARRIVAL_CD_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
  350. <col editable="false" ref="COIL_THK" type="input" format="#,###.#" style="text-align:right; background-color:#ffffff; "/>
  351. <col editable="false" ref="COIL_WTH" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
  352. <col editable="false" ref="COIL_LEN" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
  353. <col editable="false" ref="ACT_WGT" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
  354. <col editable="false" ref="COIL_OUTDIA" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
  355. <col editable="false" ref="DLIV_TP_DESC" type="input" style="text-align:left; background-color:#ffffff; "/>
  356. <col editable="false" ref="SHIP_COMP_NM" type="input" style="text-align:left; background-color:#ffffff; "/>
  357. <col editable="false" ref="TRANS_CAR_NO" type="input" style="text-align:left; background-color:#ffffff; "/>
  358. <col editable="false" ref="TRAIN_DLIVNO" type="input" style="text-align:left; background-color:#ffffff; "/>
  359. <col editable="false" ref="DLIV_DIRNO" type="input" style="text-align:center; background-color:#ffffff; "/>
  360. <col editable="false" ref="SHIP_DIRNO" type="input" style="text-align:center; background-color:#ffffff; "/>
  361. <col editable="false" ref="ORD_DEVLMT_DATE" type="input" format="yyyy-mm-dd" style="text-align:center; background-color:#ffffff; "/>
  362. <col editable="false" ref="SHIP_INVNO" type="input" style="text-align:left; background-color:#ffffff; "/>
  363. <col editable="false" ref="CUR_LOAD_LOC" type="input" style="text-align:center; background-color:#ffffff; "/>
  364. <col editable="false" ref="SHIP_DIR_DTIME" type="input" style="text-align:center; background-color:#ffffff; "/>
  365. <col editable="false" ref="CUR_PROG_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  366. <col editable="false" ref="CUST_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  367. <col editable="false" ref="ORDCUST_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  368. <col editable="false" ref="DEST_PCD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  369. <col editable="false" ref="EXLV_LINE_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  370. <col editable="false" ref="DEPARTURE_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  371. <col editable="false" ref="ARRIVAL_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  372. <col editable="false" ref="DLIV_TP" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  373. <col editable="false" ref="SHIP_COMP_CD" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  374. <col editable="false" ref="COIL_STAT" type="input" visibility="hidden" style="text-align:left; background-color:#ffffff; "/>
  375. </datagrid>
  376. <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>
  377. <caption id="caption102" class="cell" style="left:90px; top:600px; width:80px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">钢卷总数量</caption>
  378. <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; "/>
  379. <caption id="caption104" class="cell" style="left:270px; top:599px; width:80px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">钢卷总重量</caption>
  380. <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; "/>
  381. <line id="line1" style="x1:0px; y1:2px; x2:978px; y2:2px; "/>
  382. <line id="line2" style="x1:2px; y1:77px; x2:980px; y2:77px; "/>
  383. <button id="button1" style="left:985px; top:5px; width:60px; height:20px; background-color:#c0c0c0; ">
  384. <caption>FIND</caption>
  385. <script type="javascript" ev:event="DOMActivate">
  386. <![CDATA[
  387. find();
  388. ]]>
  389. </script>
  390. </button>
  391. <button id="button2" style="left:985px; top:30px; width:60px; height:20px; background-color:#c0c0c0; ">
  392. <caption>PRINT</caption>
  393. <script type="javascript" ev:event="DOMActivate">
  394. <![CDATA[
  395. print();
  396. ]]>
  397. </script>
  398. </button>
  399. <button id="button3" style="left:985px; top:55px; width:60px; height:20px; background-color:#c0c0c0; ">
  400. <caption>SEND</caption>
  401. <script type="javascript" ev:event="DOMActivate">
  402. <![CDATA[
  403. send();
  404. ]]>
  405. </script>
  406. </button>
  407. </xhtml:body>
  408. </xhtml:html>