| 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>炼钢非计划统计报表</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <datagrid1/>
- <kcqf>11</kcqf>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/b01.js"/>
- <script type="javascript">
- <![CDATA[
-
-
- function excelExport() {
- return datagrid1;
- }
-
- function find()
- {
- if(combo1.value == '11')
- {
- model.removenode("/root/reqData");
- commSubmit("UIG070040-service", "find1g", "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/NoPlaned_VO");
- model.refresh();
- var colid =1;
- datagrid1.colHidden(colid)=0;
- }
- else if(combo1.value == '22')
- {
- model.removenode("/root/reqData");
- commSubmit("UIG070040-service", "find2g", "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/NoPlaned_VO");
- model.refresh();
- var colid =1;
- datagrid1.colHidden(colid)=0;
- }
- else if(combo1.value == '33')
- {
- model.removenode("/root/reqData");
- commSubmit("UIG070040-service", "findzb", "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/NoPlaned_VO");
- model.refresh();
- var colid =1;
- datagrid1.colHidden(colid)=1;
- //datagrid1.deleteColumn(colid,false);
-
-
- }
- else
- {
- model.removenode("/root/reqData");
- commSubmit("UIG070040-service", "findhb", "glueAction.do");
- model.copyNode("/root/datagrid1" , "/root/resData/NoPlaned_VO");
- model.refresh();
- var colid =1;
- datagrid1.colHidden(colid)=1;
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="620">
- <datagrid id="datagrid1" nodeset="/root/datagrid1/NoPlaned_Row" caption="单位^铸机号^牌号^是否非计划^重量" colsep="^" colwidth="120, 120, 120, 120, 120" mergecellsfixedrows="bycolrec" rowsep="|" style="left:65px; top:45px; width:600px; height:530px; ">
- <col ref="DW"/>
- <col ref="CCMID"/>
- <col ref="STEELCODE"/>
- <col ref="ISFJH"/>
- <col ref="YLKC"/>
- </datagrid>
- <button id="button1" visibility="hidden" style="left:630px; top:15px; width:100px; height:20px; ">
- <caption>button1</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- <select1 id="combo1" ref="/root/kcqf" appearance="minimal" style="left:180px; top:15px; width:100px; height:20px; ">
- <choices>
- <item>
- <label>一钢库</label>
- <value>11</value>
- </item>
- <item>
- <label>二钢库</label>
- <value>22</value>
- </item>
- <item>
- <label>中板线</label>
- <value>33</value>
- </item>
- <item>
- <label>厚板线</label>
- <value>44</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" style="left:120px; top:15px; width:100px; height:20px; ">单位区分</caption>
- </xhtml:body>
- </xhtml:html>
|