| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>
- <![CDATA[热轧作业>>钢卷库管理>>钢卷移动管理(UIH050010)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <form0>
- <coil121/>
- <coil122/>
- <coil111/>
- <coil112/>
- <coil221/>
- <coil222/>
- <coil211/>
- <coil212/>
- <coil321/>
- <coil322/>
- <coil311/>
- <coil312/>
- <coil421/>
- <coil422/>
- <coil411/>
- <coil412/>
- <coil521/>
- <coil522/>
- <coil511/>
- <coil512/>
- <coil621/>
- <coil622/>
- <coil611/>
- <coil612/>
- <coil721/>
- <coil722/>
- <coil711/>
- <coil712/>
- <coil821/>
- <coil811/>
- <coil812/>
- </form0>
- <form1>
- <coil121/>
- <coil122/>
- <coil111/>
- <coil112/>
- <coil221/>
- <coil222/>
- <coil211/>
- <coil212/>
- <coil321/>
- <coil322/>
- <coil311/>
- <coil312/>
- <coil421/>
- <coil422/>
- <coil411/>
- <coil412/>
- <coil521/>
- <coil522/>
- <coil511/>
- <coil512/>
- <coil621/>
- <coil622/>
- <coil611/>
- <coil612/>
- <coil721/>
- <coil722/>
- <coil711/>
- <coil712/>
- <coil821/>
- <coil811/>
- <coil812/>
- </form1>
- </formData>
- <searchData>
- <FROM_COIL_ADDR/>
- <TO_COIL_ADDR/>
- <TO_COIL/>
- <FROM_COIL/>
- </searchData>
- <initData/>
- <resData/>
- <reqData/>
- <temp_req>
- <coil_no>
- <label/>
- <value/>
- </coil_no>
- </temp_req>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /*
- *页面初始化
- */
- initPage();
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- //全局变量
- var FROM_COIL_XPATH = "";
- var TO_COIL_XPATH = "";
- //已经选择的原钢卷放置位置的钢卷号
- var FROM_INPUT = "";
- //已经选择的目的钢卷放置位置的钢卷号
- var TO_INPUT = "";
-
- /*
- *页面初始化函数
- */
- function initPage()
- {
- commSubmit("UIH050010-service","success","glueAction.do");
-
- commAppendData("/root/initData/FIRST_INIT_RESULT_VO","/root/resData/FIRST_INIT_RESULT_VO");
- model.refresh();
- }
-
- /*
- *查询函数
- */
- function find()
- {
-
- if(model.getValue("/root/searchData/FROM_COIL_ADDR") == "" || model.getValue("/root/searchData/TO_COIL_ADDR")== "" )
- {
- alert("钢卷存放地址不能为空!");
- }
- else
- {
- //开始新的一次查询之前,必须清除上次操作在界面上显示的钢卷记录
- //清除form0节点下的所有节点值
- var node1 = instance1.selectSingleNode("/root/formData/form1");
- var nodeset1 = node1.childNodes;
- while (childNode = nodeset1.nextNode())
- {
- childNode.value = "";
- }
-
- //清除form01节点下的所有节点值
- var node0 = instance1.selectSingleNode("/root/formData/form0");
- var nodeset0 = node0.childNodes;
- while (childNode = nodeset0.nextNode())
- {
- childNode.value = "";
- }
- //修改所有钢卷堆放位置图片显示为false
- var all = document.all;
- for(var i=0;i<all.length;i++)
- {
- var id = all.item(i).attribute("id");
- if(id == null) id = "null";
- if(id.substr(0,3) == "img" && id.substr(5,2) != "")
- {
- document.all(id).visible = false;
- }
- }
-
- //数据查询
- model.removenode("/root/reqData");
- commSendReq("/root/searchData");
- commSubmit("UIH050010-service","find","glueAction.do");
-
- //给节点符值
- var fromResNode = instance1.selectSingleNode("/root/resData/FromCoilAddrResult_VO").childNodes.length;
- for(var i = 1;i<= fromResNode;i++)
- {
- //获取每块钢卷的地址和编号
- coilAddrValue = model.getValue("/root/resData/FromCoilAddrResult_VO/FromCoilAddrResult_Row[" + i + "]/YARD_ADDR");
- //绑定获得的地跟值
- coilValue = model.getValue("/root/resData/FromCoilAddrResult_VO/FromCoilAddrResult_Row[" + i + "]/COIL_NO");
- //这里绑定的是后面3位,TL 改变取coilAddrValue.substr(6,3)
- //这里所有在数据库中有实际位置的都会显示出图片
- model.setValue("/root/formData/form0/coil" + coilAddrValue.substr(6,3),coilValue);
- document.all("img0" + coilAddrValue.substr(6,3)).visible = true;
-
- }
- var ToResNode = instance1.selectSingleNode("/root/resData/ToCoilAddrResult_VO").childNodes.length;
- for(var i = 1;i<= ToResNode;i++)
- {
- //获取每块钢卷的地址和编号
- coilAddrValue = model.getValue("/root/resData/ToCoilAddrResult_VO/ToCoilAddrResult_Row[" + i + "]/YARD_ADDR");
- //绑定获得的地跟值
- coilValue = model.getValue("/root/resData/ToCoilAddrResult_VO/ToCoilAddrResult_Row[" + i + "]/COIL_NO");
-
- //这里所有在数据库中有实际位置的都会显示出图片
- model.setValue("/root/formData/form1/coil" + coilAddrValue.substr(6,3),coilValue);
- document.all("img1" + coilAddrValue.substr(6,3)).visible = true;
- }
-
- //如果已经选择钢卷位置 没进行移动操作就再一次查询 则需清除已选择位置的选中状态
- if(FROM_INPUT != "")
- {
- document.all(FROM_INPUT).attribute("background-color") = "#FFFFFF";
- }
- if(TO_INPUT != "")
- {
- document.all(TO_INPUT).attribute("background-color") = "#FFFFFF";
- }
- //这里还需要清空全局变量的值 TL
- FROM_COIL_XPATH = "";
- TO_COIL_XPATH = "";
- FROM_INPUT = "";
- TO_INPUT = "";
- model.refresh();
- }
- }
-
- /*
- * 移动
- *每移动一次,在reqData节点添加两个节点,分别是FromCoilYard中移出的钢卷,ToCoilYard中移进的钢卷地址,
- *如果在一次查询以后,并进行了钢卷的移动而没有进行保存操作就在进行一次查询,则需删除上次操作在reqData
- *中添加的节点
- *移动过程钢卷堆放原则:取钢卷时如果上一层有钢卷的话,必须从上层开始取, 不能从下面抽,造成上层钢卷飘到空中,
- *堆放钢卷时 ,如果第一层没有钢卷,必须从第一层堆放起 ,不能出现飞到空中的钢卷 '_',
- *这里不改变底色图片的显示信息,只以有无钢卷号来判断位置上是否放置了钢卷信息 TL
- */
- function moveCoil()
- {
- //如果取钢卷地址有钢卷,放钢卷地址为空,则进行移动
- if(FROM_COIL_XPATH != "" && TO_COIL_XPATH != "");
- {
- /*
- *钢卷堆放原则控制
- */
-
- //取钢卷
- //coilStep是钢卷库的垛位号,coilStorlay是钢卷库的层数,coilSeqence是垛内序号
- var coilStep = parseInt(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,1))
- var coilStorelay = parseInt(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-2,1))
- var coilSeqence = parseInt(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-1,1))
- //如果取钢卷是从第一层取,则需判断它上面是否有钢卷,如果有则不能取
- if(coilStorelay == 1)
- {
- //如果此块钢卷是第一层的,则它上面的两块钢卷则为upLeftCoilXpath,upRightCoilXpath
- //钢卷垛内序号为1,且是第一层
- if(coilSeqence == 1)
- {
- var upLeftCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-3) + (coilStep -1) + "22";
- var upRightCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-2) + "21";
- var upLeftValue = model.getValue(upLeftCoilXpath);
- var upRightValue = model.getValue(upRightCoilXpath);
- if(upLeftValue != "" || upRightValue != "")
- {
- alert("钢卷非法移动!!");
- return;
- }
- }
- //钢卷是第一层 ,且垛内序号为2
- else if(coilSeqence == 2)
- {
- var upLeftCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-2) + "21";
- var upRightCoilXpath = FROM_COIL_XPATH.substr(0,FROM_COIL_XPATH.length-2) + "22";
- var upLeftValue = model.getValue(upLeftCoilXpath);
- var upRightValue = model.getValue(upRightCoilXpath);
- if(upLeftValue != "" || upRightValue != "")
- {
- alert("钢卷非法移动!!");
- return;
- }
- }
- }
-
- //放钢卷
- //coilStep2是钢卷库的垛位号,coilStorlay2是钢卷库的层数,coilSeqence2是垛内序号
- var coilStep2 = parseInt(TO_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,1))
- var coilStorelay2 = parseInt(TO_COIL_XPATH.substr(FROM_COIL_XPATH.length-2,1))
- var coilSeqence2 = parseInt(TO_COIL_XPATH.substr(FROM_COIL_XPATH.length-1,1))
- //如果取钢卷是放在第二,则需判断它下面是否有钢卷,如果没有则不能放
- if(coilStorelay2 == 2)
- {
- //如果此块钢卷是放第二层的,则它下面的两块钢卷则为upLeftCoilXpath,upRightCoilXpath
- //钢卷是第二层,且垛内序号为1
- if(coilSeqence2 == 1)
- {
- var upLeftCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-2) + "11";
- var upRightCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-2) + "12";
- var upLeftValue = model.getValue(upLeftCoilXpath);
- var upRightValue = model.getValue(upRightCoilXpath);
- if(upLeftValue == "" || upRightValue == "")
- {
- alert("钢卷非法移动!!");
- return;
- }
- }
- //钢卷是第一层 ,且垛内序号为2
- else if(coilSeqence2 == 2)
- {
- var upLeftCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-2) + "12";
- var upRightCoilXpath = TO_COIL_XPATH.substr(0,TO_COIL_XPATH.length-3) + (coilStep2 + 1) + "11";
- var upLeftValue = model.getValue(upLeftCoilXpath);
- var upRightValue = model.getValue(upRightCoilXpath);
- if(upLeftValue == "" || upRightValue == "")
- {
- alert("钢卷非法移动!!");
- return;
- }
- }
- }
-
- //这里应该是把来源的值给予去向,并且清空来源的值
- var value = model.getValue(FROM_COIL_XPATH);
- model.setValue(FROM_COIL_XPATH,"");
- model.setValue(TO_COIL_XPATH,value);
-
- //取消选中状态的背景颜色
- document.all(TO_INPUT).attribute("background-color") = "#FFFFFF";
- document.all(FROM_INPUT).attribute("background-color") = "#FFFFFF";
- //修改钢卷位置图片的可见性,这里需要判断是来源图片还是去向图片
- //这里不改变图片的显示情况,以图片来作为此处可以存放钢卷的判断
- // var fromImgID = "";
- // var toImgID = "";
- // if(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-9,1) == 1){
- // fromImgID = "img1" + FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,3);
- // }else if(FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-9,1) == 0){
- // fromImgID = "img0" + FROM_COIL_XPATH.substr(FROM_COIL_XPATH.length-3,3);
- // }else{
- // alert(" 图片获取异常! ");
- // }
- //
- // if(TO_COIL_XPATH.substr(TO_COIL_XPATH.length-9,1) == 1){
- // toImgID = "img1" + TO_COIL_XPATH.substr(TO_COIL_XPATH.length-3,3);
- // }else if(TO_COIL_XPATH.substr(TO_COIL_XPATH.length-9,1) == 0){
- // toImgID = "img0" + TO_COIL_XPATH.substr(TO_COIL_XPATH.length-3,3);
- // }else{
- // alert(" 图片获取异常! ");
- // }
- //
- // document.all(fromImgID).visible = false;
- // document.all(toImgID).visible = true;
- model.refresh();
-
- //这里如果移动操作完成一次后应该清空全局变量,以便下一次操作使用 TL
- FROM_COIL_XPATH = "";
- TO_COIL_XPATH = "";
- FROM_INPUT = "";
- TO_INPUT = "";
- model.refresh();
-
- }
- }
-
- /*
- *选定要移动的钢卷
- */
- function selectCoil()
- {
- //获取当前焦点的控件 ,判断是否是input控件的话
- var data = event.focus;
- if(data.substr(0,5) == "input")
- {
- var nodePath = document.all(data).attribute("ref");
- var nodeValue = model.getValue(nodePath);
- var tag = nodePath.substr((nodePath.length -9),1);
-
- //如果接点存在值的话运行
- if(nodeValue != ""){
- //如果全局变量FROMINPU不为空,则说明已经有一块钢板是被选中,必须用当前选中的钢卷替换
- if(FROM_INPUT != ""){
- //修改上次选中钢卷号选中状态的背景色
- document.all(FROM_INPUT).attribute("background-color") = "#FFFFFF";
- FROM_INPUT = data;
- document.all(FROM_INPUT).attribute("background-color") = "red";
- }else{
- FROM_INPUT = data;
- document.all(FROM_INPUT).attribute("background-color") = "red";
- }
- FROM_COIL_XPATH = nodePath;
- }else{
- //如果接点不存在值的情况
- //如果全局变量TO_INPUT不为空,则说明已经有一个空位置被选中,必须用当前选中的钢卷位置替换
- if(TO_INPUT != ""){
- //修改上次选中钢卷号选中状态的背景色
- document.all(TO_INPUT).attribute("background-color") = "#FFFFFF";
- TO_INPUT = data;
- document.all(TO_INPUT).attribute("background-color") = "red";
- }else{
- TO_INPUT = data;
- document.all(TO_INPUT).attribute("background-color") = "red";
- }
- TO_COIL_XPATH = nodePath;
- }
-
- //这里满足来源有值且选中,目的地无值且选中的情况就自动调用移动方法
- if(FROM_COIL_XPATH != "" && TO_COIL_XPATH != ""){
- moveCoil();
- }
- }
- }
-
- /*
- * 获取钢卷库地址,选定钢卷库
- */
- function comboxSelect(selectMode)
- {
- model.removenode("/root/reqData");
- commSendReq("/root/searchData");
- commSubmit("UIH050010-service",selectMode,"glueAction.do");
-
- if(selectMode == "select2")
- {
- commAppendData("/root/initData/SearchToCoilAddrResult_VO","/root/resData/SearchToCoilAddrResult_VO");
- }
- else if(selectMode == "select1")
- {
- commAppendData("/root/initData/SearchFromCoilAddrResult_VO","/root/resData/SearchFromCoilAddrResult_VO");
- }
- model.refresh();
- }
-
- //增加保存方法,在调整好来源钢卷位置和去向钢卷位置后统一进行保存
- function save(){
- //清空发送接点
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
-
- //这里把所有存在值的位置取出来以键值对的形式拼成新的接点提交到后台
- //循环处理用以提交数据库
- var node0 = instance1.selectSingleNode("/root/formData/form0");
- var node1 = instance1.selectSingleNode("/root/formData/form1");
- //这里定义每个钢卷的存储位置
- var label = null;
- //这里定义每个钢卷的钢卷号值
- var value = null;
- //原钢卷堆放位置
- var FROM_COIL_ADDR = model.getValue("/root/searchData/FROM_COIL_ADDR");
- //目的地钢卷堆放位置
- var TO_COIL_ADDR = model.getValue("/root/searchData/TO_COIL_ADDR");
-
- var nodeset0 = node0.childNodes;
- //对来源钢卷位置的处理
- while (childNode = nodeset0.nextNode())
- {
- value = childNode.value;
- label = childNode.nodeName;
-
- //来源位置图片接点
- var fromImgID = "img0"+label.substr(label.length-3,3);
-
- //这里需要判断存在钢卷的位置的图片是否是显示的,如果图片没有显示说明此位置不存在钢卷实际垛位
- if(document.all(fromImgID).visible == true){
- //如果不存在钢卷号的情况下,给予空值就可以了
- if(value != ""){
- //给建立的接点赋值
- model.setValue("/root/temp_req/coil_no/label",FROM_COIL_ADDR+"0"+label.substr(label.length-3,3));
- model.setValue("/root/temp_req/coil_no/value",value);
-
- //把相应的值传入发送接点中,这里有没有钢卷号的位置全部都要提交。
- model.duplicate("/root/reqData","/root/temp_req/coil_no");
- }else{
- //给建立的接点赋值
- model.setValue("/root/temp_req/coil_no/label",FROM_COIL_ADDR+"0"+label.substr(label.length-3,3));
- model.setValue("/root/temp_req/coil_no/value","");
-
- //把相应的值传入发送接点中,这里有没有钢卷号的位置全部都要提交。
- model.duplicate("/root/reqData","/root/temp_req/coil_no");
- }
- }else{
- //如果值存在于没有实际位置的剁位的话,不能提交并且给予相应的提示
- if(value != ""){
- alert(" 来源位置不能在不存在实际位置的地方放置钢卷信息! ");
- return;
- }
- }
-
- }
- //对目的钢卷位置的处理
- var nodeset1 = node1.childNodes;
- while (childNode = nodeset1.nextNode())
- {
- value = childNode.value;
- label = childNode.nodeName;
-
- //来源位置图片接点
- var toImgID = "img1"+label.substr(label.length-3,3);
-
- //这里需要判断存在钢卷的位置的图片是否是显示的,如果图片没有显示说明此位置不存在钢卷实际垛位
- if(document.all(toImgID).visible == true){
- //如果存在钢卷号为空的情况,给予空值就可以了
- if(value != ""){
- //给建立的接点赋值
- model.setValue("/root/temp_req/coil_no/label",TO_COIL_ADDR+"0"+label.substr(label.length-3,3));
- model.setValue("/root/temp_req/coil_no/value",value);
-
- //把相应的值传入发送接点中
- model.duplicate("/root/reqData","/root/temp_req/coil_no");
- }else{
- //给建立的接点赋值
- model.setValue("/root/temp_req/coil_no/label",TO_COIL_ADDR+"0"+label.substr(label.length-3,3));
- model.setValue("/root/temp_req/coil_no/value","");
-
- //把相应的值传入发送接点中
- model.duplicate("/root/reqData","/root/temp_req/coil_no");
- }
- }else{
- if(value != ""){
- //如果值存在于没有实际位置的剁位的话,不能提交并且给予相应的提示
- alert(" 去向位置不能在不存在实际位置的地方放置钢卷信息! ");
- return;
- }
- }
- }
-
- commSubmit("UIH050010-service","save","glueAction.do");
-
- //调用查询方法更新保存操作
- find();
-
- model.refresh();
-
- }
-
- ]]>
- </script>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption1" class="cell" style="left:0px; top:6px; width:120px; height:18px; text-align:left; ">钢卷库库存堆放</caption>
- <caption id="caption2" class="cell" style="left:400px; top:40px; width:100px; height:25px; ">原钢卷堆放位置</caption>
- <caption id="caption3" class="cell" style="left:500px; top:40px; width:120px; height:25px; "/>
- <select1 id="combo1" ref="/root/searchData/FROM_COIL" appearance="minimal" style="left:502px; top:42px; width:116px; height:21px; ">
- <choices>
- <itemset nodeset="/root/initData/FIRST_INIT_RESULT_VO/FIRST_INIT_RESULT_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- /*
- * 获取钢卷库地址,选定钢卷库
- */
- comboxSelect("select1");
- ]]>
- </script>
- </select1>
- <select1 id="combo2" appearance="minimal" style="left:502px; top:347px; width:116px; height:21px; ">
- <choices>
- <item>
- <label>combo1</label>
- <value>combo1</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" class="cell" style="left:400px; top:345px; width:100px; height:25px; ">目的钢卷堆放位置</caption>
- <caption id="caption5" class="cell" style="left:500px; top:345px; width:120px; height:25px; "/>
- <select1 id="combo3" ref="/root/searchData/TO_COIL" appearance="minimal" style="left:502px; top:347px; width:116px; height:21px; ">
- <choices>
- <itemset nodeset="/root/initData/FIRST_INIT_RESULT_VO/FIRST_INIT_RESULT_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- /*
- * 获取钢卷库地址,选定钢卷库
- */
- comboxSelect("select2");
- ]]>
- </script>
- </select1>
- <group id="group1" style="left:0px; top:95px; width:980px; height:150px; ">
- <img id="img1" src="../../images/UIH050011.gif" style="left:50px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img2" src="../../images/UIH050011.gif" style="left:150px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img3" src="../../images/UIH050011.gif" style="left:250px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img4" src="../../images/UIH050011.gif" style="left:350px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img5" src="../../images/UIH050011.gif" style="left:450px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img6" src="../../images/UIH050011.gif" style="left:550px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img7" src="../../images/UIH050011.gif" style="left:650px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img8" src="../../images/UIH050011.gif" style="left:750px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img9" src="../../images/UIH050011.gif" style="left:850px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img10" src="../../images/UIH050011.gif" style="left:950px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img11" src="../../images/UIH050011.gif" style="left:1050px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img12" src="../../images/UIH050011.gif" style="left:1150px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img13" src="../../images/UIH050011.gif" style="left:1250px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img14" src="../../images/UIH050011.gif" style="left:1350px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img15" src="../../images/UIH050011.gif" style="left:1450px; top:18px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img17" src="../../images/UIH050011.gif" style="left:0px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img18" src="../../images/UIH050011.gif" style="left:100px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img19" src="../../images/UIH050011.gif" style="left:200px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img20" src="../../images/UIH050011.gif" style="left:300px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img21" src="../../images/UIH050011.gif" style="left:400px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img22" src="../../images/UIH050011.gif" style="left:500px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img23" src="../../images/UIH050011.gif" style="left:600px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img24" src="../../images/UIH050011.gif" style="left:700px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img25" src="../../images/UIH050011.gif" style="left:800px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img26" src="../../images/UIH050011.gif" style="left:900px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img27" src="../../images/UIH050011.gif" style="left:1000px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img28" src="../../images/UIH050011.gif" style="left:1100px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img29" src="../../images/UIH050011.gif" style="left:1200px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img30" src="../../images/UIH050011.gif" style="left:1300px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img31" src="../../images/UIH050011.gif" style="left:1400px; top:67px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img32" src="../../images/UIH050011.gif" style="left:1500px; top:65px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img0122" visibility="hidden" src="../../images/UIH050010.gif" style="left:150px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0121" visibility="hidden" src="../../images/UIH050010.gif" style="left:50px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0221" visibility="hidden" src="../../images/UIH050010.gif" style="left:250px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0111" visibility="hidden" src="../../images/UIH050010.gif" style="left:0px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0112" visibility="hidden" src="../../images/UIH050010.gif" style="left:100px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0222" visibility="hidden" src="../../images/UIH050010.gif" style="left:350px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0211" visibility="hidden" src="../../images/UIH050010.gif" style="left:200px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0212" visibility="hidden" src="../../images/UIH050010.gif" style="left:300px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0321" visibility="hidden" src="../../images/UIH050010.gif" style="left:450px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0322" visibility="hidden" src="../../images/UIH050010.gif" style="left:550px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0311" visibility="hidden" src="../../images/UIH050010.gif" style="left:400px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0312" visibility="hidden" src="../../images/UIH050010.gif" style="left:500px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0421" visibility="hidden" src="../../images/UIH050010.gif" style="left:650px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0422" visibility="hidden" src="../../images/UIH050010.gif" style="left:750px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0411" visibility="hidden" src="../../images/UIH050010.gif" style="left:595px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0412" visibility="hidden" src="../../images/UIH050010.gif" style="left:700px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0521" visibility="hidden" src="../../images/UIH050010.gif" style="left:850px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0522" visibility="hidden" src="../../images/UIH050010.gif" style="left:950px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0511" visibility="hidden" src="../../images/UIH050010.gif" style="left:800px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0512" visibility="hidden" src="../../images/UIH050010.gif" style="left:900px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0621" visibility="hidden" src="../../images/UIH050010.gif" style="left:1050px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0622" visibility="hidden" src="../../images/UIH050010.gif" style="left:1150px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0611" visibility="hidden" src="../../images/UIH050010.gif" style="left:1000px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0612" visibility="hidden" src="../../images/UIH050010.gif" style="left:1100px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0721" visibility="hidden" src="../../images/UIH050010.gif" style="left:1250px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0722" visibility="hidden" src="../../images/UIH050010.gif" style="left:1350px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0711" visibility="hidden" src="../../images/UIH050010.gif" style="left:1200px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0712" visibility="hidden" src="../../images/UIH050010.gif" style="left:1300px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0821" visibility="hidden" src="../../images/UIH050010.gif" style="left:1450px; top:15px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0811" visibility="hidden" src="../../images/UIH050010.gif" style="left:1400px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img0812" visibility="hidden" src="../../images/UIH050010.gif" style="left:1500px; top:65px; width:95px; height:45px; background-stretch:stretch; "/>
- <input id="input1" ref="/root/formData/form0/coil121" editable="false" style="left:55px; top:29px; width:85px; height:20px; "/>
- <input id="input2" ref="/root/formData/form0/coil122" editable="false" style="left:155px; top:29px; width:85px; height:20px; "/>
- <input id="input3" ref="/root/formData/form0/coil221" editable="false" style="left:255px; top:29px; width:85px; height:20px; "/>
- <input id="input4" ref="/root/formData/form0/coil222" editable="false" style="left:355px; top:29px; width:85px; height:20px; "/>
- <input id="input5" ref="/root/formData/form0/coil321" editable="false" style="left:455px; top:29px; width:85px; height:20px; "/>
- <input id="input6" ref="/root/formData/form0/coil322" editable="false" style="left:555px; top:29px; width:85px; height:20px; "/>
- <input id="input7" ref="/root/formData/form0/coil421" editable="false" style="left:655px; top:29px; width:85px; height:20px; "/>
- <input id="input8" ref="/root/formData/form0/coil422" editable="false" style="left:755px; top:29px; width:85px; height:20px; "/>
- <input id="input9" ref="/root/formData/form0/coil521" editable="false" style="left:855px; top:29px; width:85px; height:20px; "/>
- <input id="input10" ref="/root/formData/form0/coil522" editable="false" style="left:955px; top:29px; width:85px; height:20px; "/>
- <input id="input11" ref="/root/formData/form0/coil621" editable="false" style="left:1055px; top:29px; width:85px; height:20px; "/>
- <input id="input12" ref="/root/formData/form0/coil622" editable="false" style="left:1155px; top:29px; width:85px; height:20px; "/>
- <input id="input13" ref="/root/formData/form0/coil721" editable="false" style="left:1255px; top:29px; width:85px; height:20px; "/>
- <input id="input14" ref="/root/formData/form0/coil722" editable="false" style="left:1355px; top:29px; width:85px; height:20px; "/>
- <input id="input15" ref="/root/formData/form0/coil821" editable="false" style="left:1455px; top:29px; width:85px; height:20px; "/>
- <input id="input17" ref="/root/formData/form0/coil411" editable="false" style="left:600px; top:80px; width:85px; height:20px; "/>
- <input id="input18" ref="/root/formData/form0/coil412" editable="false" style="left:705px; top:80px; width:85px; height:20px; "/>
- <input id="input19" ref="/root/formData/form0/coil511" editable="false" style="left:805px; top:80px; width:85px; height:20px; "/>
- <input id="input20" ref="/root/formData/form0/coil512" editable="false" style="left:905px; top:80px; width:85px; height:20px; "/>
- <input id="input21" ref="/root/formData/form0/coil611" editable="false" style="left:1005px; top:80px; width:85px; height:20px; "/>
- <input id="input22" ref="/root/formData/form0/coil612" editable="false" style="left:1105px; top:80px; width:85px; height:20px; "/>
- <input id="input23" ref="/root/formData/form0/coil711" editable="false" style="left:1205px; top:80px; width:85px; height:20px; "/>
- <input id="input24" ref="/root/formData/form0/coil712" editable="false" style="left:1305px; top:80px; width:85px; height:20px; "/>
- <input id="input25" ref="/root/formData/form0/coil811" editable="false" style="left:1405px; top:80px; width:85px; height:20px; "/>
- <input id="input26" ref="/root/formData/form0/coil812" editable="false" style="left:1505px; top:80px; width:85px; height:20px; "/>
- <input id="input27" ref="/root/formData/form0/coil111" editable="false" style="left:5px; top:80px; width:85px; height:20px; "/>
- <input id="input28" ref="/root/formData/form0/coil112" editable="false" style="left:105px; top:80px; width:85px; height:20px; "/>
- <input id="input29" ref="/root/formData/form0/coil211" editable="false" style="left:205px; top:80px; width:85px; height:20px; "/>
- <input id="input30" ref="/root/formData/form0/coil212" editable="false" style="left:305px; top:80px; width:85px; height:20px; "/>
- <input id="input31" ref="/root/formData/form0/coil311" editable="false" style="left:405px; top:80px; width:85px; height:20px; "/>
- <input id="input32" ref="/root/formData/form0/coil312" editable="false" style="left:505px; top:80px; width:85px; height:20px; "/>
- <caption id="caption14" style="left:890px; top:109px; width:15px; height:20px; font-weight:bold; ">5</caption>
- <caption id="caption15" style="left:1090px; top:109px; width:15px; height:20px; font-weight:bold; ">6</caption>
- <caption id="caption16" style="left:1290px; top:109px; width:15px; height:20px; font-weight:bold; ">7</caption>
- <caption id="caption17" style="left:1490px; top:109px; width:15px; height:20px; font-weight:bold; ">8</caption>
- <caption id="caption18" style="left:90px; top:109px; width:15px; height:20px; font-weight:bold; ">1</caption>
- <caption id="caption19" style="left:290px; top:109px; width:15px; height:20px; font-weight:bold; ">2</caption>
- <caption id="caption20" style="left:490px; top:109px; width:15px; height:20px; font-weight:bold; ">3</caption>
- <caption id="caption21" style="left:690px; top:109px; width:15px; height:20px; font-weight:bold; ">4</caption>
- </group>
- <group id="group2" style="left:0px; top:410px; width:980px; height:155px; ">
- <img id="img33" src="../../images/UIH050011.gif" style="left:50px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img34" src="../../images/UIH050011.gif" style="left:150px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img35" src="../../images/UIH050011.gif" style="left:250px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img36" src="../../images/UIH050011.gif" style="left:350px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img37" src="../../images/UIH050011.gif" style="left:450px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img38" src="../../images/UIH050011.gif" style="left:550px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img39" src="../../images/UIH050011.gif" style="left:650px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img40" src="../../images/UIH050011.gif" style="left:750px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img41" src="../../images/UIH050011.gif" style="left:850px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img42" src="../../images/UIH050011.gif" style="left:950px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img43" src="../../images/UIH050011.gif" style="left:1050px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img44" src="../../images/UIH050011.gif" style="left:1150px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img45" src="../../images/UIH050011.gif" style="left:1255px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img46" src="../../images/UIH050011.gif" style="left:1350px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img47" src="../../images/UIH050011.gif" style="left:1450px; top:20px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img49" src="../../images/UIH050011.gif" style="left:0px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img50" src="../../images/UIH050011.gif" style="left:100px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img51" src="../../images/UIH050011.gif" style="left:200px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img52" src="../../images/UIH050011.gif" style="left:300px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img53" src="../../images/UIH050011.gif" style="left:400px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img54" src="../../images/UIH050011.gif" style="left:500px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img55" src="../../images/UIH050011.gif" style="left:600px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img56" src="../../images/UIH050011.gif" style="left:700px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img57" src="../../images/UIH050011.gif" style="left:800px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img58" src="../../images/UIH050011.gif" style="left:900px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img59" src="../../images/UIH050011.gif" style="left:1000px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img60" src="../../images/UIH050011.gif" style="left:1100px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img61" src="../../images/UIH050011.gif" style="left:1200px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img62" src="../../images/UIH050011.gif" style="left:1300px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img63" src="../../images/UIH050011.gif" style="left:1400px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img64" src="../../images/UIH050011.gif" style="left:1500px; top:70px; width:85px; height:45px; background-stretch:stretch; "/>
- <img id="img1121" visibility="hidden" src="../../images/UIH050010.gif" style="left:50px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1122" visibility="hidden" src="../../images/UIH050010.gif" style="left:150px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1111" visibility="hidden" src="../../images/UIH050010.gif" style="left:0px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1112" visibility="hidden" src="../../images/UIH050010.gif" style="left:100px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1221" visibility="hidden" src="../../images/UIH050010.gif" style="left:250px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1222" visibility="hidden" src="../../images/UIH050010.gif" style="left:350px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1211" visibility="hidden" src="../../images/UIH050010.gif" style="left:200px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1212" visibility="hidden" src="../../images/UIH050010.gif" style="left:300px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1321" visibility="hidden" src="../../images/UIH050010.gif" style="left:450px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1322" visibility="hidden" src="../../images/UIH050010.gif" style="left:550px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1311" visibility="hidden" src="../../images/UIH050010.gif" style="left:400px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1312" visibility="hidden" src="../../images/UIH050010.gif" style="left:500px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1421" visibility="hidden" src="../../images/UIH050010.gif" style="left:650px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1422" visibility="hidden" src="../../images/UIH050010.gif" style="left:750px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1411" visibility="hidden" src="../../images/UIH050010.gif" style="left:600px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1412" visibility="hidden" src="../../images/UIH050010.gif" style="left:700px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1521" visibility="hidden" src="../../images/UIH050010.gif" style="left:850px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1522" visibility="hidden" src="../../images/UIH050010.gif" style="left:950px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1511" visibility="hidden" src="../../images/UIH050010.gif" style="left:800px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1512" visibility="hidden" src="../../images/UIH050010.gif" style="left:900px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1621" visibility="hidden" src="../../images/UIH050010.gif" style="left:1050px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1622" visibility="hidden" src="../../images/UIH050010.gif" style="left:1150px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1611" visibility="hidden" src="../../images/UIH050010.gif" style="left:1000px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1612" visibility="hidden" src="../../images/UIH050010.gif" style="left:1100px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1721" visibility="hidden" src="../../images/UIH050010.gif" style="left:1255px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1722" visibility="hidden" src="../../images/UIH050010.gif" style="left:1350px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1711" visibility="hidden" src="../../images/UIH050010.gif" style="left:1200px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1712" visibility="hidden" src="../../images/UIH050010.gif" style="left:1300px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1821" visibility="hidden" src="../../images/UIH050010.gif" style="left:1450px; top:20px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1811" visibility="hidden" src="../../images/UIH050010.gif" style="left:1400px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <img id="img1812" visibility="hidden" src="../../images/UIH050010.gif" style="left:1500px; top:70px; width:95px; height:45px; background-stretch:stretch; "/>
- <hr/>
- <input id="input33" ref="/root/formData/form1/coil222" editable="false" style="left:355px; top:32px; width:85px; height:20px; "/>
- <input id="input34" ref="/root/formData/form1/coil321" editable="false" style="left:455px; top:32px; width:85px; height:20px; "/>
- <input id="input35" ref="/root/formData/form1/coil522" editable="false" style="left:955px; top:32px; width:85px; height:20px; "/>
- <input id="input36" ref="/root/formData/form1/coil322" editable="false" style="left:555px; top:32px; width:85px; height:20px; "/>
- <input id="input37" ref="/root/formData/form1/coil621" editable="false" style="left:1055px; top:32px; width:85px; height:20px; "/>
- <input id="input38" ref="/root/formData/form1/coil622" editable="false" style="left:1155px; top:32px; width:85px; height:20px; "/>
- <input id="input39" ref="/root/formData/form1/coil721" editable="false" style="left:1260px; top:32px; width:85px; height:20px; "/>
- <input id="input40" ref="/root/formData/form1/coil722" editable="false" style="left:1355px; top:32px; width:85px; height:20px; "/>
- <input id="input41" ref="/root/formData/form1/coil821" editable="false" style="left:1455px; top:32px; width:85px; height:20px; "/>
- <input id="input43" ref="/root/formData/form1/coil121" editable="false" style="left:55px; top:32px; width:85px; height:20px; "/>
- <input id="input44" ref="/root/formData/form1/coil122" editable="false" style="left:155px; top:32px; width:85px; height:20px; "/>
- <input id="input45" ref="/root/formData/form1/coil421" editable="false" style="left:655px; top:32px; width:85px; height:20px; "/>
- <input id="input46" ref="/root/formData/form1/coil221" editable="false" style="left:255px; top:32px; width:85px; height:20px; "/>
- <input id="input47" ref="/root/formData/form1/coil422" editable="false" style="left:755px; top:32px; width:85px; height:20px; "/>
- <input id="input48" ref="/root/formData/form1/coil521" editable="false" style="left:855px; top:32px; width:85px; height:20px; "/>
- <input id="input49" ref="/root/formData/form1/coil712" editable="false" style="left:1305px; top:82px; width:85px; height:20px; "/>
- <input id="input50" ref="/root/formData/form1/coil811" editable="false" style="left:1405px; top:82px; width:85px; height:20px; "/>
- <input id="input51" ref="/root/formData/form1/coil812" editable="false" style="left:1505px; top:82px; width:85px; height:20px; "/>
- <input id="input52" ref="/root/formData/form1/coil111" editable="false" style="left:5px; top:82px; width:85px; height:20px; "/>
- <input id="input53" ref="/root/formData/form1/coil112" editable="false" style="left:105px; top:82px; width:85px; height:20px; "/>
- <input id="input54" ref="/root/formData/form1/coil212" editable="false" style="left:305px; top:82px; width:85px; height:20px; "/>
- <input id="input55" ref="/root/formData/form1/coil311" editable="false" style="left:405px; top:82px; width:85px; height:20px; "/>
- <input id="input56" ref="/root/formData/form1/coil411" editable="false" style="left:605px; top:82px; width:85px; height:20px; "/>
- <input id="input57" ref="/root/formData/form1/coil211" editable="false" style="left:205px; top:82px; width:85px; height:20px; "/>
- <input id="input58" ref="/root/formData/form1/coil512" editable="false" style="left:905px; top:82px; width:85px; height:20px; "/>
- <input id="input59" ref="/root/formData/form1/coil312" editable="false" style="left:505px; top:82px; width:85px; height:20px; "/>
- <input id="input60" ref="/root/formData/form1/coil412" editable="false" style="left:705px; top:82px; width:85px; height:20px; "/>
- <input id="input61" ref="/root/formData/form1/coil511" editable="false" style="left:805px; top:82px; width:85px; height:20px; "/>
- <input id="input62" ref="/root/formData/form1/coil611" editable="false" style="left:1005px; top:82px; width:85px; height:20px; "/>
- <input id="input63" ref="/root/formData/form1/coil612" editable="false" style="left:1105px; top:82px; width:85px; height:20px; "/>
- <input id="input64" ref="/root/formData/form1/coil711" editable="false" style="left:1205px; top:82px; width:85px; height:20px; "/>
- <caption id="caption6" style="left:90px; top:115px; width:15px; height:20px; font-weight:bold; ">1</caption>
- <caption id="caption7" style="left:290px; top:115px; width:15px; height:20px; font-weight:bold; ">2</caption>
- <caption id="caption8" style="left:490px; top:115px; width:15px; height:20px; font-weight:bold; ">3</caption>
- <caption id="caption9" style="left:690px; top:115px; width:15px; height:20px; font-weight:bold; ">4</caption>
- <caption id="caption10" style="left:890px; top:115px; width:15px; height:20px; font-weight:bold; ">5</caption>
- <caption id="caption11" style="left:1090px; top:115px; width:15px; height:20px; font-weight:bold; ">6</caption>
- <caption id="caption12" style="left:1290px; top:115px; width:15px; height:20px; font-weight:bold; ">7</caption>
- <caption id="caption13" style="left:1490px; top:115px; width:15px; height:20px; font-weight:bold; ">8</caption>
- </group>
- <caption id="caption22" class="cell2" style="left:620px; top:40px; width:120px; height:25px; ">caption22</caption>
- <select1 id="combo4" ref="/root/searchData/FROM_COIL_ADDR" appearance="minimal" style="left:622px; top:42px; width:116px; height:21px; ">
- <choices>
- <itemset nodeset="/root/initData/SearchFromCoilAddrResult_VO/SearchFromCoilAddrResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption23" class="cell2" style="left:620px; top:345px; width:120px; height:25px; ">caption22</caption>
- <select1 id="combo5" ref="/root/searchData/TO_COIL_ADDR" appearance="minimal" style="left:622px; top:347px; width:116px; height:21px; ">
- <choices>
- <itemset nodeset="/root/initData/SearchToCoilAddrResult_VO/SearchToCoilAddrResult_Row">
- <label ref="LABEL"/>
- <value ref="VALUE"/>
- </itemset>
- </choices>
- </select1>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- /*
- *选中钢卷
- */
- selectCoil();
- ]]>
- </script>
- </xhtml:body>
- </xhtml:html>
|