UIE012120.xrw 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  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[进程管理 >> 订单/物料进程管理 >> 钢卷详细查询]]>
  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. <COIL_NO/>
  22. <V_ORD_NO/>
  23. <V_ORD_SEQ/>
  24. </searchInfo>
  25. <searchInfo2>
  26. <NONORD_CAUSE_CD/>
  27. <ORD_NO/>
  28. <ORD_SEQ/>
  29. </searchInfo2>
  30. </formData>
  31. <gridData>
  32. </gridData>
  33. </root>
  34. </instance>
  35. <script type="javascript" ev:event="xforms-ready">
  36. <![CDATA[
  37. if (window.parent == null) Init();
  38. ]]>
  39. </script>
  40. </model>
  41. <script type="javascript" src="../../js/boaCommon.js"/>
  42. <script type="javascript" src="../../js/boaMsg.js"/>
  43. <script type="javascript" src="../../js/mesCommon.js"/>
  44. <script type="javascript">
  45. <![CDATA[
  46. submitID = "UIE012120-service";
  47. //add by sjw 090803
  48. var v_ord_no = model.property("V_ORD_NO");
  49. var v_ord_seq = model.property("V_ORD_SEQ");
  50. //add by sjw 090803
  51. function Init(node) {
  52. InitParams(node);
  53. if (window.parent != null) {
  54. var java = window.parent.javaScript;
  55. var node = java.getInitDataNode();
  56. if (node != null) {
  57. copyNode(node, "/root/formData/searchInfo");
  58. model.makeValue("/root/formData/searchInfo/COIL_NO", model.getValue("/root/formData/searchInfo/MAT_NOS"));
  59. //add by sjw 090803
  60. model.makeValue("/root/formData/searchInfo/V_ORD_NO", v_ord_no);
  61. model.makeValue("/root/formData/searchInfo/V_ORD_SEQ", v_ord_seq);
  62. //add by sjw 090803
  63. exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
  64. model.setValue("/root/formData/searchInfo/MAT_NOS", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/COIL_NO"));
  65. }
  66. }
  67. exec("/root/initData/searchInfo", "", "", "/root/codeData/ListResult_0_VO");
  68. pageInit();
  69. model.duplicate("/root/formData", "/root/initData/rcvInfo/REG_ID");
  70. }
  71. function pageInit() {
  72. model.removenode("/root/reqData");
  73. model.removenode("/root/resData");
  74. model.refresh();
  75. }
  76. function find() {
  77. exec("/root/formData/searchInfo", "", "find", "/root/gridData/ListResult_0_VO");
  78. if (model.getXPathValue("count(/root/gridData/ListResult_0_VO/ListResult_0_Row)") != 0) {
  79. model.setValue("/root/formData/searchInfo/MAT_NOS", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/COIL_NO"));
  80. model.setValue("/root/formData/searchInfo/COIL_NO", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/OLD_SAMPL_NO"));
  81. model.setValue("/root/formData/searchInfo2/NONORD_CAUSE_CD", "");
  82. model.setValue("/root/formData/searchInfo2/ORD_NO", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_NO"));
  83. model.setValue("/root/formData/searchInfo2/ORD_SEQ", model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/ORD_SEQ"));
  84. }
  85. pageInit();
  86. }
  87. ]]>
  88. </script>
  89. </xhtml:head>
  90. <xhtml:body overflow="hidden" pagewidth="980" pageheight="620" style="font-family:宋体; ">
  91. <group id="group1" ref="/root/formData/searchInfo" style="left:0px; top:0px; width:980px; height:35px; ">
  92. <line id="line2" style="x1:0px; y1:29px; x2:980px; y2:29px; "/>
  93. <caption id="caption101" class="cell" style="left:0px; top:5px; width:90px; height:20px; vertical-align:middle; ">钢卷号</caption>
  94. <input id="input101" ref="COIL_NO" maxlength="13" editmode="input" appearance="minimal" style="left:92px; top:5px; width:120px; height:20px; ">
  95. <script type="javascript" ev:event="xforms-value-changed">
  96. <![CDATA[
  97. model.removenode("/root/gridData/ListResult_0_VO");
  98. model.refresh();
  99. ]]>
  100. </script>
  101. </input>
  102. <button id="button102" class="sw" style="left:880px; top:5px; width:95px; height:19px; ">
  103. <caption>降级余材处理</caption>
  104. <script type="javascript" ev:event="onclick">
  105. <![CDATA[
  106. if (model.getValue("/root/formData/searchInfo/MAT_NOS") == "" ||
  107. model.getValue("/root/formData/searchInfo2/NONORD_CAUSE_CD") == "") {
  108. alert("请先选取余材原因!");
  109. return;
  110. }
  111. if (model.getXPathValue("count(/root/gridData/ListResult_0_VO/ListResult_0_Row)") == 0) {
  112. alert("当前没有钢卷被选定!");
  113. return;
  114. }
  115. if (model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/NONORD_CAUSE_CD") != 0) {
  116. alert("当前钢卷已是余材,不能再次降级!");
  117. return;
  118. }
  119. if (model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/COIL_STAT") != "2") {
  120. alert("当前钢卷正在生产中或已终结,不能降级为余材!");
  121. return;
  122. }
  123. var proc_cd = model.getValue("/root/gridData/ListResult_0_VO/ListResult_0_Row/PROG_CD");
  124. if (proc_cd != 'SFA') { //proc_cd != 'SCB' || proc_cd != 'SDB' || proc_cd != 'SED'
  125. alert("当前钢卷所处进度,不能降级为余材!");
  126. return;
  127. }
  128. if(commComfirmBox("确定要将钢卷" + model.getValue("/root/formData/searchInfo/MAT_NOS") + "降级为余材吗?", "降级确认") == '0')
  129. return;
  130. exec("/root/formData", "", "replace", "/root/gridData/ListResult_0_VO");
  131. pageInit();
  132. ]]>
  133. </script>
  134. </button>
  135. <caption id="caption103" class="cell" style="left:666px; top:5px; width:90px; height:20px; ">余材原因</caption>
  136. <select1 id="combo103" ref="/root/formData/searchInfo2/NONORD_CAUSE_CD" appearance="minimal" style="left:758px; top:5px; width:120px; height:20px; ">
  137. <choices>
  138. <itemset nodeset="/root/codeData/ListResult_0_VO/ListResult_0_Row[LG_CD != 'A']">
  139. <label ref="SM_CFNM"/>
  140. <value ref="SM_CD"/>
  141. </itemset>
  142. </choices>
  143. </select1>
  144. <caption id="caption2" class="cell" style="left:222px; top:5px; width:90px; height:20px; ">流水号</caption>
  145. <input id="input1" ref="MAT_NOS" editable="false" style="left:314px; top:5px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  146. </group>
  147. <group id="group2" overflow="hidden" ref="/root/gridData/ListResult_0_VO//ListResult_0_Row" style="left:0px; top:34px; width:980px; height:108px; ">
  148. <caption id="caption201" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">钢卷状态</caption>
  149. <input id="output201" ref="COIL_STAT" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  150. <caption id="caption202" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">钢卷生成时间</caption>
  151. <input id="output202" ref="COIL_CRE_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; "/>
  152. <caption id="caption203" class="cell" style="left:666px; top:88px; width:90px; height:20px; ">钢号</caption>
  153. <input id="output203" ref="STL_GRD" editable="false" style="left:758px; top:88px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  154. <caption id="caption204" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">现进度</caption>
  155. <input id="output204" ref="CUR_PROG_CD" editable="false" style="left:314px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  156. <caption id="caption205" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">现进度登陆时间</caption>
  157. <input id="output205" 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; "/>
  158. <caption id="caption206" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">前进度</caption>
  159. <input id="output206" ref="BEF_PROG_CD" editable="false" style="left:314px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  160. <caption id="caption207" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">前进度登陆时间</caption>
  161. <input id="output207" 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; "/>
  162. <caption id="caption208" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">原合同号</caption>
  163. <input id="output208" ref="ORG_ORD_NO" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  164. <caption id="caption209" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">原定单号</caption>
  165. <input id="output209" ref="ORG_ORD_SEQ" editable="false" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  166. <caption id="caption210" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">订单/余材区分</caption>
  167. <input id="output210" ref="ORD_FL" editable="false" style="left:536px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  168. <caption id="caption211" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">合同号</caption>
  169. <input id="output211" ref="ORD_NO" editable="false" style="left:536px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  170. <caption id="caption212" class="cell" style="left:444px; top:88px; width:90px; height:20px; ">订单号</caption>
  171. <input id="output212" ref="ORD_SEQ" editable="false" style="left:536px; top:88px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  172. <caption id="caption213" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">标准号</caption>
  173. <input id="output213" ref="SPEC_ABBSYM" editable="false" style="left:758px; top:0px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  174. <caption id="caption214" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">订单用途</caption>
  175. <input id="output214" ref="ORD_USE_CD" editable="false" style="left:758px; top:22px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  176. <caption id="caption215" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">用户</caption>
  177. <input id="output215" ref="ORDCUST_CD" editable="false" style="left:758px; top:44px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  178. <caption id="caption216" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">客户</caption>
  179. <input id="output216" ref="CUST_CD" editable="false" style="left:758px; top:66px; width:220px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  180. <caption id="caption1" class="cell" style="left:0px; top:44px; width:90px; height:20px; vertical-align:middle; ">板坯号</caption>
  181. <input id="input2" ref="SLAB_NO" editable="false" style="left:92px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  182. </group>
  183. <group id="group3" overflow="hidden" ref="/root/gridData/ListResult_0_VO//ListResult_0_Row" style="left:0px; top:152px; width:980px; height:108px; ">
  184. <caption id="caption301" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">指示钢卷厚度</caption>
  185. <input id="output301" ref="INSTR_COIL_THK" editable="false" format="#,###.#" style="left:92px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  186. <caption id="caption302" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">指示钢卷宽度</caption>
  187. <input id="output302" ref="INSTR_COIL_WTH" editable="false" format="#,###.#" style="left:92px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  188. <caption id="caption303" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">指示钢卷长度</caption>
  189. <input id="output303" ref="INSTR_COIL_LEN" editable="false" format="#,###.#" style="left:92px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  190. <caption id="caption304" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">指示钢卷内径</caption>
  191. <input id="output304" ref="INSTR_COIL_INDIA" editable="false" format="#,###.#" style="left:92px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  192. <caption id="caption305" class="cell" style="left:0px; top:88px; width:90px; height:20px; ">指示钢卷外径</caption>
  193. <input id="output305" ref="INSTR_COIL_OUTDIA" editable="false" format="#,###.#" style="left:92px; top:88px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  194. <caption id="caption306" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">钢卷厚度</caption>
  195. <input id="output306" ref="COIL_THK" editable="false" format="#,###.#" style="left:314px; top:0px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  196. <caption id="caption307" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">钢卷宽度</caption>
  197. <input id="output307" ref="COIL_WTH" editable="false" format="#,###.#" style="left:314px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  198. <caption id="caption308" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">钢卷长度</caption>
  199. <input id="output308" ref="COIL_LEN" editable="false" format="#,###.#" style="left:314px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  200. <caption id="caption309" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">钢卷内径</caption>
  201. <input id="output309" ref="COIL_INDIA" editable="false" format="#,###.#" style="left:314px; top:66px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  202. <caption id="caption310" class="cell" style="left:222px; top:88px; width:90px; height:20px; ">钢卷外径</caption>
  203. <input id="output310" ref="COIL_OUTDIA" editable="false" format="#,###.#" style="left:314px; top:88px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  204. <caption id="caption311" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">重量区分</caption>
  205. <input id="output311" ref="WGT_CLF" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  206. <caption id="caption312" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">实际重量</caption>
  207. <input id="output312" ref="ACT_WGT" editable="false" format="#,###.#" style="left:536px; top:22px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  208. <caption id="caption313" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">换算重量</caption>
  209. <input id="output313" ref="CAL_WGT" editable="false" format="#,###.#" style="left:536px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  210. <caption id="caption314" class="cell" style="left:444px; top:66px; width:90px; height:20px; ">堆置位置</caption>
  211. <input id="output314" ref="CUR_LOAD_LOC" editable="false" style="left:536px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  212. <caption id="caption315" class="cell" style="left:444px; top:88px; width:90px; height:20px; ">堆置登陆时间</caption>
  213. <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; "/>
  214. <caption id="caption316" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">余材原因</caption>
  215. <input id="output316" ref="NONORD_CAUSE_CD" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  216. <caption id="caption317" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">余材发生时间</caption>
  217. <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; "/>
  218. <caption id="caption318" class="cell" style="left:666px; top:44px; width:90px; height:20px; ">TEST材料区分</caption>
  219. <input id="output318" ref="TEST_MTL_CLF" editable="false" style="left:758px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  220. <caption id="caption319" class="cell" style="left:666px; top:66px; width:90px; height:20px; ">SPM作业时间</caption>
  221. <input id="output319" ref="SPM_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; "/>
  222. </group>
  223. <group id="group4" overflow="hidden" ref="/root/gridData/ListResult_0_VO//ListResult_0_Row" style="left:0px; top:270px; width:980px; height:86px; ">
  224. <caption id="caption401" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">成分判定等级</caption>
  225. <input id="output401" ref="INGR_DEC_GRD" editable="false" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  226. <caption id="caption402" class="cell" style="left:0px; top:22px; width:90px; height:20px; ">成分判定时间</caption>
  227. <input id="output402" ref="INGR_DEC_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; "/>
  228. <caption id="caption403" class="cell" style="left:0px; top:44px; width:90px; height:20px; ">材质判定等级</caption>
  229. <input id="output403" ref="MATLQLTY_DEC_GRD" editable="false" style="left:92px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  230. <caption id="caption404" class="cell" style="left:0px; top:66px; width:90px; height:20px; ">材质判定时间</caption>
  231. <input id="output404" ref="MATLQLTY_DEC_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:92px; top:66px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  232. <caption id="caption405" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">外观判定等级</caption>
  233. <input id="output405" ref="EXTSHAPE_DEC_GRD" editable="false" style="left:314px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  234. <caption id="caption406" class="cell" style="left:222px; top:22px; width:90px; height:20px; ">外观判定时间</caption>
  235. <input id="output406" ref="EXTSHAPE_DEC_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; "/>
  236. <caption id="caption407" class="cell" style="left:222px; top:44px; width:90px; height:20px; ">综合判定等级</caption>
  237. <input id="output407" ref="TOT_DEC_GRD" editable="false" style="left:314px; top:44px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  238. <caption id="caption408" class="cell" style="left:222px; top:66px; width:90px; height:20px; ">综合判定时间</caption>
  239. <input id="output408" ref="TOT_DEC_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; "/>
  240. <caption id="caption409" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">废钢原因</caption>
  241. <input id="output409" ref="SCRAP_CAUSE_CD" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  242. <caption id="caption410" class="cell" style="left:444px; top:22px; width:90px; height:20px; ">废钢处理时间</caption>
  243. <input id="output410" ref="SCRAP_TREATE_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  244. <caption id="caption411" class="cell" style="left:444px; top:44px; width:90px; height:20px; ">废钢重量</caption>
  245. <input id="output411" ref="SCRAP_WGT" editable="false" format="#,###" style="left:536px; top:44px; width:120px; height:20px; text-align:right; border-color:#c0c0c0; border-style:solid; "/>
  246. <caption id="caption412" class="cell" visibility="hidden" style="left:666px; top:44px; width:90px; height:20px; ">异常材原因</caption>
  247. <input id="output412" ref="ABNORMATL_CAUSE_CD" visibility="hidden" editable="false" style="left:758px; top:44px; width:120px; height:20px; background-color:#ff00ff; border-color:#c0c0c0; border-style:solid; "/>
  248. <caption id="caption413" class="cell" visibility="hidden" style="left:666px; top:66px; width:90px; height:20px; ">异常材处理时间</caption>
  249. <input id="output413" ref="ABNORMATL_TREATE_DTIME" visibility="hidden" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:66px; width:120px; height:20px; background-color:#ff00ff; border-color:#c0c0c0; border-style:solid; "/>
  250. <caption id="caption414" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">下一要求工程</caption>
  251. <input id="output414" ref="NXT_DEMAND_PROC" editable="false" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  252. <caption id="caption415" class="cell" style="left:666px; top:22px; width:90px; height:20px; ">下一工程原因</caption>
  253. <input id="output415" ref="NXT_DEMAND_PROC_CAUSE" editable="false" style="left:758px; top:22px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  254. </group>
  255. <group id="group5" overflow="hidden" ref="/root/gridData/ListResult_0_VO//ListResult_0_Row" style="left:0px; top:366px; width:980px; height:85px; ">
  256. <caption id="caption501" class="cell" style="left:0px; top:0px; width:90px; height:20px; ">中间检查时间</caption>
  257. <input id="output501" ref="MID_INSPECT_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:92px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  258. <caption id="caption502" class="cell" style="left:0px; top:21px; width:90px; height:20px; ">是否采样</caption>
  259. <input id="output502" ref="SAMPL_PICK_YN" editable="false" style="left:92px; top:21px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  260. <caption id="caption503" class="cell" visibility="hidden" style="left:0px; top:65px; width:90px; height:20px; ">不采样原因</caption>
  261. <input id="output503" ref="SIZE_UPDT_BEF_LEN" visibility="hidden" editable="false" style="left:92px; top:65px; width:120px; height:20px; background-color:#ff00ff; border-color:#c0c0c0; border-style:solid; "/>
  262. <caption id="caption504" class="cell" style="left:0px; top:43px; width:90px; height:20px; ">样片号</caption>
  263. <input id="output504" ref="SIZE_UPDT_BEF_WGT" editable="false" style="left:92px; top:43px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  264. <caption id="caption505" class="cell" style="left:222px; top:0px; width:90px; height:20px; ">包装方法</caption>
  265. <input id="output505" ref="PACK_METHOD_CD" editable="false" style="left:314px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  266. <caption id="caption1506" class="cell" style="left:222px; top:21px; width:90px; height:20px; ">出库清单号码</caption>
  267. <input id="output506" ref="SHIP_INVNO" editable="false" style="left:314px; top:21px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  268. <caption id="caption507" class="cell" style="left:222px; top:43px; width:90px; height:20px; ">发货指示号</caption>
  269. <input id="output507" ref="SHIP_DIRNO" editable="false" style="left:314px; top:43px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  270. <caption id="caption508" class="cell" style="left:222px; top:65px; width:90px; height:20px; ">发货时间</caption>
  271. <input id="output508" ref="TRNF_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:314px; top:65px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  272. <caption id="caption509" class="cell" style="left:444px; top:0px; width:90px; height:20px; ">运送指示号</caption>
  273. <input id="output509" ref="DLIV_DIRNO" editable="false" style="left:536px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  274. <caption id="caption510" class="cell" style="left:444px; top:21px; width:90px; height:20px; ">运送区分</caption>
  275. <input id="output510" ref="TRANS_CLF" editable="false" style="left:536px; top:21px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  276. <caption id="caption511" class="cell" style="left:444px; top:43px; width:90px; height:20px; ">冷轧工厂移送</caption>
  277. <input id="output511" ref="CR_PLANT_TRS_CLF" editable="false" style="left:536px; top:43px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  278. <caption id="caption512" class="cell" style="left:444px; top:65px; width:90px; height:20px; ">冷轧移送时间</caption>
  279. <input id="output512" ref="CR_PLANT_TRS_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:536px; top:65px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  280. <caption id="caption513" class="cell" style="left:666px; top:0px; width:90px; height:20px; ">钢卷完成时间</caption>
  281. <input id="output513" ref="MATRL_END_DTIME" editable="false" format="yyyy-mm-dd hh:nn:ss" mask="exclude" style="left:758px; top:0px; width:120px; height:20px; border-color:#c0c0c0; border-style:solid; "/>
  282. </group>
  283. <script type="javascript" ev:event="ondblclick">
  284. <![CDATA[
  285. if (event.pTarget.elementName == "xforms:input")
  286. window.clipboardData = event.pTarget.value;
  287. ]]>
  288. </script>
  289. </xhtml:body>
  290. </xhtml:html>