| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../css/body.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="">
- <formData>
- </formData>
- <reqData>
- </reqData>
- <resData>
- <EmpListResult_VO/>
- </resData>
- <gridData1>
- <record>
- <EmpListResult_Row>
- </EmpListResult_Row>
- </record>
- <sendInfo/>
- </gridData1>
- <gridData2>
- <EmpListResult_VO>
- <EmpListResult_Row>
- </EmpListResult_Row>
- </EmpListResult_VO>
- </gridData2>
- </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>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/dCommon.js"/>
- <bind id="bind1" ref="/root/gridData2/EmpListResult_VO/EmpListResult_Row/SLAB_WGT" calculate="../SLAB_LEN * ../SLAB_THK * ../SLAB_WTH * ../GRAVITY div 1000000000"/>
- <submission id="submission1" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,979;2,620;">
- <line id="line1" style="x1:0px; y1:-30px; x2:1005px; y2:-30px; "/>
- <line id="line2" style="x1:0px; y1:0px; x2:980px; y2:0px; "/>
- <datagrid id="datagrid1" nodeset="/root/gridData1/record/EmpListResult_Row" visibility="visible" scroll="both" backcoloralternate="#f7f9f9" caption="钢卷厚度\钢卷宽度^W01^W02^W03^W04^W05^W06^W07^小计|钢卷厚度\钢卷宽度^W01^W02^W03^W04^W05^W06^W07^小计" colsep="^" colwidth="135, 90, 90, 90, 90, 90, 90, 90, 90" defaultrows="30" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:25px; width:980px; height:595px; color:#000000; border-color:#000000; ">
- <col autonext="true" ref="CHK1" type="output"/>
- <col ref="ORD_NO" type="output" style="text-align:right; "/>
- <col ref="DSN_PROC_STAT" style="text-align:right; "/>
- <col ref="ORD_DEVLMT_EDATE" style="text-align:right; "/>
- <col ref="PROC_PATH" style="text-align:right; "/>
- <col ref="SPEC_ABBSYM" style="text-align:right; "/>
- <col ref="FAC_STL_GRD" style="text-align:right; "/>
- <col ref="COIL_WGT" style="text-align:right; "/>
- <col ref="NEED_WGT"/>
- </datagrid>
- <caption id="caption5" style="left:0px; top:5px; width:125px; height:20px; text-align:center; background-color:#ccccff; border-bottom-color:#ffffff; border-style:solid; ">生产能力</caption>
- </xhtml:body>
- </xhtml:html>
|