0a9b7c7da28e0898eca1cfdfb7410a6c23d79725.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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[热轧作业 >> 钢卷库管理 >> 移送实绩查询(UIH070020) ]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <resData/>
  12. <reqData/>
  13. <searchData>
  14. <MOVE_TIME_F/>
  15. <OLD_SAMPL_NO/>
  16. <MOVE_ST/>
  17. <SPEC_STL_GRD/>
  18. <ORDCUST_CD_DESC/>
  19. <MOVE_SHIFT/>
  20. <MOVE_GROUP/>
  21. <ORD_NO/>
  22. <MOVE_TIME_T/>
  23. </searchData>
  24. <datagrid1/>
  25. <sumData>
  26. <SUM_COILRST_CNT/>
  27. <SUM_COILRST_WGT/>
  28. </sumData>
  29. </root>
  30. </instance>
  31. </model>
  32. <script type="javascript">
  33. <![CDATA[
  34. function Init(node) {
  35. InitParams(node);
  36. //默认给出系统时间
  37. var dtime = commCurDate();
  38. if(model.getValue("/root/searchData/MOVE_TIME_F") == "" || model.getValue("/root/searchData/MOVE_TIME_T") == ""){
  39. model.setValue("/root/searchData/MOVE_TIME_F",dtime);
  40. model.setValue("/root/searchData/MOVE_TIME_T",dtime);
  41. }
  42. input2.refresh();
  43. input1.refresh();
  44. }
  45. //调用公共的初始化方法获得登录用户名
  46. function InitParams(node) {
  47. if (typeof node == "undefined" && typeof node != "object") return;
  48. model.removenode("/root/initData/rcvInfo");
  49. model.makeNode("/root/initData/rcvInfo");
  50. var nodeList = node.childNodes;
  51. node = model.instances(0).selectSingleNode("/root/initData/rcvInfo");
  52. for (var i = 0; i < nodeList.length; i++)
  53. node.appendChild(nodeList.item(i));
  54. }
  55. function excelExport(){
  56. return datagrid1;
  57. }
  58. //查询方法
  59. function find(){
  60. model.removenode("/root/reqData");
  61. model.makeNode("/root/reqData");
  62. commSendReq("/root/searchData");
  63. commSubmit("UIH070010-service", "findReport", "glueAction.do");
  64. commAppendData("/root/datagrid1/TranfReport_VO","/root/resData/TranfReport_VO");
  65. model.setValue("/root/sumData/SUM_COILRST_CNT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_CNT"));
  66. model.setValue("/root/sumData/SUM_COILRST_WGT",model.getValue("/root/resData/SumCoil_VO/SumCoil_Row/COIL_WGT"));
  67. model.refresh();
  68. }
  69. ]]>
  70. </script>
  71. <script type="javascript" src="../../js/boaMsg.js"/>
  72. <script type="javascript" src="../../js/boaCommon.js"/>
  73. </xhtml:head>
  74. <xhtml:body guideline="2,-3;">
  75. <caption id="caption5" class="cell" style="left:155px; top:0px; width:65px; height:20px; font-weight:bold; border-color:#000000; ">移送日期</caption>
  76. <input id="input2" ref="/root/searchData/MOVE_TIME_F" inputtype="date" style="left:220px; top:0px; width:100px; height:20px; background-color:#ffff99; "/>
  77. <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; "/>
  78. <caption id="caption11" class="cell" style="left:0px; top:0px; width:45px; height:20px; font-weight:bold; border-color:#000000; ">钢卷号</caption>
  79. <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; ">
  80. <choices>
  81. <item>
  82. <label>板加接收等待</label>
  83. <value>0</value>
  84. </item>
  85. <item>
  86. <label>板加接收</label>
  87. <value>1</value>
  88. </item>
  89. <item>
  90. <label>热轧退回卷重新入库</label>
  91. <value>2</value>
  92. </item>
  93. <item>
  94. <label>板加退回</label>
  95. <value>3</value>
  96. </item>
  97. <item>
  98. <label>冷轧接收等待</label>
  99. <value>4</value>
  100. </item>
  101. <item>
  102. <label>冷轧接收</label>
  103. <value>5</value>
  104. </item>
  105. <item>
  106. <label>冷轧退回</label>
  107. <value>6</value>
  108. </item>
  109. <item>
  110. <label>冷轧退回卷重新入库</label>
  111. <value>7</value>
  112. </item>
  113. <item>
  114. <label>板加退回卷重新入库</label>
  115. <value>8</value>
  116. </item>
  117. <item>
  118. <label/>
  119. <value/>
  120. </item>
  121. </choices>
  122. </select1>
  123. <caption id="caption12" class="cell" style="left:325px; top:25px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">移送状态</caption>
  124. <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; ">
  125. <col editable="false" ref="OLD_SAMPL_NO" type="input"/>
  126. <col editable="false" ref="SPEC_STL_GRD" type="input"/>
  127. <col editable="false" ref="ORD_NO" type="input"/>
  128. <col editable="false" ref="ORD_SEQ" type="input"/>
  129. <col editable="false" ref="COIL_THK" type="input"/>
  130. <col editable="false" ref="COIL_WTH" type="input"/>
  131. <col editable="false" ref="COIL_LEN" type="input"/>
  132. <col editable="false" ref="ACT_WGT" type="input"/>
  133. <col editable="false" ref="TRANS_CAR_NO" type="input"/>
  134. <col editable="false" ref="SHIP_INVNO" type="input"/>
  135. <col editable="false" ref="SHIP_INVNO_CR" type="input"/>
  136. <col disabled="true" ref="ROUTE" type="combo">
  137. <choices>
  138. <item>
  139. <label>板加厂</label>
  140. <value>B</value>
  141. </item>
  142. <item>
  143. <label>冷轧厂</label>
  144. <value>C</value>
  145. </item>
  146. </choices>
  147. </col>
  148. <col editable="false" ref="MOVE_TIME" type="input" format="yyyy-mm-dd hh:nn:ss"/>
  149. <col ref="RTN_CUR_STORE_LOC" type="input" maxlength="10" style="background-color:#ffff99; "/>
  150. <col disabled="true" ref="MOVE_ST" type="combo">
  151. <choices>
  152. <item>
  153. <label>板加接收等待</label>
  154. <value>0</value>
  155. </item>
  156. <item>
  157. <label>板加接收</label>
  158. <value>1</value>
  159. </item>
  160. <item>
  161. <label>热轧移送退回卷重新入库</label>
  162. <value>2</value>
  163. </item>
  164. <item>
  165. <label>板加退回</label>
  166. <value>3</value>
  167. </item>
  168. <item>
  169. <label>冷轧接收等待</label>
  170. <value>4</value>
  171. </item>
  172. <item>
  173. <label>冷轧接收</label>
  174. <value>5</value>
  175. </item>
  176. <item>
  177. <label>冷轧退回</label>
  178. <value>6</value>
  179. </item>
  180. <item>
  181. <label>冷轧退回卷重新入库</label>
  182. <value>7</value>
  183. </item>
  184. <item>
  185. <label>板加退回卷重新入库</label>
  186. <value>8</value>
  187. </item>
  188. </choices>
  189. </col>
  190. <col editable="false" ref="ORDCUST_CD_DESC" type="input"/>
  191. <col editable="false" ref="CUST_CD_DESC" type="input"/>
  192. <col editable="false" ref="ORDCUST_CD" type="input" visibility="hidden"/>
  193. <col editable="false" ref="DEST_PCD" type="input"/>
  194. <col editable="false" ref="PRODNM_CD" type="input"/>
  195. <col editable="false" ref="CREATOR" type="input"/>
  196. <col editable="false" ref="CREATE_TIME" type="input"/>
  197. <col editable="false" ref="RETURN_REG" type="input"/>
  198. <col editable="false" ref="RETURN_DTIME" type="input"/>
  199. <col editable="false" ref="RTN_CAU_CD" type="input"/>
  200. <col editable="false" ref="RETURN_REM" type="input"/>
  201. <col editable="false" ref="RETURN_SHIFT" type="input"/>
  202. <col editable="false" ref="RETURN_GROUP" type="input"/>
  203. <col editable="false" ref="YSRETURN_REG" type="input"/>
  204. <col editable="false" ref="YSRETURN_DTIME" type="input"/>
  205. <col editable="false" ref="BJRETURN_REG" type="input"/>
  206. <col editable="false" ref="BJRETURN_DTIME" type="input"/>
  207. <col editable="false" ref="CRRETURN_REG" type="input"/>
  208. <col editable="false" ref="CRRETURN_DTIME" type="input"/>
  209. </datagrid>
  210. <caption id="caption14" class="cell" style="left:440px; top:0px; width:45px; height:20px; font-weight:bold; border-color:#000000; ">钢码</caption>
  211. <caption id="caption15" class="cell" style="left:590px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">发货单位</caption>
  212. <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; "/>
  213. <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; "/>
  214. <caption id="caption1" class="cell" style="left:155px; top:25px; width:65px; height:20px; font-weight:bold; border-color:#000000; ">班 组</caption>
  215. <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; ">
  216. <choices>
  217. <item>
  218. <label>早班</label>
  219. <value>1</value>
  220. </item>
  221. <item>
  222. <label>中班</label>
  223. <value>2</value>
  224. </item>
  225. <item>
  226. <label>晚班</label>
  227. <value>3</value>
  228. </item>
  229. </choices>
  230. </select1>
  231. <caption id="caption2" class="cell" style="left:0px; top:25px; width:45px; height:20px; font-weight:bold; border-color:#000000; ">班次</caption>
  232. <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; ">
  233. <choices>
  234. <item>
  235. <label>甲</label>
  236. <value>A</value>
  237. </item>
  238. <item>
  239. <label>乙</label>
  240. <value>B</value>
  241. </item>
  242. <item>
  243. <label>丙</label>
  244. <value>C</value>
  245. </item>
  246. <item>
  247. <label>丁</label>
  248. <value>D</value>
  249. </item>
  250. </choices>
  251. </select1>
  252. <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; "/>
  253. <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; "/>
  254. <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>
  255. <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>
  256. <input id="input1" ref="/root/searchData/MOVE_TIME_T" inputtype="date" style="left:330px; top:0px; width:100px; height:20px; background-color:#ffff99; "/>
  257. <caption id="caption6" class="cell" style="left:785px; top:0px; width:60px; height:20px; font-weight:bold; border-color:#000000; ">合同号</caption>
  258. <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; "/>
  259. <line id="line1" style="x1:320px; y1:10px; x2:330px; y2:10px; "/>
  260. </xhtml:body>
  261. </xhtml:html>