39ef03c8927c7483427aef3ac5a9e72d99838462.svn-base 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  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[热轧作业>>钢卷库管理>>钢卷移动管理(UIH050010)]]>
  7. </xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <formData>
  12. <form0>
  13. <coil121/>
  14. <coil122/>
  15. <coil111/>
  16. <coil112/>
  17. <coil221/>
  18. <coil222/>
  19. <coil211/>
  20. <coil212/>
  21. <coil321/>
  22. <coil322/>
  23. <coil311/>
  24. <coil312/>
  25. <coil421/>
  26. <coil422/>
  27. <coil411/>
  28. <coil412/>
  29. <coil521/>
  30. <coil522/>
  31. <coil511/>
  32. <coil512/>
  33. <coil621/>
  34. <coil622/>
  35. <coil611/>
  36. <coil612/>
  37. <coil721/>
  38. <coil722/>
  39. <coil711/>
  40. <coil712/>
  41. <coil821/>
  42. <coil811/>
  43. <coil812/>
  44. </form0>
  45. <form1>
  46. <coil121/>
  47. <coil122/>
  48. <coil111/>
  49. <coil112/>
  50. <coil221/>
  51. <coil222/>
  52. <coil211/>
  53. <coil212/>
  54. <coil321/>
  55. <coil322/>
  56. <coil311/>
  57. <coil312/>
  58. <coil421/>
  59. <coil422/>
  60. <coil411/>
  61. <coil412/>
  62. <coil521/>
  63. <coil522/>
  64. <coil511/>
  65. <coil512/>
  66. <coil621/>
  67. <coil622/>
  68. <coil611/>
  69. <coil612/>
  70. <coil721/>
  71. <coil722/>
  72. <coil711/>
  73. <coil712/>
  74. <coil821/>
  75. <coil811/>
  76. <coil812/>
  77. </form1>
  78. </formData>
  79. <searchData>
  80. <FROM_COIL_ADDR/>
  81. <TO_COIL_ADDR/>
  82. <TO_COIL/>
  83. <FROM_COIL/>
  84. </searchData>
  85. <initData/>
  86. <resData/>
  87. <reqData/>
  88. <temp_req>
  89. <coil_no>
  90. <label/>
  91. <value/>
  92. </coil_no>
  93. </temp_req>
  94. </root>
  95. </instance>
  96. <script type="javascript" ev:event="xforms-ready">
  97. <![CDATA[
  98. /*
  99. *页面初始化
  100. */
  101. initPage();
  102. ]]>
  103. </script>
  104. </model>
  105. <script type="javascript">
  106. <![CDATA[
  107. //全局变量
  108. var FROM_COIL_XPATH = "";
  109. var TO_COIL_XPATH = "";
  110. //已经选择的原钢卷放置位置的钢卷号
  111. var FROM_INPUT = "";
  112. //已经选择的目的钢卷放置位置的钢卷号
  113. var TO_INPUT = "";
  114. /*
  115. *页面初始化函数
  116. */
  117. function initPage()
  118. {
  119. commSubmit("UIH050010-service","success","glueAction.do");
  120. commAppendData("/root/initData/FIRST_INIT_RESULT_VO","/root/resData/FIRST_INIT_RESULT_VO");
  121. model.refresh();
  122. }
  123. /*
  124. *查询函数
  125. */
  126. function find()
  127. {
  128. if(model.getValue("/root/searchData/FROM_COIL_ADDR") == "" || model.getValue("/root/searchData/TO_COIL_ADDR")== "" )
  129. {
  130. alert("钢卷存放地址不能为空!");
  131. }
  132. else
  133. {
  134. //开始新的一次查询之前,必须清除上次操作在界面上显示的钢卷记录
  135. //清除form0节点下的所有节点值
  136. var node1 = instance1.selectSingleNode("/root/formData/form1");
  137. var nodeset1 = node1.childNodes;
  138. while (childNode = nodeset1.nextNode())
  139. {
  140. childNode.value = "";
  141. }
  142. //清除form01节点下的所有节点值
  143. var node0 = instance1.selectSingleNode("/root/formData/form0");
  144. var nodeset0 = node0.childNodes;
  145. while (childNode = nodeset0.nextNode())
  146. {
  147. childNode.value = "";
  148. }
  149. //修改所有钢卷堆放位置图片显示为false
  150. var all = document.all;
  151. for(var i=0;i<all.length;i++)
  152. {
  153. var id = all.item(i).attribute("id");
  154. if(id == null) id = "null";
  155. if(id.substr(0,3) == "img" && id.substr(5,2) != "")
  156. {
  157. document.all(id).visible = false;
  158. }
  159. }
  160. //数据查询
  161. model.removenode("/root/reqData");
  162. commSendReq("/root/searchData");
  163. commSubmit("UIH050010-service","find","glueAction.do");
  164. //给节点符值
  165. var fromResNode = instance1.selectSingleNode("/root/resData/FromCoilAddrResult_VO").childNodes.length;
  166. for(var i = 1;i<= fromResNode;i++)
  167. {
  168. //获取每块钢卷的地址和编号
  169. coilAddrValue = model.getValue("/root/resData/FromCoilAddrResult_VO/FromCoilAddrResult_Row[" + i + "]/YARD_ADDR");
  170. //绑定获得的地跟值
  171. coilValue = model.getValue("/root/resData/FromCoilAddrResult_VO/FromCoilAddrResult_Row[" + i + "]/COIL_NO");
  172. //这里绑定的是后面3位,TL 改变取coilAddrValue.substr(6,3)
  173. //这里所有在数据库中有实际位置的都会显示出图片
  174. model.setValue("/root/formData/form0/coil" + coilAddrValue.substr(6,3),coilValue);
  175. document.all("img0" + coilAddrValue.substr(6,3)).visible = true;
  176. }
  177. var ToResNode = instance1.selectSingleNode("/root/resData/ToCoilAddrResult_VO").childNodes.length;
  178. for(var i = 1;i<= ToResNode;i++)
  179. {
  180. //获取每块钢卷的地址和编号
  181. coilAddrValue = model.getValue("/root/resData/ToCoilAddrResult_VO/ToCoilAddrResult_Row[" + i + "]/YARD_ADDR");
  182. //绑定获得的地跟值
  183. coilValue = model.getValue("/root/resData/ToCoilAddrResult_VO/ToCoilAddrResult_Row[" + i + "]/COIL_NO");
  184. //这里所有在数据库中有实际位置的都会显示出图片
  185. model.setValue("/root/formData/form1/coil" + coilAddrValue.substr(6,3),coilValue);
  186. document.all("img1" + coilAddrValue.substr(6,3)).visible = true;
  187. }
  188. //如果已经选择钢卷位置 没进行移动操作就再一次查询 则需清除已选择位置的选中状态
  189. if(FROM_INPUT != "")
  190. {
  191. document.all(FROM_INPUT).attribute("background-color") = "#FFFFFF";
  192. }
  193. if(TO_INPUT != "")
  194. {
  195. document.all(TO_INPUT).attribute("background-color") = "#FFFFFF";
  196. }
  197. //这里还需要清空全局变量的值 TL
  198. FROM_COIL_XPATH = "";
  199. TO_COIL_XPATH = "";
  200. FROM_INPUT = "";
  201. TO_INPUT = "";
  202. model.refresh();
  203. }
  204. }
  205. /*
  206. * 移动
  207. *每移动一次,在reqData节点添加两个节点,分别是FromCoilYard中移出的钢卷,ToCoilYard中移进的钢卷地址,
  208. *如果在一次查询以后,并进行了钢卷的移动而没有进行保存操作就在进行一次查询,则需删除上次操作在reqData
  209. *中添加的节点
  210. *移动过程钢卷堆放原则:取钢卷时如果上一层有钢卷的话,必须从上层开始取, 不能从下面抽,造成上层钢卷飘到空中,
  211. *堆放钢卷时 ,如果第一层没有钢卷,必须从第一层堆放起 ,不能出现飞到空中的钢卷 '_',
  212. *这里不改变底色图片的显示信息,只以有无钢卷号来判断位置上是否放置了钢卷信息 TL
  213. */
  214. function moveCoil()
  215. {
  216. //如果取钢卷地址有钢卷,放钢卷地址为空,则进行移动
  217. if(FROM_COIL_XPATH != "" && TO_COIL_XPATH != "");
  218. {
  219. /*
  220. *钢卷堆放原则控制
  221. */
  222. //取钢卷
  223. //coilStep是钢卷库的垛位号,coilStorlay是钢卷库的层数,coilSeqence是垛内序号
  224. var coilStep = parseInt(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,1))
  225. var coilStorelay = parseInt(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-2,1))
  226. var coilSeqence = parseInt(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-1,1))
  227. //如果取钢卷是从第一层取,则需判断它上面是否有钢卷,如果有则不能取
  228. if(coilStorelay == 1)
  229. {
  230. //如果此块钢卷是第一层的,则它上面的两块钢卷则为upLeftCoilXpath,upRightCoilXpath
  231. //钢卷垛内序号为1,且是第一层
  232. if(coilSeqence == 1)
  233. {
  234. var upLeftCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-3) + (coilStep -1) + "22";
  235. var upRightCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-2) + "21";
  236. var upLeftValue = model.getValue(upLeftCoilXpath);
  237. var upRightValue = model.getValue(upRightCoilXpath);
  238. if(upLeftValue != "" || upRightValue != "")
  239. {
  240. alert("钢卷非法移动!!");
  241. return;
  242. }
  243. }
  244. //钢卷是第一层 ,且垛内序号为2
  245. else if(coilSeqence == 2)
  246. {
  247. var upLeftCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-2) + "21";
  248. var upRightCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-2) + "22";
  249. var upLeftValue = model.getValue(upLeftCoilXpath);
  250. var upRightValue = model.getValue(upRightCoilXpath);
  251. if(upLeftValue != "" || upRightValue != "")
  252. {
  253. alert("钢卷非法移动!!");
  254. return;
  255. }
  256. }
  257. }
  258. //放钢卷
  259. //coilStep2是钢卷库的垛位号,coilStorlay2是钢卷库的层数,coilSeqence2是垛内序号
  260. var coilStep2 = parseInt(TO_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,1))
  261. var coilStorelay2 = parseInt(TO_COIL_XPATH.substr(FROM_COIL_XPATH.length-2,1))
  262. var coilSeqence2 = parseInt(TO_COIL_XPATH.substr(FROM_COIL_XPATH.length-1,1))
  263. //如果取钢卷是放在第二,则需判断它下面是否有钢卷,如果没有则不能放
  264. if(coilStorelay2 == 2)
  265. {
  266. //如果此块钢卷是放第二层的,则它下面的两块钢卷则为upLeftCoilXpath,upRightCoilXpath
  267. //钢卷是第二层,且垛内序号为1
  268. if(coilSeqence2 == 1)
  269. {
  270. var upLeftCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-2) + "11";
  271. var upRightCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-2) + "12";
  272. var upLeftValue = model.getValue(upLeftCoilXpath);
  273. var upRightValue = model.getValue(upRightCoilXpath);
  274. if(upLeftValue == "" || upRightValue == "")
  275. {
  276. alert("钢卷非法移动!!");
  277. return;
  278. }
  279. }
  280. //钢卷是第一层 ,且垛内序号为2
  281. else if(coilSeqence2 == 2)
  282. {
  283. var upLeftCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-2) + "12";
  284. var upRightCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-3) + (coilStep2 + 1) + "11";
  285. var upLeftValue = model.getValue(upLeftCoilXpath);
  286. var upRightValue = model.getValue(upRightCoilXpath);
  287. if(upLeftValue == "" || upRightValue == "")
  288. {
  289. alert("钢卷非法移动!!");
  290. return;
  291. }
  292. }
  293. }
  294. //这里应该是把来源的值给予去向,并且清空来源的值
  295. var value = model.getValue(FROM_COIL_XPATH);
  296. model.setValue(FROM_COIL_XPATH,"");
  297. model.setValue(TO_COIL_XPATH,value);
  298. //取消选中状态的背景颜色
  299. document.all(TO_INPUT).attribute("background-color") = "#FFFFFF";
  300. document.all(FROM_INPUT).attribute("background-color") = "#FFFFFF";
  301. //修改钢卷位置图片的可见性,这里需要判断是来源图片还是去向图片
  302. //这里不改变图片的显示情况,以图片来作为此处可以存放钢卷的判断
  303. // var fromImgID = "";
  304. // var toImgID = "";
  305. // if(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-9,1) == 1){
  306. // fromImgID = "img1" + FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,3);
  307. // }else if(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-9,1) == 0){
  308. // fromImgID = "img0" + FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,3);
  309. // }else{
  310. // alert(" 图片获取异常! ");
  311. // }
  312. //
  313. // if(TO_COIL_XPATH.substr(TO_COIL_XPATH.length-9,1) == 1){
  314. // toImgID = "img1" + TO_COIL_XPATH.substr(TO_COIL_XPATH.length-3,3);
  315. // }else if(TO_COIL_XPATH.substr(TO_COIL_XPATH.length-9,1) == 0){
  316. // toImgID = "img0" + TO_COIL_XPATH.substr(TO_COIL_XPATH.length-3,3);
  317. // }else{
  318. // alert(" 图片获取异常! ");
  319. // }
  320. //
  321. // document.all(fromImgID).visible = false;
  322. // document.all(toImgID).visible = true;
  323. model.refresh();
  324. //这里如果移动操作完成一次后应该清空全局变量,以便下一次操作使用 TL
  325. FROM_COIL_XPATH = "";
  326. TO_COIL_XPATH = "";
  327. FROM_INPUT = "";
  328. TO_INPUT = "";
  329. model.refresh();
  330. }
  331. }
  332. /*
  333. *选定要移动的钢卷
  334. */
  335. function selectCoil()
  336. {
  337. //获取当前焦点的控件 ,判断是否是input控件的话
  338. var data = event.focus;
  339. if(data.substr(0,5) == "input")
  340. {
  341. var nodePath = document.all(data).attribute("ref");
  342. var nodeValue = model.getValue(nodePath);
  343. var tag = nodePath.substr((nodePath.length -9),1);
  344. //如果接点存在值的话运行
  345. if(nodeValue != ""){
  346. //如果全局变量FROMINPU不为空,则说明已经有一块钢板是被选中,必须用当前选中的钢卷替换
  347. if(FROM_INPUT != ""){
  348. //修改上次选中钢卷号选中状态的背景色
  349. document.all(FROM_INPUT).attribute("background-color") = "#FFFFFF";
  350. FROM_INPUT = data;
  351. document.all(FROM_INPUT).attribute("background-color") = "red";
  352. }else{
  353. FROM_INPUT = data;
  354. document.all(FROM_INPUT).attribute("background-color") = "red";
  355. }
  356. FROM_COIL_XPATH = nodePath;
  357. }else{
  358. //如果接点不存在值的情况
  359. //如果全局变量TO_INPUT不为空,则说明已经有一个空位置被选中,必须用当前选中的钢卷位置替换
  360. if(TO_INPUT != ""){
  361. //修改上次选中钢卷号选中状态的背景色
  362. document.all(TO_INPUT).attribute("background-color") = "#FFFFFF";
  363. TO_INPUT = data;
  364. document.all(TO_INPUT).attribute("background-color") = "red";
  365. }else{
  366. TO_INPUT = data;
  367. document.all(TO_INPUT).attribute("background-color") = "red";
  368. }
  369. TO_COIL_XPATH = nodePath;
  370. }
  371. //这里满足来源有值且选中,目的地无值且选中的情况就自动调用移动方法
  372. if(FROM_COIL_XPATH != "" && TO_COIL_XPATH != ""){
  373. moveCoil();
  374. }
  375. }
  376. }
  377. /*
  378. * 获取钢卷库地址,选定钢卷库
  379. */
  380. function comboxSelect(selectMode)
  381. {
  382. model.removenode("/root/reqData");
  383. commSendReq("/root/searchData");
  384. commSubmit("UIH050010-service",selectMode,"glueAction.do");
  385. if(selectMode == "select2")
  386. {
  387. commAppendData("/root/initData/SearchToCoilAddrResult_VO","/root/resData/SearchToCoilAddrResult_VO");
  388. }
  389. else if(selectMode == "select1")
  390. {
  391. commAppendData("/root/initData/SearchFromCoilAddrResult_VO","/root/resData/SearchFromCoilAddrResult_VO");
  392. }
  393. model.refresh();
  394. }
  395. //增加保存方法,在调整好来源钢卷位置和去向钢卷位置后统一进行保存
  396. function save(){
  397. //清空发送接点
  398. model.removenode("/root/reqData");
  399. model.makeNode("/root/reqData");
  400. //这里把所有存在值的位置取出来以键值对的形式拼成新的接点提交到后台
  401. //循环处理用以提交数据库
  402. var node0 = instance1.selectSingleNode("/root/formData/form0");
  403. var node1 = instance1.selectSingleNode("/root/formData/form1");
  404. //这里定义每个钢卷的存储位置
  405. var label = null;
  406. //这里定义每个钢卷的钢卷号值
  407. var value = null;
  408. //原钢卷堆放位置
  409. var FROM_COIL_ADDR = model.getValue("/root/searchData/FROM_COIL_ADDR");
  410. //目的地钢卷堆放位置
  411. var TO_COIL_ADDR = model.getValue("/root/searchData/TO_COIL_ADDR");
  412. var nodeset0 = node0.childNodes;
  413. //对来源钢卷位置的处理
  414. while (childNode = nodeset0.nextNode())
  415. {
  416. value = childNode.value;
  417. label = childNode.nodeName;
  418. //来源位置图片接点
  419. var fromImgID = "img0"+label.substr(label.length-3,3);
  420. //这里需要判断存在钢卷的位置的图片是否是显示的,如果图片没有显示说明此位置不存在钢卷实际垛位
  421. if(document.all(fromImgID).visible == true){
  422. //如果不存在钢卷号的情况下,给予空值就可以了
  423. if(value != ""){
  424. //给建立的接点赋值
  425. model.setValue("/root/temp_req/coil_no/label",FROM_COIL_ADDR+"0"+label.substr(label.length-3,3));
  426. model.setValue("/root/temp_req/coil_no/value",value);
  427. //把相应的值传入发送接点中,这里有没有钢卷号的位置全部都要提交。
  428. model.duplicate("/root/reqData","/root/temp_req/coil_no");
  429. }else{
  430. //给建立的接点赋值
  431. model.setValue("/root/temp_req/coil_no/label",FROM_COIL_ADDR+"0"+label.substr(label.length-3,3));
  432. model.setValue("/root/temp_req/coil_no/value","");
  433. //把相应的值传入发送接点中,这里有没有钢卷号的位置全部都要提交。
  434. model.duplicate("/root/reqData","/root/temp_req/coil_no");
  435. }
  436. }else{
  437. //如果值存在于没有实际位置的剁位的话,不能提交并且给予相应的提示
  438. if(value != ""){
  439. alert(" 来源位置不能在不存在实际位置的地方放置钢卷信息! ");
  440. return;
  441. }
  442. }
  443. }
  444. //对目的钢卷位置的处理
  445. var nodeset1 = node1.childNodes;
  446. while (childNode = nodeset1.nextNode())
  447. {
  448. value = childNode.value;
  449. label = childNode.nodeName;
  450. //来源位置图片接点
  451. var toImgID = "img1"+label.substr(label.length-3,3);
  452. //这里需要判断存在钢卷的位置的图片是否是显示的,如果图片没有显示说明此位置不存在钢卷实际垛位
  453. if(document.all(toImgID).visible == true){
  454. //如果存在钢卷号为空的情况,给予空值就可以了
  455. if(value != ""){
  456. //给建立的接点赋值
  457. model.setValue("/root/temp_req/coil_no/label",TO_COIL_ADDR+"0"+label.substr(label.length-3,3));
  458. model.setValue("/root/temp_req/coil_no/value",value);
  459. //把相应的值传入发送接点中
  460. model.duplicate("/root/reqData","/root/temp_req/coil_no");
  461. }else{
  462. //给建立的接点赋值
  463. model.setValue("/root/temp_req/coil_no/label",TO_COIL_ADDR+"0"+label.substr(label.length-3,3));
  464. model.setValue("/root/temp_req/coil_no/value","");
  465. //把相应的值传入发送接点中
  466. model.duplicate("/root/reqData","/root/temp_req/coil_no");
  467. }
  468. }else{
  469. if(value != ""){
  470. //如果值存在于没有实际位置的剁位的话,不能提交并且给予相应的提示
  471. alert(" 去向位置不能在不存在实际位置的地方放置钢卷信息! ");
  472. return;
  473. }
  474. }
  475. }
  476. commSubmit("UIH050010-service","save","glueAction.do");
  477. //调用查询方法更新保存操作
  478. find();
  479. model.refresh();
  480. }
  481. ]]>
  482. </script>
  483. <script type="javascript" src="../../js/boaMsg.js"/>
  484. <script type="javascript" src="../../js/boaCommon.js"/>
  485. </xhtml:head>
  486. <xhtml:body>
  487. <caption id="caption1" class="cell" style="left:0px; top:6px; width:120px; height:18px; text-align:left; ">钢卷库库存堆放</caption>
  488. <caption id="caption2" class="cell" style="left:400px; top:40px; width:100px; height:25px; ">原钢卷堆放位置</caption>
  489. <caption id="caption3" class="cell" style="left:500px; top:40px; width:120px; height:25px; "/>
  490. <select1 id="combo1" ref="/root/searchData/FROM_COIL" appearance="minimal" style="left:502px; top:42px; width:116px; height:21px; ">
  491. <choices>
  492. <itemset nodeset="/root/initData/FIRST_INIT_RESULT_VO/FIRST_INIT_RESULT_Row">
  493. <label ref="LABEL"/>
  494. <value ref="VALUE"/>
  495. </itemset>
  496. </choices>
  497. <script type="javascript" ev:event="xforms-select">
  498. <![CDATA[
  499. /*
  500. * 获取钢卷库地址,选定钢卷库
  501. */
  502. comboxSelect("select1");
  503. ]]>
  504. </script>
  505. </select1>
  506. <select1 id="combo2" appearance="minimal" style="left:502px; top:347px; width:116px; height:21px; ">
  507. <choices>
  508. <item>
  509. <label>combo1</label>
  510. <value>combo1</value>
  511. </item>
  512. </choices>
  513. </select1>
  514. <caption id="caption4" class="cell" style="left:400px; top:345px; width:100px; height:25px; ">目的钢卷堆放位置</caption>
  515. <caption id="caption5" class="cell" style="left:500px; top:345px; width:120px; height:25px; "/>
  516. <select1 id="combo3" ref="/root/searchData/TO_COIL" appearance="minimal" style="left:502px; top:347px; width:116px; height:21px; ">
  517. <choices>
  518. <itemset nodeset="/root/initData/FIRST_INIT_RESULT_VO/FIRST_INIT_RESULT_Row">
  519. <label ref="LABEL"/>
  520. <value ref="VALUE"/>
  521. </itemset>
  522. </choices>
  523. <script type="javascript" ev:event="xforms-select">
  524. <![CDATA[
  525. /*
  526. * 获取钢卷库地址,选定钢卷库
  527. */
  528. comboxSelect("select2");
  529. ]]>
  530. </script>
  531. </select1>
  532. <group id="group1" style="left:0px; top:95px; width:980px; height:150px; ">
  533. <img id="img1" src="../../images/UIH050011.gif" style="left:50px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  534. <img id="img2" src="../../images/UIH050011.gif" style="left:150px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  535. <img id="img3" src="../../images/UIH050011.gif" style="left:250px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  536. <img id="img4" src="../../images/UIH050011.gif" style="left:350px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  537. <img id="img5" src="../../images/UIH050011.gif" style="left:450px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  538. <img id="img6" src="../../images/UIH050011.gif" style="left:550px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  539. <img id="img7" src="../../images/UIH050011.gif" style="left:650px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  540. <img id="img8" src="../../images/UIH050011.gif" style="left:750px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  541. <img id="img9" src="../../images/UIH050011.gif" style="left:850px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  542. <img id="img10" src="../../images/UIH050011.gif" style="left:950px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  543. <img id="img11" src="../../images/UIH050011.gif" style="left:1050px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  544. <img id="img12" src="../../images/UIH050011.gif" style="left:1150px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  545. <img id="img13" src="../../images/UIH050011.gif" style="left:1250px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  546. <img id="img14" src="../../images/UIH050011.gif" style="left:1350px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  547. <img id="img15" src="../../images/UIH050011.gif" style="left:1450px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
  548. <img id="img17" src="../../images/UIH050011.gif" style="left:0px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  549. <img id="img18" src="../../images/UIH050011.gif" style="left:100px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  550. <img id="img19" src="../../images/UIH050011.gif" style="left:200px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  551. <img id="img20" src="../../images/UIH050011.gif" style="left:300px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  552. <img id="img21" src="../../images/UIH050011.gif" style="left:400px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  553. <img id="img22" src="../../images/UIH050011.gif" style="left:500px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  554. <img id="img23" src="../../images/UIH050011.gif" style="left:600px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  555. <img id="img24" src="../../images/UIH050011.gif" style="left:700px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  556. <img id="img25" src="../../images/UIH050011.gif" style="left:800px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  557. <img id="img26" src="../../images/UIH050011.gif" style="left:900px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  558. <img id="img27" src="../../images/UIH050011.gif" style="left:1000px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  559. <img id="img28" src="../../images/UIH050011.gif" style="left:1100px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  560. <img id="img29" src="../../images/UIH050011.gif" style="left:1200px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  561. <img id="img30" src="../../images/UIH050011.gif" style="left:1300px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  562. <img id="img31" src="../../images/UIH050011.gif" style="left:1400px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
  563. <img id="img32" src="../../images/UIH050011.gif" style="left:1500px; top:65px; width:85px; height:45px; background-stretch:stretch; "/>
  564. <img id="img0122" visibility="hidden" src="../../images/UIH050010.gif" style="left:150px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  565. <img id="img0121" visibility="hidden" src="../../images/UIH050010.gif" style="left:50px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  566. <img id="img0221" visibility="hidden" src="../../images/UIH050010.gif" style="left:250px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  567. <img id="img0111" visibility="hidden" src="../../images/UIH050010.gif" style="left:0px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  568. <img id="img0112" visibility="hidden" src="../../images/UIH050010.gif" style="left:100px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  569. <img id="img0222" visibility="hidden" src="../../images/UIH050010.gif" style="left:350px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  570. <img id="img0211" visibility="hidden" src="../../images/UIH050010.gif" style="left:200px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  571. <img id="img0212" visibility="hidden" src="../../images/UIH050010.gif" style="left:300px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  572. <img id="img0321" visibility="hidden" src="../../images/UIH050010.gif" style="left:450px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  573. <img id="img0322" visibility="hidden" src="../../images/UIH050010.gif" style="left:550px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  574. <img id="img0311" visibility="hidden" src="../../images/UIH050010.gif" style="left:400px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  575. <img id="img0312" visibility="hidden" src="../../images/UIH050010.gif" style="left:500px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  576. <img id="img0421" visibility="hidden" src="../../images/UIH050010.gif" style="left:650px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  577. <img id="img0422" visibility="hidden" src="../../images/UIH050010.gif" style="left:750px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  578. <img id="img0411" visibility="hidden" src="../../images/UIH050010.gif" style="left:595px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  579. <img id="img0412" visibility="hidden" src="../../images/UIH050010.gif" style="left:700px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  580. <img id="img0521" visibility="hidden" src="../../images/UIH050010.gif" style="left:850px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  581. <img id="img0522" visibility="hidden" src="../../images/UIH050010.gif" style="left:950px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  582. <img id="img0511" visibility="hidden" src="../../images/UIH050010.gif" style="left:800px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  583. <img id="img0512" visibility="hidden" src="../../images/UIH050010.gif" style="left:900px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  584. <img id="img0621" visibility="hidden" src="../../images/UIH050010.gif" style="left:1050px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  585. <img id="img0622" visibility="hidden" src="../../images/UIH050010.gif" style="left:1150px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  586. <img id="img0611" visibility="hidden" src="../../images/UIH050010.gif" style="left:1000px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  587. <img id="img0612" visibility="hidden" src="../../images/UIH050010.gif" style="left:1100px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  588. <img id="img0721" visibility="hidden" src="../../images/UIH050010.gif" style="left:1250px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  589. <img id="img0722" visibility="hidden" src="../../images/UIH050010.gif" style="left:1350px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  590. <img id="img0711" visibility="hidden" src="../../images/UIH050010.gif" style="left:1200px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  591. <img id="img0712" visibility="hidden" src="../../images/UIH050010.gif" style="left:1300px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  592. <img id="img0821" visibility="hidden" src="../../images/UIH050010.gif" style="left:1450px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
  593. <img id="img0811" visibility="hidden" src="../../images/UIH050010.gif" style="left:1400px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  594. <img id="img0812" visibility="hidden" src="../../images/UIH050010.gif" style="left:1500px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
  595. <input id="input1" ref="/root/formData/form0/coil121" editable="false" style="left:55px; top:29px; width:85px; height:20px; "/>
  596. <input id="input2" ref="/root/formData/form0/coil122" editable="false" style="left:155px; top:29px; width:85px; height:20px; "/>
  597. <input id="input3" ref="/root/formData/form0/coil221" editable="false" style="left:255px; top:29px; width:85px; height:20px; "/>
  598. <input id="input4" ref="/root/formData/form0/coil222" editable="false" style="left:355px; top:29px; width:85px; height:20px; "/>
  599. <input id="input5" ref="/root/formData/form0/coil321" editable="false" style="left:455px; top:29px; width:85px; height:20px; "/>
  600. <input id="input6" ref="/root/formData/form0/coil322" editable="false" style="left:555px; top:29px; width:85px; height:20px; "/>
  601. <input id="input7" ref="/root/formData/form0/coil421" editable="false" style="left:655px; top:29px; width:85px; height:20px; "/>
  602. <input id="input8" ref="/root/formData/form0/coil422" editable="false" style="left:755px; top:29px; width:85px; height:20px; "/>
  603. <input id="input9" ref="/root/formData/form0/coil521" editable="false" style="left:855px; top:29px; width:85px; height:20px; "/>
  604. <input id="input10" ref="/root/formData/form0/coil522" editable="false" style="left:955px; top:29px; width:85px; height:20px; "/>
  605. <input id="input11" ref="/root/formData/form0/coil621" editable="false" style="left:1055px; top:29px; width:85px; height:20px; "/>
  606. <input id="input12" ref="/root/formData/form0/coil622" editable="false" style="left:1155px; top:29px; width:85px; height:20px; "/>
  607. <input id="input13" ref="/root/formData/form0/coil721" editable="false" style="left:1255px; top:29px; width:85px; height:20px; "/>
  608. <input id="input14" ref="/root/formData/form0/coil722" editable="false" style="left:1355px; top:29px; width:85px; height:20px; "/>
  609. <input id="input15" ref="/root/formData/form0/coil821" editable="false" style="left:1455px; top:29px; width:85px; height:20px; "/>
  610. <input id="input17" ref="/root/formData/form0/coil411" editable="false" style="left:600px; top:80px; width:85px; height:20px; "/>
  611. <input id="input18" ref="/root/formData/form0/coil412" editable="false" style="left:705px; top:80px; width:85px; height:20px; "/>
  612. <input id="input19" ref="/root/formData/form0/coil511" editable="false" style="left:805px; top:80px; width:85px; height:20px; "/>
  613. <input id="input20" ref="/root/formData/form0/coil512" editable="false" style="left:905px; top:80px; width:85px; height:20px; "/>
  614. <input id="input21" ref="/root/formData/form0/coil611" editable="false" style="left:1005px; top:80px; width:85px; height:20px; "/>
  615. <input id="input22" ref="/root/formData/form0/coil612" editable="false" style="left:1105px; top:80px; width:85px; height:20px; "/>
  616. <input id="input23" ref="/root/formData/form0/coil711" editable="false" style="left:1205px; top:80px; width:85px; height:20px; "/>
  617. <input id="input24" ref="/root/formData/form0/coil712" editable="false" style="left:1305px; top:80px; width:85px; height:20px; "/>
  618. <input id="input25" ref="/root/formData/form0/coil811" editable="false" style="left:1405px; top:80px; width:85px; height:20px; "/>
  619. <input id="input26" ref="/root/formData/form0/coil812" editable="false" style="left:1505px; top:80px; width:85px; height:20px; "/>
  620. <input id="input27" ref="/root/formData/form0/coil111" editable="false" style="left:5px; top:80px; width:85px; height:20px; "/>
  621. <input id="input28" ref="/root/formData/form0/coil112" editable="false" style="left:105px; top:80px; width:85px; height:20px; "/>
  622. <input id="input29" ref="/root/formData/form0/coil211" editable="false" style="left:205px; top:80px; width:85px; height:20px; "/>
  623. <input id="input30" ref="/root/formData/form0/coil212" editable="false" style="left:305px; top:80px; width:85px; height:20px; "/>
  624. <input id="input31" ref="/root/formData/form0/coil311" editable="false" style="left:405px; top:80px; width:85px; height:20px; "/>
  625. <input id="input32" ref="/root/formData/form0/coil312" editable="false" style="left:505px; top:80px; width:85px; height:20px; "/>
  626. <caption id="caption14" style="left:890px; top:109px; width:15px; height:20px; font-weight:bold; ">5</caption>
  627. <caption id="caption15" style="left:1090px; top:109px; width:15px; height:20px; font-weight:bold; ">6</caption>
  628. <caption id="caption16" style="left:1290px; top:109px; width:15px; height:20px; font-weight:bold; ">7</caption>
  629. <caption id="caption17" style="left:1490px; top:109px; width:15px; height:20px; font-weight:bold; ">8</caption>
  630. <caption id="caption18" style="left:90px; top:109px; width:15px; height:20px; font-weight:bold; ">1</caption>
  631. <caption id="caption19" style="left:290px; top:109px; width:15px; height:20px; font-weight:bold; ">2</caption>
  632. <caption id="caption20" style="left:490px; top:109px; width:15px; height:20px; font-weight:bold; ">3</caption>
  633. <caption id="caption21" style="left:690px; top:109px; width:15px; height:20px; font-weight:bold; ">4</caption>
  634. </group>
  635. <group id="group2" style="left:0px; top:410px; width:980px; height:155px; ">
  636. <img id="img33" src="../../images/UIH050011.gif" style="left:50px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  637. <img id="img34" src="../../images/UIH050011.gif" style="left:150px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  638. <img id="img35" src="../../images/UIH050011.gif" style="left:250px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  639. <img id="img36" src="../../images/UIH050011.gif" style="left:350px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  640. <img id="img37" src="../../images/UIH050011.gif" style="left:450px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  641. <img id="img38" src="../../images/UIH050011.gif" style="left:550px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  642. <img id="img39" src="../../images/UIH050011.gif" style="left:650px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  643. <img id="img40" src="../../images/UIH050011.gif" style="left:750px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  644. <img id="img41" src="../../images/UIH050011.gif" style="left:850px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  645. <img id="img42" src="../../images/UIH050011.gif" style="left:950px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  646. <img id="img43" src="../../images/UIH050011.gif" style="left:1050px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  647. <img id="img44" src="../../images/UIH050011.gif" style="left:1150px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  648. <img id="img45" src="../../images/UIH050011.gif" style="left:1255px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  649. <img id="img46" src="../../images/UIH050011.gif" style="left:1350px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  650. <img id="img47" src="../../images/UIH050011.gif" style="left:1450px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
  651. <img id="img49" src="../../images/UIH050011.gif" style="left:0px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  652. <img id="img50" src="../../images/UIH050011.gif" style="left:100px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  653. <img id="img51" src="../../images/UIH050011.gif" style="left:200px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  654. <img id="img52" src="../../images/UIH050011.gif" style="left:300px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  655. <img id="img53" src="../../images/UIH050011.gif" style="left:400px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  656. <img id="img54" src="../../images/UIH050011.gif" style="left:500px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  657. <img id="img55" src="../../images/UIH050011.gif" style="left:600px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  658. <img id="img56" src="../../images/UIH050011.gif" style="left:700px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  659. <img id="img57" src="../../images/UIH050011.gif" style="left:800px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  660. <img id="img58" src="../../images/UIH050011.gif" style="left:900px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  661. <img id="img59" src="../../images/UIH050011.gif" style="left:1000px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  662. <img id="img60" src="../../images/UIH050011.gif" style="left:1100px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  663. <img id="img61" src="../../images/UIH050011.gif" style="left:1200px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  664. <img id="img62" src="../../images/UIH050011.gif" style="left:1300px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  665. <img id="img63" src="../../images/UIH050011.gif" style="left:1400px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  666. <img id="img64" src="../../images/UIH050011.gif" style="left:1500px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
  667. <img id="img1121" visibility="hidden" src="../../images/UIH050010.gif" style="left:50px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  668. <img id="img1122" visibility="hidden" src="../../images/UIH050010.gif" style="left:150px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  669. <img id="img1111" visibility="hidden" src="../../images/UIH050010.gif" style="left:0px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  670. <img id="img1112" visibility="hidden" src="../../images/UIH050010.gif" style="left:100px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  671. <img id="img1221" visibility="hidden" src="../../images/UIH050010.gif" style="left:250px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  672. <img id="img1222" visibility="hidden" src="../../images/UIH050010.gif" style="left:350px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  673. <img id="img1211" visibility="hidden" src="../../images/UIH050010.gif" style="left:200px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  674. <img id="img1212" visibility="hidden" src="../../images/UIH050010.gif" style="left:300px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  675. <img id="img1321" visibility="hidden" src="../../images/UIH050010.gif" style="left:450px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  676. <img id="img1322" visibility="hidden" src="../../images/UIH050010.gif" style="left:550px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  677. <img id="img1311" visibility="hidden" src="../../images/UIH050010.gif" style="left:400px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  678. <img id="img1312" visibility="hidden" src="../../images/UIH050010.gif" style="left:500px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  679. <img id="img1421" visibility="hidden" src="../../images/UIH050010.gif" style="left:650px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  680. <img id="img1422" visibility="hidden" src="../../images/UIH050010.gif" style="left:750px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  681. <img id="img1411" visibility="hidden" src="../../images/UIH050010.gif" style="left:600px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  682. <img id="img1412" visibility="hidden" src="../../images/UIH050010.gif" style="left:700px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  683. <img id="img1521" visibility="hidden" src="../../images/UIH050010.gif" style="left:850px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  684. <img id="img1522" visibility="hidden" src="../../images/UIH050010.gif" style="left:950px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  685. <img id="img1511" visibility="hidden" src="../../images/UIH050010.gif" style="left:800px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  686. <img id="img1512" visibility="hidden" src="../../images/UIH050010.gif" style="left:900px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  687. <img id="img1621" visibility="hidden" src="../../images/UIH050010.gif" style="left:1050px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  688. <img id="img1622" visibility="hidden" src="../../images/UIH050010.gif" style="left:1150px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  689. <img id="img1611" visibility="hidden" src="../../images/UIH050010.gif" style="left:1000px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  690. <img id="img1612" visibility="hidden" src="../../images/UIH050010.gif" style="left:1100px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  691. <img id="img1721" visibility="hidden" src="../../images/UIH050010.gif" style="left:1255px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  692. <img id="img1722" visibility="hidden" src="../../images/UIH050010.gif" style="left:1350px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  693. <img id="img1711" visibility="hidden" src="../../images/UIH050010.gif" style="left:1200px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  694. <img id="img1712" visibility="hidden" src="../../images/UIH050010.gif" style="left:1300px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  695. <img id="img1821" visibility="hidden" src="../../images/UIH050010.gif" style="left:1450px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
  696. <img id="img1811" visibility="hidden" src="../../images/UIH050010.gif" style="left:1400px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  697. <img id="img1812" visibility="hidden" src="../../images/UIH050010.gif" style="left:1500px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
  698. <hr/>
  699. <input id="input33" ref="/root/formData/form1/coil222" editable="false" style="left:355px; top:32px; width:85px; height:20px; "/>
  700. <input id="input34" ref="/root/formData/form1/coil321" editable="false" style="left:455px; top:32px; width:85px; height:20px; "/>
  701. <input id="input35" ref="/root/formData/form1/coil522" editable="false" style="left:955px; top:32px; width:85px; height:20px; "/>
  702. <input id="input36" ref="/root/formData/form1/coil322" editable="false" style="left:555px; top:32px; width:85px; height:20px; "/>
  703. <input id="input37" ref="/root/formData/form1/coil621" editable="false" style="left:1055px; top:32px; width:85px; height:20px; "/>
  704. <input id="input38" ref="/root/formData/form1/coil622" editable="false" style="left:1155px; top:32px; width:85px; height:20px; "/>
  705. <input id="input39" ref="/root/formData/form1/coil721" editable="false" style="left:1260px; top:32px; width:85px; height:20px; "/>
  706. <input id="input40" ref="/root/formData/form1/coil722" editable="false" style="left:1355px; top:32px; width:85px; height:20px; "/>
  707. <input id="input41" ref="/root/formData/form1/coil821" editable="false" style="left:1455px; top:32px; width:85px; height:20px; "/>
  708. <input id="input43" ref="/root/formData/form1/coil121" editable="false" style="left:55px; top:32px; width:85px; height:20px; "/>
  709. <input id="input44" ref="/root/formData/form1/coil122" editable="false" style="left:155px; top:32px; width:85px; height:20px; "/>
  710. <input id="input45" ref="/root/formData/form1/coil421" editable="false" style="left:655px; top:32px; width:85px; height:20px; "/>
  711. <input id="input46" ref="/root/formData/form1/coil221" editable="false" style="left:255px; top:32px; width:85px; height:20px; "/>
  712. <input id="input47" ref="/root/formData/form1/coil422" editable="false" style="left:755px; top:32px; width:85px; height:20px; "/>
  713. <input id="input48" ref="/root/formData/form1/coil521" editable="false" style="left:855px; top:32px; width:85px; height:20px; "/>
  714. <input id="input49" ref="/root/formData/form1/coil712" editable="false" style="left:1305px; top:82px; width:85px; height:20px; "/>
  715. <input id="input50" ref="/root/formData/form1/coil811" editable="false" style="left:1405px; top:82px; width:85px; height:20px; "/>
  716. <input id="input51" ref="/root/formData/form1/coil812" editable="false" style="left:1505px; top:82px; width:85px; height:20px; "/>
  717. <input id="input52" ref="/root/formData/form1/coil111" editable="false" style="left:5px; top:82px; width:85px; height:20px; "/>
  718. <input id="input53" ref="/root/formData/form1/coil112" editable="false" style="left:105px; top:82px; width:85px; height:20px; "/>
  719. <input id="input54" ref="/root/formData/form1/coil212" editable="false" style="left:305px; top:82px; width:85px; height:20px; "/>
  720. <input id="input55" ref="/root/formData/form1/coil311" editable="false" style="left:405px; top:82px; width:85px; height:20px; "/>
  721. <input id="input56" ref="/root/formData/form1/coil411" editable="false" style="left:605px; top:82px; width:85px; height:20px; "/>
  722. <input id="input57" ref="/root/formData/form1/coil211" editable="false" style="left:205px; top:82px; width:85px; height:20px; "/>
  723. <input id="input58" ref="/root/formData/form1/coil512" editable="false" style="left:905px; top:82px; width:85px; height:20px; "/>
  724. <input id="input59" ref="/root/formData/form1/coil312" editable="false" style="left:505px; top:82px; width:85px; height:20px; "/>
  725. <input id="input60" ref="/root/formData/form1/coil412" editable="false" style="left:705px; top:82px; width:85px; height:20px; "/>
  726. <input id="input61" ref="/root/formData/form1/coil511" editable="false" style="left:805px; top:82px; width:85px; height:20px; "/>
  727. <input id="input62" ref="/root/formData/form1/coil611" editable="false" style="left:1005px; top:82px; width:85px; height:20px; "/>
  728. <input id="input63" ref="/root/formData/form1/coil612" editable="false" style="left:1105px; top:82px; width:85px; height:20px; "/>
  729. <input id="input64" ref="/root/formData/form1/coil711" editable="false" style="left:1205px; top:82px; width:85px; height:20px; "/>
  730. <caption id="caption6" style="left:90px; top:115px; width:15px; height:20px; font-weight:bold; ">1</caption>
  731. <caption id="caption7" style="left:290px; top:115px; width:15px; height:20px; font-weight:bold; ">2</caption>
  732. <caption id="caption8" style="left:490px; top:115px; width:15px; height:20px; font-weight:bold; ">3</caption>
  733. <caption id="caption9" style="left:690px; top:115px; width:15px; height:20px; font-weight:bold; ">4</caption>
  734. <caption id="caption10" style="left:890px; top:115px; width:15px; height:20px; font-weight:bold; ">5</caption>
  735. <caption id="caption11" style="left:1090px; top:115px; width:15px; height:20px; font-weight:bold; ">6</caption>
  736. <caption id="caption12" style="left:1290px; top:115px; width:15px; height:20px; font-weight:bold; ">7</caption>
  737. <caption id="caption13" style="left:1490px; top:115px; width:15px; height:20px; font-weight:bold; ">8</caption>
  738. </group>
  739. <caption id="caption22" class="cell2" style="left:620px; top:40px; width:120px; height:25px; ">caption22</caption>
  740. <select1 id="combo4" ref="/root/searchData/FROM_COIL_ADDR" appearance="minimal" style="left:622px; top:42px; width:116px; height:21px; ">
  741. <choices>
  742. <itemset nodeset="/root/initData/SearchFromCoilAddrResult_VO/SearchFromCoilAddrResult_Row">
  743. <label ref="LABEL"/>
  744. <value ref="VALUE"/>
  745. </itemset>
  746. </choices>
  747. </select1>
  748. <caption id="caption23" class="cell2" style="left:620px; top:345px; width:120px; height:25px; ">caption22</caption>
  749. <select1 id="combo5" ref="/root/searchData/TO_COIL_ADDR" appearance="minimal" style="left:622px; top:347px; width:116px; height:21px; ">
  750. <choices>
  751. <itemset nodeset="/root/initData/SearchToCoilAddrResult_VO/SearchToCoilAddrResult_Row">
  752. <label ref="LABEL"/>
  753. <value ref="VALUE"/>
  754. </itemset>
  755. </choices>
  756. </select1>
  757. <script type="javascript" ev:event="ondblclick">
  758. <![CDATA[
  759. /*
  760. *选中钢卷
  761. */
  762. selectCoil();
  763. ]]>
  764. </script>
  765. </xhtml:body>
  766. </xhtml:html>