UIE012110.xrw 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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>
  6. <![CDATA[进程管理 >> 订单/物料进程管理 >> 板坯详细查询]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <initData>
  12. <searchInfo>
  13. <LG_CD>E01010</LG_CD>
  14. </searchInfo>
  15. </initData>
  16. <codeData>
  17. </codeData>
  18. <formData>
  19. <searchInfo>
  20. <MAT_NOS/>
  21. <V_ORD_NO/>
  22. <V_ORD_SEQ/>
  23. </searchInfo>
  24. <searchInfo2>
  25. <NONORD_CAUSE_CD/>
  26. <ORD_NO/>
  27. <ORD_SEQ/>
  28. </searchInfo2>
  29. </formData>
  30. <gridData>
  31. </gridData>
  32. </root>
  33. </instance>
  34. <script type="javascript" ev:event="xforms-ready">
  35. <![CDATA[
  36. if (window.parent == null) Init();
  37. ]]>
  38. </script>
  39. </model>
  40. <script type="javascript" src="../../js/boaCommon.js"/>
  41. <script type="javascript" src="../../js/boaMsg.js"/>
  42. <script type="javascript" src="../../js/mesCommon.js"/>
  43. <script type="javascript">
  44. <![CDATA[
  45. submitID = "UIE012110-service";
  46. var v_ord_no = model.property("V_ORD_NO");
  47. var v_ord_seq = model.property("V_ORD_SEQ");
  48. function Init(node) {
  49. InitParams(node);
  50. if (window.parent != null) {
  51. var java = window.parent.javaScript;
  52. var node = java.getInitDataNode();
  53. if (node != null) {
  54. copyNode(node, "/root/formData/searchInfo");
  55. //add by sjw 090803
  56. model.makeValue("/root/formData/searchInfo/V_ORD_NO", v_ord_no);
  57. model.makeValue("/root/formData/searchInfo/V_ORD_SEQ", v_ord_seq);
  58. //add by sjw 090803
  59. exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
  60. }
  61. }
  62. exec("/root/initData/searchInfo", "", "", "/root/codeData/ListResult_0_VO");
  63. pageInit();
  64. model.duplicate("/root/formData", "/root/initData/rcvInfo/REG_ID");
  65. }
  66. function pageInit() {
  67. model.removenode("/root/reqData");
  68. model.removenode("/root/resData");
  69. model.refresh();
  70. }
  71. function find() {
  72. model.makeValue("/root/formData/searchInfo/V_ORD_NO", v_ord_no);
  73. model.makeValue("/root/formData/searchInfo/V_ORD_SEQ", v_ord_seq);
  74. exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
  75. if (model.getXPathValue("count(/root/gridData/ListResult_0_VO/ListResult_0_Row)") != 0) {
  76. model.setValue("/root/formData/searchInfo/MAT_NOS", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/SLAB_NO"));
  77. model.setValue("/root/formData/searchInfo2/NONORD_CAUSE_CD", "");
  78. model.setValue("/root/formData/searchInfo2/ORD_NO", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_NO"));
  79. model.setValue("/root/formData/searchInfo2/ORD_SEQ", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_SEQ"));
  80. }
  81. pageInit();
  82. }
  83. ]]>
  84. </script>
  85. </xhtml:head>
  86. <xhtml:body overflow="hidden" pagewidth="980" pageheight="620" style="font-family:宋体; ">
  87. <group id="group1" overflow="hidden" ref="/root/formData/searchInfo" style="left:0px; top:0px; width:980px; height:35px; ">
  88. <line id="line2" style="x1:0px; y1:29px; x2:980px; y2:29px; "/>
  89. <caption id="caption101" class="cell" style="left:0px; top:5px; width:90px; height:20px; vertical-align:middle; ">板坯号</caption>
  90. <input id="input101" ref="MAT_NOS" maxlength="13" editmode="input" appearance="minimal" style="left:92px; top:5px; width:120px; height:20px; ">
  91. <script type="javascript" ev:event="xforms-value-changed">
  92. <![CDATA[
  93. model.removenode("/root/gridData/ListResult_0_VO");
  94. model.refresh();
  95. ]]>
  96. </script>
  97. </input>
  98. <button id="button102" class="sw" style="left:880px; top:5px; width:100px; height:20px; ">
  99. <caption>降级余材处理</caption>
  100. <script type="javascript" ev:event="onclick">
  101. <![CDATA[
  102. if (model.getValue("/root/formData/searchInfo/MAT_NOS") == "" ||
  103. model.getValue("/root/formData/searchInfo2/NONORD_CAUSE_CD") == "") {
  104. alert("请先选取余材原因!");
  105. return;
  106. }
  107. if (model.getXPathValue("count(/root/gridData/ListResult_0_VO/ListResult_0_Row)") == 0) {
  108. alert("当前没有板坯被选定!");
  109. return;
  110. }
  111. if (model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/NONORD_CAUSE_CD") != '') {
  112. alert("当前板坯已是余材,不能再次降级!");
  113. return;
  114. }
  115. if (model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/SLAB_STAT") != '2') {
  116. alert("当前板坯正在生产中或已终结,不能降级为余材!");
  117. return;
  118. }
  119. var proc_cd = model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/PROG_CD");
  120. if (proc_cd != 'RAB' && proc_cd != 'RBA') {
  121. alert("当前板坯所处进度,不能降级为余材!");
  122. return;
  123. }
  124. if(commComfirmBox("确定要将板坯" + model.getValue("/root/formData/searchInfo/MAT_NOS") + "降级为余材吗?", "降级确认") == '0')
  125. return;
  126. exec("/root/formData", "", "replace", "/root/gridData/ListResult_0_VO");
  127. pageInit();
  128. ]]>
  129. </script>
  130. </button>
  131. <caption id="caption103" class="cell" style="left:666px; top:5px; width:90px; height:20px; ">余材原因</caption>
  132. <select1 id="combo103" ref="/root/formData/searchInfo2/NONORD_CAUSE_CD" appearance="minimal" style="left:758px; top:5px; width:120px; height:20px; ">
  133. <choices>
  134. <itemset nodeset="/root/codeData/ListResult_0_VO/ListResult_0_Row[LG_CD != 'A']">
  135. <label ref="SM_CFNM"/>
  136. <value ref="SM_CD"/>
  137. </itemset>
  138. </choices>
  139. </select1>
  140. </group>
  141. <group id="group2" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:34px; width:980px; height:108px; ">
  142. <caption id="caption201" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">预定板坯号</caption>
  143. <input id="output201" ref="PLAN_SLAB_NO" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  144. <caption id="caption202" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">板坯生成区分</caption>
  145. <input id="output202" ref="SLAB_STAT" editable="false" style="left:92px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  146. <caption id="caption203" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">板坯截断时间</caption>
  147. <input id="output203" ref="SLAB_CUT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:92px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  148. <caption id="caption204" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">板坯去向</caption>
  149. <input id="output204" ref="SLAB_RT" editable="false" style="left:92px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  150. <caption id="caption205" class="cell" style="left:666px; top:88px; width:90px; height:20px; ">钢号</caption>
  151. <input id="output205" ref="STL_GRD" editable="false" style="left:758px; top:88px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  152. <caption id="caption206" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">现进度</caption>
  153. <input id="output206" ref="CUR_PROG_CD" editable="false" style="left:314px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  154. <caption id="caption207" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">现进度登陆时间</caption>
  155. <input id="output207" ref="CUR_PROG_CD_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:314px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  156. <caption id="caption208" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">前进度</caption>
  157. <input id="output208" ref="BEF_PROG_CD" editable="false" style="left:314px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  158. <caption id="caption209" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">前进度登陆时间</caption>
  159. <input id="output209" ref="BEF_PROG_CD_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:314px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  160. <caption id="caption210" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">原合同号</caption>
  161. <input id="output210" ref="ORG_ORD_NO" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  162. <caption id="caption211" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">原定单号</caption>
  163. <input id="output211" ref="ORG_ORD_SEQ" editable="false" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  164. <caption id="caption212" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">订单/余材区分</caption>
  165. <input id="output212" ref="ORD_FL" editable="false" style="left:536px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  166. <caption id="caption213" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">合同号</caption>
  167. <input id="output213" ref="ORD_NO" editable="false" style="left:536px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  168. <caption id="caption214" class="cell" style="left:444px; top:88px; width:90px; height:20px; ">订单号</caption>
  169. <input id="output214" ref="ORD_SEQ" editable="false" style="left:536px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  170. <caption id="caption215" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">标准号</caption>
  171. <input id="output215" ref="SPEC_ABBSYM" editable="false" style="left:758px; top:0px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  172. <caption id="caption216" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">订单用途</caption>
  173. <input id="output216" ref="ORD_USE_CD" editable="false" style="left:758px; top:22px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  174. <caption id="caption217" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">用户</caption>
  175. <input id="output217" ref="ORDCUST_CD" editable="false" style="left:758px; top:44px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  176. <caption id="caption218" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">客户</caption>
  177. <input id="output218" ref="CUST_CD" editable="false" style="left:758px; top:66px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  178. </group>
  179. <group id="group3" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:152px; width:980px; height:108px; ">
  180. <caption id="caption301" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">指示板坯厚度</caption>
  181. <input id="output301" ref="INSTR_SLAB_THK" editable="false" format="#,###.#" style="left:92px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  182. <caption id="caption302" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">指示板坯宽度</caption>
  183. <input id="output302" ref="INSTR_SLAB_WTH" editable="false" format="#,###.#" style="left:92px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  184. <caption id="caption303" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">指示板坯长度</caption>
  185. <input id="output303" ref="INSTR_SLAB_LEN" editable="false" format="#,###.#" style="left:92px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  186. <caption id="caption304" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">指示板坯重量</caption>
  187. <input id="output304" ref="INSTR_SLAB_WGT" editable="false" format="#,###.#" style="left:92px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  188. <caption id="caption305" class="cell" style="left:0px; top:88px; width:90px; height:20px; ">指示HCR区分</caption>
  189. <input id="output305" ref="INSTR_HCR_CLF" editable="false" style="left:92px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  190. <caption id="caption306" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">板坯厚度</caption>
  191. <input id="output306" ref="SLAB_THK" editable="false" format="#,###.#" style="left:314px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  192. <caption id="caption307" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">板坯宽度</caption>
  193. <input id="output307" ref="SLAB_WTH" editable="false" format="#,###.#" style="left:314px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  194. <caption id="caption308" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">板坯长度</caption>
  195. <input id="output308" ref="SLAB_LEN" editable="false" format="#,###.#" style="left:314px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  196. <caption id="caption309" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">板坯重量</caption>
  197. <input id="output309" ref="SLAB_WGT" editable="false" format="#,###.#" style="left:314px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  198. <caption id="caption310" class="cell" style="left:222px; top:88px; width:90px; height:20px; ">HCR区分</caption>
  199. <input id="output310" ref="HCR_CLF" editable="false" style="left:314px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  200. <caption id="caption311" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">外观等级</caption>
  201. <input id="output311" ref="EXTSHAPE_GRD" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  202. <caption id="caption312" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">缺号原因</caption>
  203. <input id="output312" ref="MISSNO_CAUSE_CD" editable="false" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  204. <caption id="caption313" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">缺号发生时期</caption>
  205. <input id="output313" ref="MISSNO_OCR_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  206. <caption id="caption314" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">堆置位置</caption>
  207. <input id="output314" ref="CUR_LOAD_LOC" editable="false" style="left:536px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  208. <caption id="caption315" class="cell" style="left:444px; top:88px; width:90px; height:20px; ">堆置登陆时间</caption>
  209. <input id="output315" ref="CUR_LOAD_LOC_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  210. <caption id="caption316" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">余材原因</caption>
  211. <input id="output316" ref="NONORD_CAUSE_CD" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  212. <caption id="caption317" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">余材发生时间</caption>
  213. <input id="output317" ref="NONORD_OCR_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  214. <caption id="caption318" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">火焰表面处理</caption>
  215. <input id="output318" ref="CORRECT_YN" editable="false" style="left:758px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  216. <caption id="caption319" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">火焰表面时间</caption>
  217. <input id="output319" ref="CORRECT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  218. </group>
  219. <group id="group4" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:270px; width:980px; height:86px; ">
  220. <caption id="caption401" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">富余板坯确认</caption>
  221. <input id="output401" ref="SURPLMATL_YN" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  222. <caption id="caption402" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">最终SLAB</caption>
  223. <input id="output402" ref="LAST_SLAB_YN" editable="false" style="left:92px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  224. <caption id="caption403" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">TAPER SLAB</caption>
  225. <input id="output403" ref="TAPER_SLAB_YN" editable="false" style="left:92px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  226. <caption id="caption404" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">TAPER SLAB长度</caption>
  227. <input id="output404" ref="TAPER_LEN" editable="false" format="#,###.#" style="left:92px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  228. <caption id="caption405" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">购入MAKER名</caption>
  229. <input id="output405" ref="BUY_MKR_NAME" editable="false" style="left:314px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  230. <caption id="caption406" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">购入炉次号</caption>
  231. <input id="output406" ref="BUY_CHARGE_NO" editable="false" style="left:314px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  232. <caption id="caption407" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">购入板坯号</caption>
  233. <input id="output407" ref="BUY_SLAB_NO" editable="false" style="left:314px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  234. <caption id="caption408" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">购入日期</caption>
  235. <input id="output408" ref="BUY_SLAB_RECEPT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:314px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  236. <caption id="caption409" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">SCRAP厚度</caption>
  237. <input id="output409" ref="SCRAP_THK" editable="false" format="#,###.#" style="left:536px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  238. <caption id="caption410" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">SCRAP宽度</caption>
  239. <input id="output410" ref="SCRAP_WTH" editable="false" format="#,###.#" style="left:536px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  240. <caption id="caption411" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">SCRAP长度</caption>
  241. <input id="output411" ref="SCRAP_LEN" editable="false" format="#,###.#" style="left:536px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  242. <caption id="caption412" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">SCRAP重量</caption>
  243. <input id="output412" ref="SCRAP_WGT" editable="false" format="#,###.#" style="left:536px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  244. <caption id="caption413" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">SLAB新生成区分</caption>
  245. <input id="output413" ref="SLAB_REGEN_CLF" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  246. </group>
  247. <group id="group5" overflow="hidden" ref="/root/gridData/ListResult_0_VO/ListResult_0_Row" style="left:0px; top:366px; width:980px; height:109px; ">
  248. <caption id="caption501" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">SIZE修改原因</caption>
  249. <input id="output501" ref="SIZE_UPDT_CAUSE_CD" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  250. <caption id="caption502" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">SIZE修改时间</caption>
  251. <input id="output502" ref="SIZE_UPDT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:92px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  252. <caption id="caption503" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">修改前厚度</caption>
  253. <input id="output503" ref="SIZE_UPDT_BEF_THK" editable="false" format="#,###.#" style="left:314px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  254. <caption id="caption504" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">修改前宽度</caption>
  255. <input id="output504" ref="SIZE_UPDT_BEF_WTH" editable="false" format="#,###.#" style="left:314px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  256. <caption id="caption505" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">修改前长度</caption>
  257. <input id="output505" ref="SIZE_UPDT_BEF_LEN" editable="false" format="#,###.#" style="left:314px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  258. <caption id="caption506" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">修改前重量</caption>
  259. <input id="output506" ref="SIZE_UPDT_BEF_WGT" editable="false" format="#,###.#" style="left:314px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  260. <caption id="caption507" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">板坯完成</caption>
  261. <input id="output507" ref="MATRL_END_YN" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  262. <caption id="caption508" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">板坯完成原因</caption>
  263. <input id="output508" ref="MATRL_END_CAUSE_CD" editable="false" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  264. <caption id="caption509" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">板坯完成时间</caption>
  265. <input id="output509" ref="MATRL_END_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  266. <caption id="caption510" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">移送人</caption>
  267. <input id="output510" ref="PLT_TRS_EMP_NO" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  268. <caption id="caption511" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">移送中厚板车辆</caption>
  269. <input id="output511" ref="PLT_TRS_CAR_NO" editable="false" style="left:758px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  270. <caption id="caption512" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">移送明细号</caption>
  271. <input id="output512" ref="PLT_TRS_INVOICE_NO" editable="false" style="left:758px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  272. <caption id="caption513" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">移送时间</caption>
  273. <input id="output513" ref="PLT_TRS_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  274. <caption id="caption514" class="cell" style="left:666px; top:88px; width:90px; height:20px; ">到达位置</caption>
  275. <input id="output514" ref="PLT_PLANT_ARRV_LOC" editable="false" style="left:758px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  276. </group>
  277. <script type="javascript" ev:event="ondblclick">
  278. <![CDATA[
  279. if (event.pTarget.elementName == "xforms:input")
  280. window.clipboardData = event.pTarget.value;
  281. ]]>
  282. </script>
  283. </xhtml:body>
  284. </xhtml:html>