| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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>公司非计划品率及命中率统计报表</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <datagrid1/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if(window.parent==null) Init();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
- function Init(node)
- {
- find();
- }
-
- function find()
- {
- model.removenode("/root/reqData");
- commSubmit("UIG070030-service", "find", "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/NoPlaned_VO");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid1" nodeset="/root/datagrid1/NoPlaned_Row" caption="产线^考核指标^考核指标^非计划品率%^非计划品率%^非计划品率%^命中率%^命中率%^命中率%^待判量
(>30天)

^非计划品销售量^非计划品销售量^非计划品库存量^非计划品库存量^非计划品库存量^计划品库存^成品库存合计^原料库存^非计划品量(子项)^非计划品量(子项)^非计划品量(子项)^命中量(子项)^命中量(子项)^命中量(子项)^入库量(母项)^入库量(母项)^入库量(母项)|产线^非计划品率^命中率^当期^月累^年累^当期^月累^年累^待判量
(>30天)

^月累^年累^库龄<=90天^库龄>90天^合计^计划品库存^成品库存合计^原料库存^当前^月累^年累^当前^月累^年累^当前^月累^年累" colsep="^" colwidth="45, 72, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 59, 58, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:975px; height:615px; ">
- <col ref="CX"/>
- <col ref="GSKHFJHPL"/>
- <col ref="GSKHMZL"/>
- <col ref="FJHPL_DQ"/>
- <col ref="FJHPL_YL"/>
- <col ref="FJHPL_NL"/>
- <col ref="MZL_DQ"/>
- <col ref="MZL_YL"/>
- <col ref="MZL_NL"/>
- <col ref="DPL"/>
- <col ref="FJHXSL_YL"/>
- <col ref="FJHXSL_NL"/>
- <col ref="FJHKCL_XY90"/>
- <col ref="FJHKCL_DY90"/>
- <col ref="FJHKCL_HJ"/>
- <col ref="JHPKCL"/>
- <col ref="CPKCL"/>
- <col ref="YLKC"/>
- <col ref="FJHPLZX_DQ"/>
- <col ref="FJHPLZX_YL"/>
- <col ref="FJHPLZX_NL"/>
- <col ref="MZLZX_DQ"/>
- <col ref="MZLZX_YL"/>
- <col ref="MZLZX_NL"/>
- <col ref="RKLMX_DQ"/>
- <col ref="RKLMX_YL"/>
- <col ref="RKLMX_NL"/>
- </datagrid>
- <button id="button1" style="left:280px; top:135px; width:100px; height:20px; ">
- <caption>button1</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|