2ed005f5b246498e5660e02c0930b52a1dde9f30.svn-base 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  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[热轧作业>>钢卷库管理>>钢卷库堆放现况(UIH050040)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <searchData>
  12. <COIL_ADDR/>
  13. </searchData>
  14. <formData>
  15. <form0>
  16. <coil121/>
  17. <coil122/>
  18. <coil111/>
  19. <coil112/>
  20. <coil221/>
  21. <coil222/>
  22. <coil211/>
  23. <coil212/>
  24. <coil321/>
  25. <coil322/>
  26. <coil311/>
  27. <coil312/>
  28. <coil421/>
  29. <coil422/>
  30. <coil411/>
  31. <coil412/>
  32. <coil521/>
  33. <coil522/>
  34. <coil511/>
  35. <coil512/>
  36. <coil621/>
  37. <coil622/>
  38. <coil611/>
  39. <coil612/>
  40. <coil721/>
  41. <coil722/>
  42. <coil711/>
  43. <coil712/>
  44. <coil821/>
  45. <coil822/>
  46. <coil811/>
  47. <coil812/>
  48. <coil131/>
  49. <coil132/>
  50. <coil231/>
  51. <coil232/>
  52. <coil331/>
  53. <coil332/>
  54. <coil431/>
  55. <coil432/>
  56. <coil531/>
  57. <coil532/>
  58. <coil631/>
  59. <coil632/>
  60. <coil731/>
  61. <coil732/>
  62. </form0>
  63. </formData>
  64. <gridData/>
  65. <resData/>
  66. <reqData/>
  67. </root>
  68. </instance>
  69. <script type="javascript" ev:event="xforms-ready">
  70. <![CDATA[
  71. var PARENT_WINDOW = window.opener;
  72. //从UIH050020获取钢卷要移送地址的库跨 ,区 号 以及列号值
  73. var tempYardAddr3 = PARENT_WINDOW.model.getValue("/root/childPagesYardArr");
  74. model.setValue("/root/searchData/COIL_ADDR",tempYardAddr3);
  75. model.refresh();
  76. model.removenode("/root/reqData");
  77. model.makeNode("/root/reqData");
  78. commSendReq("/root/searchData");
  79. commSubmit("UIH050040-service","find","glueAction.do");
  80. commAppendData("/root/gridData/COIL_List_VO","/root/resData/COIL_List_VO");
  81. //给节点符值
  82. var fromResNode = instance1.selectSingleNode("/root/resData/COIL_NO_List_VO").childNodes.length;
  83. for(var i = 1;i<= fromResNode;i++)
  84. {
  85. //获取每块钢卷的地址和编号
  86. coilAddrValue = model.getValue("/root/resData/COIL_NO_List_VO/COIL_NO_List_Row[" + i + "]/YARD_ADDR");
  87. coilValue = model.getValue("/root/resData/COIL_NO_List_VO/COIL_NO_List_Row[" + i + "]/COIL_NO");
  88. //绑定获得的地跟值
  89. model.setValue("/root/formData/form0/coil" +coilAddrValue.substr(6,3),coilValue);
  90. document.all("img0"+coilAddrValue.substr(6,3)).visible = true;
  91. }
  92. model.refresh();
  93. ]]>
  94. </script>
  95. </model>
  96. <script type="javascript">
  97. <![CDATA[
  98. //全局变量
  99. var PARENT_WINDOW = window.opener;
  100. //查询
  101. function find(){
  102. //清除form01节点下的所有节点值
  103. var node0 = instance1.selectSingleNode("/root/formData/form0");
  104. var nodeset0 = node0.childNodes;
  105. while (childNode = nodeset0.nextNode())
  106. {
  107. childNode.value = "";
  108. }
  109. //修改所有钢卷堆放位置图片显示为false
  110. var all = document.all;
  111. for(var i=0;i<all.length;i++)
  112. {
  113. var id = all.item(i).attribute("id");
  114. if(id == null) id = "null";
  115. if(id.substr(0,3) == "img" && id.substr(5,2) != "")
  116. {
  117. document.all(id).visible = false;
  118. }
  119. }
  120. //清空发送接点
  121. model.removenode("/root/reqData");
  122. model.makeNode("/root/reqData");
  123. var COIL_ADDR = model.getValue("/root/searchData/COIL_ADDR");
  124. //判断存放位置是否为空,如果为空的话给予提示
  125. if(COIL_ADDR == ""){
  126. alert(" 存放位置选择不能为空,请输入需要的存放位置! ");
  127. return;
  128. }
  129. model1.duplicate("/root/reqData","/root/searchData/COIL_ADDR");
  130. commSubmit("UIH050040-service","find","glueAction.do");
  131. commAppendData("/root/datagrid1/COIL_List_VO","/root/resData/COIL_List_VO");
  132. //给节点符值
  133. var fromResNode = instance1.selectSingleNode("/root/resData/COIL_NO_List_VO").childNodes.length;
  134. for(var i = 1;i<= fromResNode;i++)
  135. {
  136. //获取每块钢卷的地址和编号
  137. coilAddrValue = model.getValue("/root/resData/COIL_NO_List_VO/COIL_NO_List_Row[" + i + "]/YARD_ADDR");
  138. coilValue = model.getValue("/root/resData/COIL_NO_List_VO/COIL_NO_List_Row[" + i + "]/COIL_NO");
  139. //绑定获得的地跟值
  140. model.setValue("/root/formData/form0/coil"+coilAddrValue.substr(6,3),coilValue);
  141. document.all("img0" + coilAddrValue.substr(6,3)).visible = true;
  142. }
  143. model.refresh();
  144. }
  145. /*
  146. *选定要移动的钢卷,这里新增三层的判断情况
  147. */
  148. function selectCoil()
  149. {
  150. //获取当前焦点的控件 ,判断是否是input控件
  151. var data = event.focus;
  152. if(data.substr(0,5) == "input")
  153. {
  154. var nodePath = document.all(data).attribute("ref");
  155. var nodeValue = model.getValue(nodePath);
  156. var tag = nodePath.substr((nodePath.length -2),1);
  157. // alert("nodePath : "+nodePath);
  158. // alert("nodeValue : "+nodeValue);
  159. // alert("tag : "+tag);
  160. // alert("nodePathaaaaaa : "+nodePath.length);
  161. // alert("1111111111111 : "+Number(nodePath.substr((nodePath.length -3),1))+1);
  162. //判断获得焦点的地址是否已经放置钢卷
  163. if(nodeValue != "")
  164. {
  165. alert("该位置已经放置钢卷!","错误",5);
  166. return;
  167. }
  168. //放置钢卷位置是第一层还是第二层,如果是第二层则需判断第一层是否有钢卷,如果没有则不能放置,不能出现飞到空中的钢卷
  169. //这里还需要加上对第三层的判断,并且进行相应的处理
  170. if(tag == "3"){
  171. //如果是三层的情况,判断下面两个位置是否存在钢卷。并且还需要判断相应的第一层是否存在钢卷
  172. var leftStoreXpath2 = "";
  173. var rtStoreXpath2 = "";
  174. var leftStoreXpath1 = "";
  175. var mdStoreXpath1 = "";
  176. var rtStoreXpath1 = "";
  177. //如果是三层的第一个位置,则二层的21、22.一层的11、12和下一个区域的11必须存在值
  178. if(nodePath.substr((nodePath.length -1),1) == 1){
  179. lftFstStoreXpath2 = nodePath.substr(0,(nodePath.length -2)) + "21";
  180. rtFstStoreXpath2 = nodePath.substr(0,(nodePath.length -2)) + "22";
  181. leftStoreXpath1 = nodePath.substr(0,(nodePath.length -2)) + "11";
  182. mdStoreXpath1 = nodePath.substr(0,(nodePath.length -2)) + "12";
  183. rtStoreXpath1 = nodePath.substr(0,(nodePath.length -3))+(Number(nodePath.substr((nodePath.length -3),1))+1).toString()+"11";
  184. }else if(nodePath.substr((nodePath.length -1),1) == 2){
  185. //如果是第三层的第二个位置,则二层的22、和下个区域的21以及下个区域的11、22必须存在值
  186. lftFstStoreXpath2 = nodePath.substr(0,(nodePath.length -2)) + "22";
  187. rtFstStoreXpath2 = nodePath.substr(0,(nodePath.length -3)) +(Number(nodePath.substr((nodePath.length -3),1))+1).toString()+"21";
  188. leftStoreXpath1 = nodePath.substr(0,(nodePath.length -2)) + "12";
  189. mdStoreXpath1 = nodePath.substr(0,(nodePath.length -3)) + (Number(nodePath.substr((nodePath.length -3),1))+1).toString()+"11";
  190. rtStoreXpath1 = nodePath.substr(0,(nodePath.length -3)) + (Number(nodePath.substr((nodePath.length -3),1))+1).toString()+"12";
  191. }
  192. // alert("lftFstStoreXpath2 : "+lftFstStoreXpath2);
  193. // alert("rtFstStoreXpath2 : "+rtFstStoreXpath2);
  194. // alert("leftStoreXpath1 : "+leftStoreXpath1);
  195. // alert("mdStoreXpath1 : "+mdStoreXpath1);
  196. // alert("rtStoreXpath1 : "+rtStoreXpath1);
  197. if(model1.getValue(lftFstStoreXpath2) =="" || model1.getValue(rtFstStoreXpath2) =="" || model1.getValue(leftStoreXpath1) =="" || model1.getValue(mdStoreXpath1) =="" || model1.getValue(rtStoreXpath1) ==""){
  198. alert(" 钢卷非法移动!! ");
  199. return;
  200. }
  201. }
  202. //两层的情况,除了判断下面有无钢卷。还要判断上面是否存在钢卷
  203. if(tag == "2"){
  204. var lftFstXpath1 = "";
  205. var rtFstXpath1 = "";
  206. var lftFstXpath3 = "";
  207. var rtFstXpath3 = "";
  208. //如果放置钢卷的位置是一个跺位的第2层的第一个位置,则他下面两个钢卷位置是同一跺位
  209. //他上面的两个卷是上个区域的32和自己的31
  210. if(nodePath.substr((nodePath.length -1),1) == 1){
  211. lftFstXpath1 = nodePath.substr(0,(nodePath.length -2)) + "11";
  212. rtFstXpath1 = nodePath.substr(0,(nodePath.length -2)) + "12";
  213. lftFstXpath3 = nodePath.substr(0,(nodePath.length -3)) + (Number(nodePath.substr((nodePath.length -3),1))-1).toString()+"32";
  214. rtFstXpath3 = nodePath.substr(0,(nodePath.length -2)) +"31";
  215. }
  216. /*如果放置光卷的位置是一个跺位的第2层的第二个位置,则其下面第一层两个钢卷分别是下一个跺位一层的第1个位置,
  217. 和当前跺位一层的第2个位置*/
  218. else if(nodePath.substr((nodePath.length -1),1) == 2){
  219. lftFstXpath1 = nodePath.substr(0,(nodePath.length -2)) + "12";
  220. rtFstXpath1 = nodePath.substr(0,(nodePath.length -3)) + (nodePath.substr((nodePath.length -3),1)-(-1)) + "11";
  221. lftFstXpath3 = nodePath.substr(0,(nodePath.length -2))+"31";
  222. rtFstXpath3 = nodePath.substr(0,(nodePath.length -2)) +"32";
  223. }
  224. if(model1.getValue(lftFstXpath1) =="" || model1.getValue(rtFstXpath1) == ""){
  225. alert(" 放置位置的下面不存在钢卷,请确认后重新选择!!! ");
  226. return;
  227. }
  228. if(model1.getValue(lftFstXpath3) != "" || model1.getValue(rtFstXpath3) != ""){
  229. alert(" 放置位置上面存在钢卷,请确认后重新选择!");
  230. return;
  231. }
  232. }
  233. //对第一层的钢卷进行处理,他的上面是不能存在钢卷的
  234. if(tag == "1"){
  235. var lftXpath2 = "";
  236. var rtXpath2 = "";
  237. var lftXpath3 = "";
  238. var rtXpath3 = "";
  239. var mdXpath3 = "";
  240. if(nodePath.substr((nodePath.length -1),1) == 1){
  241. //如果是区域一层一个,则前一个区域的22,31,32以及本区域的21,31不能存在钢卷
  242. lftXpath2 = nodePath.substr(0,(nodePath.length -3)) + (Number(nodePath.substr((nodePath.length -3),1))-1).toString()+"21";
  243. rtXpath2 = nodePath.substr(0,(nodePath.length -2)) + "21";
  244. lftXpath3 = nodePath.substr(0,(nodePath.length -3)) + (Number(nodePath.substr((nodePath.length -3),1))-1).toString()+"31";
  245. rtXpath3 = nodePath.substr(0,(nodePath.length -2)) +"31";
  246. mdXpath3 = nodePath.substr(0,(nodePath.length -3)) + (Number(nodePath.substr((nodePath.length -3),1))-1).toString()+"32";
  247. }
  248. if(nodePath.substr((nodePath.length -1),1) == 2){
  249. lftXpath2 = nodePath.substr(0,(nodePath.length -2)) + "21";
  250. rtXpath2 = nodePath.substr(0,(nodePath.length -2)) + "22";
  251. lftXpath3 = nodePath.substr(0,(nodePath.length -3)) + (Number(nodePath.substr((nodePath.length -3),1))-1).toString()+"31";
  252. rtXpath3 = nodePath.substr(0,(nodePath.length -2)) +"32";
  253. mdXpath3 = nodePath.substr(0,(nodePath.length -2)) +"31";
  254. }
  255. if(model1.getValue(lftXpath2) != "" || model1.getValue(rtXpath2) != "" || model1.getValue(lftXpath3) != "" || model1.getValue(rtXpath3) != "" || model1.getValue(mdXpath3) != ""){
  256. alert(" 放置位置上面存在钢卷,请确认后重新选择!!! ");
  257. return;
  258. }
  259. }
  260. //这里需要判断选中的位置的图片是否是显示出来的,如果是显示出来的说明这里位置实际是存在的可以放入钢卷
  261. var fromImgID = "img0"+nodePath.substr(nodePath.length-3,3);
  262. //如果存在实际垛位的情况下,可以选择并且取到相应的位置信息
  263. if(document.all(fromImgID).visible == true){
  264. //这里是返回给行车命令制订的具体位置信息
  265. PARENT_WINDOW.model1.setValue("/root/desCoilAddr",model1.getValue("/root/searchData/COIL_ADDR") + "0" + nodePath.substr((nodePath.length - 3),3));
  266. //选中合适的位置后退出本界面
  267. window.close();
  268. }else{
  269. alert(" 选择的位置实际不存在,请确认后重新选择! ");
  270. return;
  271. }
  272. }
  273. }
  274. /*
  275. *选定要移动的钢卷,这里是两层操作的情况
  276. */
  277. function selectCoil1()
  278. {
  279. //获取当前焦点的控件 ,判断是否是input控件
  280. var data = event.focus;
  281. if(data.substr(0,5) == "input")
  282. {
  283. var nodePath = document.all(data).attribute("ref");
  284. var nodeValue = model.getValue(nodePath);
  285. var tag = nodePath.substr((nodePath.length -2),1);
  286. //判断获得焦点的地址是否已经放置钢卷
  287. if(nodeValue != "")
  288. {
  289. alert("该位置已经放置钢卷!","错误",5);
  290. return;
  291. }
  292. //放置钢卷位置是第一层还是第二层,如果是第二层则需判断第一层是否有钢卷,如果没有则不能放置,不能出现飞到空中的钢卷
  293. if(tag == "2")
  294. {
  295. var lftFstStoreXpath = "";
  296. var rtFstStoreXpath = "";
  297. //如果放置钢卷的位置是一个跺位的第2层的第一个位置,则他下面两个钢卷位置是同一跺位
  298. if(nodePath.substr((nodePath.length -1),1) == 1){
  299. lftFstStoreXpath = nodePath.substr(0,(nodePath.length -2)) + "11";
  300. rtFstStoreXpath = nodePath.substr(0,(nodePath.length -2)) + "12";
  301. }
  302. /*如果放置光卷的位置是一个跺位的第2层的第二个位置,则其下面第一层两个钢卷分别是下一个跺位一层的第1个位置,
  303. 和当前跺位一层的第2个位置*/
  304. else if(nodePath.substr((nodePath.length -1),1) == 2){
  305. lftFstStoreXpath = nodePath.substr(0,(nodePath.length -2)) + "12";
  306. rtFstStoreXpath = nodePath.substr(0,(nodePath.length -3)) + (nodePath.substr((nodePath.length -3),1)-(-1)) + "11";
  307. }
  308. if(model1.getValue(lftFstStoreXpath) ==""|| model1.getValue(rtFstStoreXpath) == ""){
  309. alert("非法钢卷放置位置");
  310. return;
  311. }
  312. }
  313. //这里需要判断选中的位置的图片是否是显示出来的,如果是显示出来的说明这里位置实际是存在的可以放入钢卷
  314. var fromImgID = "img0"+nodePath.substr(nodePath.length-3,3);
  315. //如果存在实际垛位的情况下,可以选择并且取到相应的位置信息
  316. if(document.all(fromImgID).visible == true){
  317. //这里是返回给行车命令制订的具体位置信息
  318. PARENT_WINDOW.model1.setValue("/root/desCoilAddr",model1.getValue("/root/searchData/COIL_ADDR") + "0" + nodePath.substr((nodePath.length - 3),3));
  319. //选中合适的位置后退出本界面
  320. window.close();
  321. }else{
  322. alert(" 选择的位置实际不存在,请确认后重新选择! ");
  323. return;
  324. }
  325. }
  326. }
  327. ]]>
  328. </script>
  329. <script type="javascript" src="../../js/boaMsg.js"/>
  330. <script type="javascript" src="../../js/boaCommon.js"/>
  331. </xhtml:head>
  332. <xhtml:body guideline="2,-1;">
  333. <caption id="caption6" class="cell" style="left:0px; top:5px; width:130px; height:20px; font-weight:bold; border-color:#000000; ">钢卷库堆放现况</caption>
  334. <input id="input13" ref="/root/searchData/COIL_ADDR" style="left:420px; top:15px; width:145px; height:25px; "/>
  335. <datagrid id="datagrid1" nodeset="/root/gridData/COIL_List_VO/COIL_List_Row" caption="存放位置^钢卷号^钢种^外径^内径^订单规格^实际规格^实重量^交货期^合同号^订单号^运输指示号^运输方式^取样标志^综合判定等级^余材区分^平整有无|存放位置^钢卷号^钢种^外径^内径^订单规格^实际规格^实重量^交货期^合同号^订单号^运输指示号^运输方式^取样标志^综合判定等级^余材区分^平整有无" colsep="^" colwidth="88, 90, 90, 50, 50, 60, 65, 60, 90, 90, 50, 81, 40, 35, 52, 50, 37" defaultrows="20" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:270px; width:980px; height:330px; ">
  336. <col editable="false" ref="FROM_ADDR" type="input" style="background-color:#ffffff; "/>
  337. <col editable="false" ref="OLD_SAMPL_NO" type="input" style="background-color:#ffffff; "/>
  338. <col editable="false" ref="SPEC_STL_GRD" type="input" style="background-color:#ffffff; "/>
  339. <col editable="false" ref="OUT_DIA" type="input" style="text-align:right; background-color:#ffffff; "/>
  340. <col editable="false" ref="COIL_INDIA" type="input" style="text-align:right; background-color:#ffffff; "/>
  341. <col editable="false" ref="IT_IW" type="input" style="text-align:right; background-color:#ffffff; "/>
  342. <col editable="false" ref="T_W" type="input" style="text-align:right; background-color:#ffffff; "/>
  343. <col editable="false" ref="ACT_WGT" type="input" format="#,###" style="text-align:right; background-color:#ffffff; "/>
  344. <col editable="false" ref="DEVLMT_DTIME" type="input" style="background-color:#ffffff; "/>
  345. <col editable="false" ref="ORD_NO1" type="input" style="background-color:#ffffff; "/>
  346. <col editable="false" ref="ORD_SEQ" type="input" style="background-color:#ffffff; "/>
  347. <col editable="false" ref="DLIV_DIRNO" type="input" style="background-color:#ffffff; "/>
  348. <col editable="false" ref="DLIV_TP" type="input" style="background-color:#ffffff; "/>
  349. <col editable="false" ref="SAMPL_PICK_YN" type="input" style="background-color:#ffffff; "/>
  350. <col editable="false" ref="TOT_DEC_GRD" type="input" style="background-color:#ffffff; "/>
  351. <col editable="false" ref="ORD_FL" type="input" style="background-color:#ffffff; "/>
  352. <col editable="false" ref="SPM_YN" type="input" style="background-color:#ffffff; "/>
  353. </datagrid>
  354. <group id="group1" style="left:0px; top:50px; width:980px; height:195px; ">
  355. <img id="img49" src="../../images/UIH050011.gif" style="left:1410px; top:16px; width:85px; height:45px; background-stretch:stretch; "/>
  356. <img id="img0732" visibility="hidden" src="../../images/UIH050010.gif" style="left:1410px; top:13px; width:95px; height:45px; background-stretch:stretch; "/>
  357. <img id="img58" src="../../images/UIH050011.gif" style="left:1210px; top:16px; width:85px; height:45px; background-stretch:stretch; "/>
  358. <img id="img59" src="../../images/UIH050011.gif" style="left:1105px; top:15px; width:85px; height:45px; background-stretch:stretch; "/>
  359. <img id="img57" src="../../images/UIH050011.gif" style="left:1005px; top:15px; width:85px; height:45px; background-stretch:stretch; "/>
  360. <img id="img56" src="../../images/UIH050011.gif" style="left:905px; top:15px; width:85px; height:45px; background-stretch:stretch; "/>
  361. <img id="img45" src="../../images/UIH050011.gif" style="left:705px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  362. <img id="img46" src="../../images/UIH050011.gif" style="left:805px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  363. <img id="img0432" visibility="hidden" src="../../images/UIH050010.gif" style="left:805px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  364. <img id="img0431" visibility="hidden" src="../../images/UIH050010.gif" style="left:705px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  365. <img id="img44" src="../../images/UIH050011.gif" style="left:605px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  366. <img id="img43" src="../../images/UIH050011.gif" style="left:505px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  367. <img id="img42" src="../../images/UIH050011.gif" style="left:405px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  368. <img id="img40" src="../../images/UIH050011.gif" style="left:305px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  369. <img id="img38" src="../../images/UIH050011.gif" style="left:205px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  370. <img id="img36" src="../../images/UIH050011.gif" style="left:105px; top:13px; width:85px; height:45px; background-stretch:stretch; "/>
  371. <img id="img0131" visibility="hidden" src="../../images/UIH050010.gif" style="left:105px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  372. <img id="img32" src="../../images/UIH050011.gif" style="left:1510px; top:111px; width:85px; height:45px; background-stretch:stretch; "/>
  373. <img id="img31" src="../../images/UIH050011.gif" style="left:1410px; top:113px; width:85px; height:45px; background-stretch:stretch; "/>
  374. <img id="img30" src="../../images/UIH050011.gif" style="left:1310px; top:113px; width:85px; height:45px; background-stretch:stretch; "/>
  375. <img id="img33" src="../../images/UIH050011.gif" style="left:1260px; top:64px; width:85px; height:45px; background-stretch:stretch; "/>
  376. <img id="img28" src="../../images/UIH050011.gif" style="left:1105px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  377. <img id="img0612" visibility="hidden" src="../../images/UIH050010.gif" style="left:1105px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  378. <img id="img12" src="../../images/UIH050011.gif" style="left:1155px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  379. <img id="img11" src="../../images/UIH050011.gif" style="left:1055px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  380. <img id="img27" src="../../images/UIH050011.gif" style="left:1005px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  381. <img id="img0611" visibility="hidden" src="../../images/UIH050010.gif" style="left:1005px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  382. <img id="img26" src="../../images/UIH050011.gif" style="left:905px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  383. <img id="img0512" visibility="hidden" src="../../images/UIH050010.gif" style="left:905px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  384. <img id="img10" src="../../images/UIH050011.gif" style="left:955px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  385. <img id="img9" src="../../images/UIH050011.gif" style="left:855px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  386. <img id="img0521" visibility="hidden" src="../../images/UIH050010.gif" style="left:855px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  387. <img id="img8" src="../../images/UIH050011.gif" style="left:755px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  388. <img id="img0422" visibility="hidden" src="../../images/UIH050010.gif" style="left:755px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  389. <img id="img24" src="../../images/UIH050011.gif" style="left:705px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  390. <img id="img7" src="../../images/UIH050011.gif" style="left:655px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  391. <img id="img0421" visibility="hidden" src="../../images/UIH050010.gif" style="left:655px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  392. <img id="img23" src="../../images/UIH050011.gif" style="left:605px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  393. <img id="img6" src="../../images/UIH050011.gif" style="left:555px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  394. <img id="img5" src="../../images/UIH050011.gif" style="left:455px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  395. <img id="img22" src="../../images/UIH050011.gif" style="left:505px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  396. <img id="img21" src="../../images/UIH050011.gif" style="left:405px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  397. <img id="img4" src="../../images/UIH050011.gif" style="left:355px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  398. <img id="img3" src="../../images/UIH050011.gif" style="left:255px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  399. <img id="img2" src="../../images/UIH050011.gif" style="left:155px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  400. <img id="img1" src="../../images/UIH050011.gif" style="left:55px; top:63px; width:85px; height:45px; background-stretch:stretch; "/>
  401. <img id="img17" src="../../images/UIH050011.gif" style="left:5px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  402. <img id="img18" src="../../images/UIH050011.gif" style="left:105px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  403. <img id="img19" src="../../images/UIH050011.gif" style="left:205px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  404. <img id="img20" src="../../images/UIH050011.gif" style="left:305px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  405. <img id="img0121" visibility="hidden" src="../../images/UIH050010.gif" style="left:55px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  406. <img id="img0111" visibility="hidden" src="../../images/UIH050010.gif" style="left:5px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  407. <img id="img0221" visibility="hidden" src="../../images/UIH050010.gif" style="left:255px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  408. <img id="img0122" visibility="hidden" src="../../images/UIH050010.gif" style="left:155px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  409. <img id="img25" src="../../images/UIH050011.gif" style="left:805px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  410. <img id="img0321" visibility="hidden" src="../../images/UIH050010.gif" style="left:455px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  411. <img id="img0211" visibility="hidden" src="../../images/UIH050010.gif" style="left:205px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  412. <img id="img0222" visibility="hidden" src="../../images/UIH050010.gif" style="left:355px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  413. <img id="img0112" visibility="hidden" src="../../images/UIH050010.gif" style="left:105px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  414. <img id="img0311" visibility="hidden" src="../../images/UIH050010.gif" style="left:405px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  415. <img id="img0322" visibility="hidden" src="../../images/UIH050010.gif" style="left:555px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  416. <img id="img0212" visibility="hidden" src="../../images/UIH050010.gif" style="left:305px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  417. <input id="input30" ref="/root/formData/form0/coil212" editable="false" style="left:310px; top:125px; width:85px; height:20px; "/>
  418. <img id="img0411" visibility="hidden" src="../../images/UIH050010.gif" style="left:600px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  419. <img id="img0312" visibility="hidden" src="../../images/UIH050010.gif" style="left:505px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  420. <input id="input31" ref="/root/formData/form0/coil311" editable="false" style="left:410px; top:125px; width:85px; height:20px; "/>
  421. <input id="input20" ref="/root/formData/form0/coil512" editable="false" style="left:910px; top:125px; width:85px; height:20px; "/>
  422. <img id="img0621" visibility="hidden" src="../../images/UIH050010.gif" style="left:1055px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  423. <img id="img0511" visibility="hidden" src="../../images/UIH050010.gif" style="left:805px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  424. <img id="img0522" visibility="hidden" src="../../images/UIH050010.gif" style="left:955px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  425. <img id="img0412" visibility="hidden" src="../../images/UIH050010.gif" style="left:705px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  426. <img id="img29" src="../../images/UIH050011.gif" style="left:1205px; top:112px; width:85px; height:45px; background-stretch:stretch; "/>
  427. <caption id="caption20" style="left:495px; top:154px; width:15px; height:20px; font-weight:bold; ">3</caption>
  428. <input id="input32" ref="/root/formData/form0/coil312" editable="false" style="left:510px; top:125px; width:85px; height:20px; "/>
  429. <input id="input21" ref="/root/formData/form0/coil611" editable="false" style="left:1010px; top:125px; width:85px; height:20px; "/>
  430. <input id="input10" ref="/root/formData/form0/coil522" editable="false" style="left:960px; top:74px; width:85px; height:20px; "/>
  431. <img id="img0622" visibility="hidden" src="../../images/UIH050010.gif" style="left:1155px; top:60px; width:95px; height:45px; background-stretch:stretch; "/>
  432. <caption id="caption21" style="left:695px; top:154px; width:15px; height:20px; font-weight:bold; ">4</caption>
  433. <input id="input22" ref="/root/formData/form0/coil612" editable="false" style="left:1110px; top:125px; width:85px; height:20px; "/>
  434. <input id="input11" ref="/root/formData/form0/coil621" editable="false" style="left:1060px; top:74px; width:85px; height:20px; "/>
  435. <img id="img0711" visibility="hidden" src="../../images/UIH050010.gif" style="left:1205px; top:110px; width:95px; height:45px; background-stretch:stretch; "/>
  436. <input id="input23" ref="/root/formData/form0/coil711" editable="false" style="left:1210px; top:125px; width:85px; height:20px; "/>
  437. <input id="input12" ref="/root/formData/form0/coil622" editable="false" style="left:1160px; top:74px; width:85px; height:20px; "/>
  438. <caption id="caption14" style="left:895px; top:154px; width:15px; height:20px; font-weight:bold; ">5</caption>
  439. <caption id="caption15" style="left:1095px; top:154px; width:15px; height:20px; font-weight:bold; ">6</caption>
  440. <input id="input27" ref="/root/formData/form0/coil111" editable="false" style="left:10px; top:125px; width:85px; height:20px; "/>
  441. <input id="input1" ref="/root/formData/form0/coil121" editable="false" style="left:60px; top:74px; width:85px; height:20px; "/>
  442. <caption id="caption16" style="left:1295px; top:154px; width:15px; height:20px; font-weight:bold; ">7</caption>
  443. <input id="input28" ref="/root/formData/form0/coil112" editable="false" style="left:110px; top:125px; width:85px; height:20px; "/>
  444. <input id="input17" ref="/root/formData/form0/coil411" editable="false" style="left:605px; top:125px; width:85px; height:20px; "/>
  445. <input id="input2" ref="/root/formData/form0/coil122" editable="false" style="left:160px; top:74px; width:85px; height:20px; "/>
  446. <input id="input29" ref="/root/formData/form0/coil211" editable="false" style="left:210px; top:125px; width:85px; height:20px; "/>
  447. <input id="input18" ref="/root/formData/form0/coil412" editable="false" style="left:710px; top:125px; width:85px; height:20px; "/>
  448. <input id="input3" ref="/root/formData/form0/coil221" editable="false" style="left:260px; top:74px; width:85px; height:20px; "/>
  449. <caption id="caption18" style="left:95px; top:154px; width:15px; height:20px; font-weight:bold; ">1</caption>
  450. <input id="input19" ref="/root/formData/form0/coil511" editable="false" style="left:810px; top:125px; width:85px; height:20px; "/>
  451. <input id="input4" ref="/root/formData/form0/coil222" editable="false" style="left:360px; top:74px; width:85px; height:20px; "/>
  452. <caption id="caption19" style="left:295px; top:154px; width:15px; height:20px; font-weight:bold; ">2</caption>
  453. <input id="input5" ref="/root/formData/form0/coil321" editable="false" style="left:460px; top:74px; width:85px; height:20px; "/>
  454. <input id="input6" ref="/root/formData/form0/coil322" editable="false" style="left:560px; top:74px; width:85px; height:20px; "/>
  455. <input id="input7" ref="/root/formData/form0/coil421" editable="false" style="left:660px; top:74px; width:85px; height:20px; "/>
  456. <input id="input8" ref="/root/formData/form0/coil422" editable="false" style="left:760px; top:74px; width:85px; height:20px; "/>
  457. <input id="input9" ref="/root/formData/form0/coil521" editable="false" style="left:860px; top:74px; width:85px; height:20px; "/>
  458. <img id="img14" src="../../images/UIH050011.gif" style="left:1360px; top:64px; width:85px; height:45px; background-stretch:stretch; "/>
  459. <img id="img15" src="../../images/UIH050011.gif" style="left:1460px; top:64px; width:85px; height:45px; background-stretch:stretch; "/>
  460. <img id="img0721" visibility="hidden" src="../../images/UIH050010.gif" style="left:1260px; top:61px; width:95px; height:45px; background-stretch:stretch; "/>
  461. <img id="img0821" visibility="hidden" src="../../images/UIH050010.gif" style="left:1460px; top:61px; width:95px; height:45px; background-stretch:stretch; "/>
  462. <img id="img0722" visibility="hidden" src="../../images/UIH050010.gif" style="left:1360px; top:61px; width:95px; height:45px; background-stretch:stretch; "/>
  463. <img id="img0811" visibility="hidden" src="../../images/UIH050010.gif" style="left:1410px; top:111px; width:95px; height:45px; background-stretch:stretch; "/>
  464. <img id="img0712" visibility="hidden" src="../../images/UIH050010.gif" style="left:1310px; top:111px; width:95px; height:45px; background-stretch:stretch; "/>
  465. <input id="input24" ref="/root/formData/form0/coil712" editable="false" style="left:1315px; top:126px; width:85px; height:20px; "/>
  466. <input id="input15" ref="/root/formData/form0/coil721" editable="false" style="left:1265px; top:75px; width:85px; height:20px; "/>
  467. <img id="img0812" visibility="hidden" src="../../images/UIH050010.gif" style="left:1510px; top:111px; width:95px; height:45px; background-stretch:stretch; "/>
  468. <input id="input25" ref="/root/formData/form0/coil811" editable="false" style="left:1415px; top:126px; width:85px; height:20px; "/>
  469. <input id="input16" ref="/root/formData/form0/coil722" editable="false" style="left:1365px; top:75px; width:85px; height:20px; "/>
  470. <input id="input26" ref="/root/formData/form0/coil812" editable="false" style="left:1515px; top:126px; width:85px; height:20px; "/>
  471. <input id="input33" ref="/root/formData/form0/coil821" editable="false" style="left:1465px; top:75px; width:85px; height:20px; "/>
  472. <caption id="caption17" style="left:1500px; top:155px; width:15px; height:20px; font-weight:bold; ">8</caption>
  473. <input id="input14" ref="/root/formData/form0/coil431" editable="false" style="left:710px; top:24px; width:85px; height:20px; "/>
  474. <img id="img0132" visibility="hidden" src="../../images/UIH050010.gif" style="left:205px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  475. <img id="img0231" visibility="hidden" src="../../images/UIH050010.gif" style="left:305px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  476. <input id="input34" ref="/root/formData/form0/coil432" editable="false" style="left:810px; top:24px; width:85px; height:20px; "/>
  477. <img id="img0232" visibility="hidden" src="../../images/UIH050010.gif" style="left:405px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  478. <img id="img0331" visibility="hidden" src="../../images/UIH050010.gif" style="left:505px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  479. <img id="img0332" visibility="hidden" src="../../images/UIH050010.gif" style="left:605px; top:10px; width:95px; height:45px; background-stretch:stretch; "/>
  480. <input id="input35" ref="/root/formData/form0/coil131" editable="false" style="left:110px; top:24px; width:85px; height:20px; "/>
  481. <input id="input36" ref="/root/formData/form0/coil132" editable="false" style="left:210px; top:24px; width:85px; height:20px; "/>
  482. <input id="input37" ref="/root/formData/form0/coil231" editable="false" style="left:310px; top:24px; width:85px; height:20px; "/>
  483. <input id="input38" ref="/root/formData/form0/coil232" editable="false" style="left:410px; top:24px; width:85px; height:20px; "/>
  484. <input id="input39" ref="/root/formData/form0/coil331" editable="false" style="left:510px; top:24px; width:85px; height:20px; "/>
  485. <input id="input40" ref="/root/formData/form0/coil332" editable="false" style="left:610px; top:24px; width:85px; height:20px; "/>
  486. <img id="img48" src="../../images/UIH050011.gif" style="left:1310px; top:16px; width:85px; height:45px; background-stretch:stretch; "/>
  487. <img id="img0531" visibility="hidden" src="../../images/UIH050010.gif" style="left:905px; top:12px; width:95px; height:45px; background-stretch:stretch; "/>
  488. <img id="img0532" visibility="hidden" src="../../images/UIH050010.gif" style="left:1005px; top:12px; width:95px; height:45px; background-stretch:stretch; "/>
  489. <img id="img0632" visibility="hidden" src="../../images/UIH050010.gif" style="left:1210px; top:13px; width:95px; height:45px; background-stretch:stretch; "/>
  490. <img id="img0631" visibility="hidden" src="../../images/UIH050010.gif" style="left:1105px; top:12px; width:95px; height:45px; background-stretch:stretch; "/>
  491. <input id="input41" ref="/root/formData/form0/coil531" editable="false" style="left:910px; top:26px; width:85px; height:20px; "/>
  492. <input id="input42" ref="/root/formData/form0/coil732" editable="false" style="left:1415px; top:27px; width:85px; height:20px; "/>
  493. <img id="img0731" visibility="hidden" src="../../images/UIH050010.gif" style="left:1310px; top:13px; width:95px; height:45px; background-stretch:stretch; "/>
  494. <input id="input43" ref="/root/formData/form0/coil532" editable="false" style="left:1010px; top:26px; width:85px; height:20px; "/>
  495. <input id="input44" ref="/root/formData/form0/coil631" editable="false" style="left:1110px; top:26px; width:85px; height:20px; "/>
  496. <input id="input45" ref="/root/formData/form0/coil632" editable="false" style="left:1215px; top:27px; width:85px; height:20px; "/>
  497. <input id="input46" ref="/root/formData/form0/coil731" editable="false" style="left:1315px; top:27px; width:85px; height:20px; "/>
  498. </group>
  499. <caption id="caption4" class="cell" style="left:835px; top:245px; width:145px; height:25px; font-weight:bold; ">◎ 综合判定合格</caption>
  500. <script type="javascript" ev:event="ondblclick">
  501. <![CDATA[
  502. //全局变量
  503. var PARENT_WINDOW = window.opener;
  504. //这里判断如果是行车命令指定的界面就可以操作,如果不是就不让选择
  505. var temp50200 = PARENT_WINDOW.model.getValue("/root/childPages50200");
  506. if(temp50200 == "FALSE"){
  507. //这里不操作
  508. }else{
  509. /*
  510. *选中钢卷
  511. */
  512. selectCoil();
  513. }
  514. ]]>
  515. </script>
  516. <caption id="caption2" class="cell" style="left:0px; top:250px; width:90px; height:20px; border-color:#000000; ">存放位置</caption>
  517. </xhtml:body>
  518. </xhtml:html>