| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- //1、获取用户登录信息,只能在页面初始化函数中调用
- function InitParams(node)
- {
- if (typeof node == "undefined" && typeof node != "object") return;
- model.removenode("/root/initData/rcvInfo");
- model.makeNode("/root/initData/rcvInfo");
- var nodeList = node.childNodes;
- for (var i = 0; i < nodeList.length; i++)
- model.instances(0).selectSingleNode("/root/initData/rcvInfo").appendChild(nodeList.item(i));
- }
-
- //2. 页面初始化函数(必须)
- function Init(node)
- {
- InitParams(node); // 用于设置节点:/root/initData/rcvInfo,获取用户登录信息
- // 在程序中会重建该节点,最好不要重名
- // 函数 InitParams 在 mesCommon.js 中,仅在需要使用登录用户信息时调用
- //...
- }
-
- //3、页面标题
- function setTitle()
- {
- return "工序计划 >> 板坏设计 >> 炉次浇次调整与确定"; // 如:return "进程管理 >> 订单进程现况查询";
- }
-
- //4. 页面按键动作
- // 查询按键
- function find()
- {
- }
- // 保存按键
- function save()
- {
-
- }
- // 新增按键
- function create()
- {
- }
- // 删除按键
- function remove()
- {
-
- }
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body guideline="2,60;2,596;2,35;1,981;2,620;">
- <line id="line2" style="x1:0px; y1:0px; x2:980px; y2:0px; "/>
- <caption id="caption13" style="left:0px; top:600px; width:981px; height:20px; background-color:#ccccff; border-top-color:#ffffff; border-style:solid; "/>
- <line id="line3" style="x1:0px; y1:30px; x2:980px; y2:30px; "/>
- <caption id="caption2" class="cell" style="left:182px; top:5px; width:70px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">厂内牌号</caption>
- <select1 id="combo2" appearance="minimal" style="left:254px; top:5px; width:100px; height:20px; background-color:#ffffff; border-color:#000000; ">
- <choices>
- <itemset nodeset="/root/formData/orderInfo/item">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="cell" style="left:0px; top:5px; width:70px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">连铸钢号</caption>
- <select1 id="combo1" appearance="minimal" style="left:72px; top:5px; width:100px; height:20px; background-color:#ffffff; border-color:#000000; ">
- <choices>
- <itemset nodeset="/root/formData/orderInfo/item">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="cell" style="left:364px; top:5px; width:70px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">板坏宽度</caption>
- <select1 id="combo3" appearance="minimal" style="left:436px; top:5px; width:100px; height:20px; background-color:#ffffff; border-color:#000000; ">
- <choices>
- <itemset nodeset="/root/formData/orderInfo/item">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption4" class="cell" style="left:803px; top:5px; width:70px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">订单交货期</caption>
- <select1 id="combo4" appearance="minimal" style="left:875px; top:5px; width:100px; height:20px; background-color:#ffffff; border-color:#000000; ">
- <choices>
- <itemset nodeset="/root/formData/orderInfo/item">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="cell" style="left:546px; top:5px; width:70px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">钢卷厚度</caption>
- <select1 id="combo5" appearance="minimal" style="left:618px; top:5px; width:80px; height:20px; background-color:#ffffff; border-color:#000000; ">
- <choices>
- <itemset nodeset="/root/formData/orderInfo/item">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="combo6" appearance="minimal" style="left:713px; top:5px; width:80px; height:20px; background-color:#ffffff; border-color:#000000; ">
- <choices>
- <itemset nodeset="/root/formData/orderInfo/item">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption6" style="left:698px; top:12px; width:25px; height:10px; ">~~</caption>
- <datagrid id="datagrid1" backcoloralternate="#f7f9f9" caption="选择^订单号^钢号^钢卷^钢卷^板坏^板坏^板坏^热装区分^组合设计^交货期|选择^订单号^钢号^厚度^宽度^长度^宽度^单重^热装区分^组合设计^交货期" colsep="^" colwidth="59, 67, 40, 40, 40, 40, 40, 40, 52, 59, 56" defaultrows="30" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:60px; width:510px; height:536px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <caption id="caption7" style="left:0px; top:35px; width:65px; height:25px; text-align:center; background-color:#ccccff; border-bottom-color:#ffffff; border-style:solid; ">对象板坏</caption>
- <caption id="caption8" class="cell" style="left:70px; top:35px; width:70px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">板坏块数</caption>
- <input id="input1" style="left:143px; top:35px; width:75px; height:20px; "/>
- <datagrid id="datagrid2" backcoloralternate="#f7f9f9" caption="选择^管理浇次号^管理炉次号^钢号^板坏块数^板坏重量" colsep="^" colwidth="60, 85, 85, 74, 69, 90" defaultrows="15" mergecellsfixedrows="bycolrec" rowsep="|" style="left:520px; top:60px; width:460px; height:150px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <line id="line1" style="x1:515px; y1:215px; x2:980px; y2:215px; "/>
- <datagrid id="datagrid3" backcoloralternate="#f7f9f9" caption="管理板坏号^钢号^钢卷^钢卷^板坏^板坏^板坏^热装区分^计划余材|管理板坏号^钢号^厚度^宽度^长度^宽度^重量^热装区分^计划余材" colsep="^" colwidth="84, 47, 40, 40, 40, 40, 40, 60, 70" defaultrows="15" mergecellsfixedrows="bycolrec" rowsep="|" style="left:520px; top:243px; width:460px; height:353px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <caption id="caption9" style="left:520px; top:220px; width:65px; height:25px; text-align:center; background-color:#ccccff; border-bottom-color:#ffffff; border-style:solid; ">炉次编制</caption>
- <caption id="caption10" class="cell" style="left:588px; top:220px; width:45px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">重量</caption>
- <button id="button4" style="left:835px; top:220px; width:70px; height:20px; text-align:right; background-image:../../images/create.gif; ">
- <caption>炉次选定</caption>
- </button>
- <input id="input2" style="left:635px; top:220px; width:70px; height:20px; "/>
- <button id="button5" style="left:910px; top:220px; width:70px; height:20px; text-align:right; background-image:../../images/create.gif; ">
- <caption>删除板坏</caption>
- </button>
- <button id="button7" class="butt_4" style="left:995px; top:5px; width:63px; height:22px; ">
- <caption>查询</caption>
- </button>
- <line id="line4" style="x1:515px; y1:32px; x2:515px; y2:597px; "/>
- <button id="button8" class="butt_4" style="left:995px; top:38px; width:63px; height:22px; ">
- <caption>添加浇次</caption>
- </button>
- <button id="button9" class="butt_4" style="left:995px; top:70px; width:63px; height:22px; ">
- <caption>删除浇次</caption>
- </button>
- <button id="button10" class="butt_4" style="left:995px; top:95px; width:63px; height:22px; ">
- <caption>保存浇次</caption>
- </button>
- <button id="button6" style="left:760px; top:220px; width:70px; height:20px; text-align:right; background-image:../../images/create.gif; ">
- <caption>添加余材</caption>
- </button>
- <caption id="caption11" style="left:520px; top:35px; width:65px; height:25px; text-align:center; background-color:#ccccff; border-bottom-color:#ffffff; border-style:solid; ">浇次编制</caption>
- <button id="button1" style="left:440px; top:35px; width:70px; height:19px; text-align:right; background-image:../../images/create.gif; ">
- <caption>板坏选定</caption>
- </button>
- <select1 id="combo7" appearance="minimal" style="left:643px; top:35px; width:100px; height:20px; ">
- <choices>
- <item>
- <label>combo7</label>
- <value>combo7</value>
- </item>
- </choices>
- </select1>
- <caption id="caption12" class="cell" style="left:590px; top:35px; width:51px; height:20px; text-align:center; border-color:#000000; border-style:solid; ">浇次号</caption>
- <button id="button12" style="left:1132px; top:-18px; width:70px; height:23px; text-align:right; background-image:../../images/create.gif; ">
- <caption>删除浇次</caption>
- </button>
- <button id="button13" style="left:760px; top:35px; width:70px; height:20px; text-align:right; letter-spacing:5; background-image:../../images/create.gif; ">
- <caption>查询</caption>
- </button>
- <button id="button15" style="left:835px; top:35px; width:70px; height:20px; text-align:right; background-image:../../images/create.gif; ">
- <caption>添加浇次</caption>
- </button>
- <button id="button16" style="left:911px; top:35px; width:70px; height:20px; text-align:right; background-image:../../images/create.gif; ">
- <caption>删除浇次</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|